-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
26 lines (23 loc) · 860 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
<package format="3">
<name>ur5e_joystick_control</name>
<version>0.0.0</version>
<description>UR5e Joystick Control Package</description>
<maintainer email="[email protected]">Your Name</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rclpy</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>launch</build_depend>
<build_depend>launch_ros</build_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>