Skip to content

Commit 527b452

Browse files
authored
Merge pull request tork-a#362 from y-yosuke/mod_gazebo_ar_dependencies
add ar_track_alvar dependency and gazebo model path to nextage_gazebo…
2 parents 939b091 + 5b4bcee commit 527b452

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nextage_gazebo/package.xml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<run_depend>nextage_moveit_config</run_depend>
1919
<run_depend>ros_controllers</run_depend>
2020
<test_depend>rostest</test_depend>
21+
2122
<export>
23+
<gazebo_ros gazebo_model_path="${prefix}/models" />
2224
</export>
25+
2326
</package>

nextage_ros_bridge/package.xml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<run_depend>nextage_description</run_depend>
2626
<run_depend>stereo_image_proc</run_depend>
2727
<run_depend>ueye_cam</run_depend>
28+
<run_depend>ar_track_alvar</run_depend>
2829

2930
<test_depend>rostest</test_depend>
3031
<export/>

0 commit comments

Comments
 (0)