Skip to content

Commit

Permalink
segbot_bringup: convert to package format two (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-oquin committed Apr 5, 2015
1 parent 16d9a7b commit 0956427
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions segbot_bringup/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package>
<package format="2">
<name>segbot_bringup</name>
<version>0.3.2</version>
<description>
Expand All @@ -18,14 +18,14 @@

<buildtool_depend>catkin</buildtool_depend>

<build_depend>roslaunch</build_depend> <!-- unit test only -->
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>python-netifaces</exec_depend>
<exec_depend version_gte="1.9.10">robot_state_publisher</exec_depend>
<exec_depend>segbot_description</exec_depend>
<exec_depend>segbot_sensors</exec_depend>
<exec_depend>segway_rmp</exec_depend>
<exec_depend>tf</exec_depend>

<run_depend>joint_state_publisher</run_depend>
<run_depend>python-netifaces</run_depend>
<run_depend version_gte="1.9.10">robot_state_publisher</run_depend>
<run_depend>segbot_description</run_depend>
<run_depend>segbot_sensors</run_depend>
<run_depend>segway_rmp</run_depend>
<run_depend>tf</run_depend>
<test_depend>roslaunch</test_depend>

</package>

0 comments on commit 0956427

Please sign in to comment.