Skip to content

Commit

Permalink
ros node: Added missing dependency tf2_geometry_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
philband committed Mar 5, 2019
1 parent 88f08f0 commit f7c99ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ouster_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ find_package(catkin REQUIRED COMPONENTS
ouster_viz
tf2
tf2_ros
tf2_geometry_msgs
)

add_message_files(FILES PacketMsg.msg)
Expand Down
1 change: 1 addition & 0 deletions ouster_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<build_depend>pcl_conversions</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_geometry_msgs</build_depend>
<build_depend>ouster_client</build_depend>
<build_depend>ouster_viz</build_depend>

Expand Down

0 comments on commit f7c99ed

Please sign in to comment.