We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111d9ba commit 48ca3d4Copy full SHA for 48ca3d4
rviz_marker_tools/CMakeLists.txt
@@ -5,7 +5,6 @@ find_package(catkin REQUIRED COMPONENTS
5
geometry_msgs
6
visualization_msgs
7
roscpp
8
- rviz
9
tf2_eigen
10
)
11
@@ -18,7 +17,6 @@ catkin_package(
18
17
19
20
21
22
23
24
set(PROJECT_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/${PROJECT_NAME})
rviz_marker_tools/package.xml
@@ -12,6 +12,5 @@
12
<depend>visualization_msgs</depend>
13
<depend>geometry_msgs</depend>
14
<depend>roscpp</depend>
15
- <depend>rviz</depend>
16
<depend>tf2_eigen</depend>
</package>
0 commit comments