Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinfu.h depends on jsk_rviz_plugins #2310

Merged
merged 1 commit into from
Nov 1, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions jsk_pcl_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ find_package(catkin REQUIRED COMPONENTS
jsk_pcl_ros_utils
# jsk_recognition_msgs
jsk_recognition_utils
jsk_rviz_plugins # kinfu.h uses jsk_rviz_plugins/OverlayText.h
jsk_topic_tools
# kdl_conversions
# kdl_parser
Expand Down
2 changes: 2 additions & 0 deletions jsk_pcl_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<build_depend>jsk_data</build_depend>
<build_depend>jsk_pcl_ros_utils</build_depend>
<build_depend>jsk_recognition_utils</build_depend>
<build_depend>jsk_rviz_plugins</build_depend>
<build_depend version_gte="2.2.7">jsk_topic_tools</build_depend>
<build_depend>laser_assembler</build_depend>
<build_depend>moveit_ros_perception</build_depend>
Expand All @@ -48,6 +49,7 @@
<run_depend>jsk_data</run_depend>
<run_depend>jsk_footstep_msgs</run_depend>
<run_depend>jsk_pcl_ros_utils</run_depend>
<run_depend>jsk_rviz_plugins</run_depend>
<run_depend>jsk_recognition_msgs</run_depend>
<run_depend>jsk_recognition_utils</run_depend>
<run_depend version_gte="2.2.7">jsk_topic_tools</run_depend>
Expand Down