-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.xml
29 lines (23 loc) · 854 Bytes
/
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
<?xml version="1.0"?>
<package format="2">
<name>gazebo_ros_battery</name>
<version>1.0.0</version>
<description>General nonlinear battery simulation plugin</description>
<author email="[email protected]">Marton Juhasz</author>
<author email="[email protected]">Gergely Gyebroszki</author>
<maintainer email="[email protected]">Marton Juhasz</maintainer>
<license>GNU</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>gazebo_dev</build_depend>
<build_depend>message_generation</build_depend>
<depend>roscpp</depend>
<depend>gazebo_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_srvs</depend>
<depend>std_msgs</depend>
<depend>nodelet</depend>
<depend>urdf</depend>
<depend>rosconsole</depend>
<exec_depend>gazebo</exec_depend>
<exec_depend>message_runtime</exec_depend>
</package>