Skip to content

Commit

Permalink
pr2eus_tutorials: package.xml convert to format 3
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jan 8, 2025
1 parent ad7df4e commit 16fb52e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pr2eus_tutorials/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package>
<package format="3">
<name>pr2eus_tutorials</name>
<version>0.3.15</version>
<description>pr2eus_tutorials</description>
Expand All @@ -18,19 +18,19 @@
<build_depend>pr2eus</build_depend>

<!-- Dependencies needed after this package is compiled. -->
<run_depend>app_manager</run_depend>
<run_depend>eusurdf</run_depend>
<run_depend>pr2_gazebo</run_depend>
<run_depend>pr2eus</run_depend>
<run_depend>roseus_tutorials</run_depend>
<run_depend>image_view2</run_depend>
<run_depend>jsk_pcl_ros</run_depend>
<run_depend>jsk_interactive_marker</run_depend>
<run_depend>jsk_recognition_msgs</run_depend>
<run_depend>jsk_rviz_plugins</run_depend>
<run_depend>jsk_pr2_startup</run_depend>
<run_depend>jsk_maps</run_depend>
<run_depend>jsk_pcl_ros</run_depend>
<exec_depend>app_manager</exec_depend>
<exec_depend>eusurdf</exec_depend>
<exec_depend>pr2_gazebo</exec_depend>
<exec_depend>pr2eus</exec_depend>
<exec_depend>roseus_tutorials</exec_depend>
<exec_depend>image_view2</exec_depend>
<exec_depend>jsk_pcl_ros</exec_depend>
<exec_depend>jsk_interactive_marker</exec_depend>
<exec_depend>jsk_recognition_msgs</exec_depend>
<exec_depend>jsk_rviz_plugins</exec_depend>
<exec_depend>jsk_pr2_startup</exec_depend>
<exec_depend>jsk_maps</exec_depend>
<exec_depend>jsk_pcl_ros</exec_depend>

<!-- Dependencies needed only for running tests. -->
<test_depend>rostest</test_depend>
Expand Down

0 comments on commit 16fb52e

Please sign in to comment.