-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (33 loc) · 1.45 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<package>
<name>multi_turtlebot3</name>
<version>0.0.5</version>
<description>Package that allows spawning and controlling multiple turtlebot3.</description>
<maintainer email="[email protected]">Carlos Azevedo</maintainer>
<author email="[email protected]">Carlos Azevedo</author>
<license>BSD</license>
<url>https://emanual.robotis.com/docs/en/platform/turtlebot3/overview/</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roslaunch</build_depend>
<build_depend>gazebo_ros</build_depend>
<build_depend>rviz</build_depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>message_runtime</build_depend>
<run_depend>actionlib</run_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>message_generation</run_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>rviz</run_depend>
<run_depend>turtlebot3_navigation</run_depend>
<run_depend>turtlebot3_bringup</run_depend>
<run_depend>turtlebot3_description</run_depend>
<run_depend>cpr_office_gazebo</run_depend>
<run_depend>turtlebot3_navigation</run_depend>
<run_depend>turtlebot3_simulations</run_depend>
<run_depend>battery_mockup</run_depend>
<run_depend>amcl</run_depend>
<run_depend>move_base</run_depend>
<run_depend>robot_state_publisher2</run_depend>
</package>