Skip to content

Commit

Permalink
fix compile error in map_extender.
Browse files Browse the repository at this point in the history
  • Loading branch information
yukikitsukawa authored and yk-fujii committed Sep 25, 2017
1 parent 6bc1fb9 commit 9608344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ros/src/util/packages/map_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(map_tools)
find_package(catkin REQUIRED COMPONENTS
pcl_ros
pcl_conversions
# runtime_manager
velodyne_pointcloud
)

###################################
Expand Down
2 changes: 2 additions & 0 deletions ros/src/util/packages/map_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<maintainer email="yuki@ertl.jp">kitsukawa</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>velodyne_pointcloud</build_depend>
<run_depend>velodyne_pointcloud</run_depend>
<export>
</export>
</package>

0 comments on commit 9608344

Please sign in to comment.