Skip to content

Commit

Permalink
RST-10935 Fix missing visualization_msgs dependency (#38)
Browse files Browse the repository at this point in the history
* Adding visualization_msgs dependency
  • Loading branch information
ayrton04 authored Aug 28, 2024
1 parent 36c4aa1 commit b226f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion urg_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ find_package(catkin REQUIRED COMPONENTS
nodelet rosconsole roscpp sensor_msgs std_msgs std_srvs tf urg_c
json_transport
urg_node_msgs
visualization_msgs
)

if(NOT CMAKE_CXX_STANDARD)
Expand All @@ -22,7 +23,7 @@ catkin_package(
INCLUDE_DIRS include
LIBRARIES uam_workers uam_driver urg_c_wrapper urg_node_driver
CATKIN_DEPENDS dynamic_reconfigure laser_proc nodelet rosconsole
roscpp sensor_msgs std_msgs std_srvs urg_c
roscpp sensor_msgs std_msgs std_srvs urg_c visualization_msgs
DEPENDS
)

Expand Down
1 change: 1 addition & 0 deletions urg_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<depend>urg_c</depend>
<depend>urg_node_msgs</depend>
<depend>json_transport</depend>
<depend>visualization_msgs</depend>

<exec_depend>message_runtime</exec_depend>
<exec_depend>xacro</exec_depend>
Expand Down

0 comments on commit b226f79

Please sign in to comment.