Skip to content

Commit

Permalink
updated package.xml to format version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
arne48 committed Mar 4, 2023
1 parent 5d511e1 commit 42d1d85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pr2_camera_synchronizer/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package>
<package format="3">
<name>pr2_camera_synchronizer</name>
<version>1.6.32</version>
<description>
Expand Down Expand Up @@ -30,9 +30,9 @@
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>rostest</build_depend>

<run_depend>ethercat_trigger_controllers</run_depend>
<run_depend>rospy</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>wge100_camera</run_depend>
<run_depend>diagnostic_msgs</run_depend>
<exec_depend>ethercat_trigger_controllers</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>wge100_camera</exec_depend>
<exec_depend>diagnostic_msgs</exec_depend>
</package>
12 changes: 6 additions & 6 deletions pr2_computer_monitor/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package>
<package format="3">
<name>pr2_computer_monitor</name>
<version>1.6.32</version>
<description>Monitors the computer's processor and hard drives of the PR2 and publishes data to diagnostics.</description>
Expand All @@ -18,11 +18,11 @@
<build_depend>roscpp</build_depend>
<build_depend>std_msgs</build_depend>

<run_depend>diagnostic_msgs</run_depend>
<run_depend>rospy</run_depend>
<run_depend>pr2_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>std_msgs</run_depend>
<exec_depend>diagnostic_msgs</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>pr2_msgs</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>std_msgs</exec_depend>



Expand Down

0 comments on commit 42d1d85

Please sign in to comment.