forked from Interbotix/aloha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
31 lines (28 loc) · 985 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
30
31
<?xml version="1.0"?>
<package format="2">
<name>aloha</name>
<version>0.0.0</version>
<description>ALOHA: A Low-cost Open-source Hardware System for Bimanual Teleoperation</description>
<maintainer email="[email protected]">Trossen Robotics</maintainer>
<license>BSD</license>
<author email="[email protected]">Tony Zhao</author>
<buildtool_depend>ament_python</buildtool_depend>
<depend>interbotix_common_modules</depend>
<depend>interbotix_ros_slate</depend>
<depend>interbotix_xs_modules</depend>
<depend>interbotix_xs_msgs</depend>
<depend>interbotix_xsarm_control</depend>
<depend>joy</depend>
<depend>rclpy</depend>
<depend>realsense2_camera</depend>
<depend>rviz2</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>teleop_twist_joy</depend>
<depend>tf2_ros</depend>
<depend>usb_cam</depend>
<export>
<build_type>ament_python</build_type>
</export>
</package>