-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.xml
35 lines (27 loc) · 1.31 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
<?xml version='1.0' encoding='utf-8'?>
<package format="3">
<name>uuv_teleop</name>
<version>0.6.1</version>
<description>ROS nodes to generate command topics for vehicles and manipulators using a joystick input</description>
<maintainer email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</maintainer>
<maintainer email="loic.mougeolle@naval-group.com">Loïc Mougeolle</maintainer>
<author email="jean-philip-a.royer@naval-group.com">Jean-Philip Royer</author>
<author email="loic.mougeolle@naval-group.com">Loïc Mougeolle</author>
<author email="musa.marcusso@de.bosch.com">Musa Morena Marcusso Manhaes</author>
<author email="sebastian.scherer2@de.bosch.com">Sebastian Scherer</author>
<author email="luizricardo.douat@de.bosch.com">Luiz Ricardo Douat</author>
<license>Apache-2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>joy</exec_depend>
<exec_depend>joy_teleop</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>uuv_gazebo_ros_plugins_msgs</exec_depend>
<exec_depend>uuv_thruster_manager</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>