forked from UbiquityRobotics/ubiquity_motor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (27 loc) · 1.05 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
<?xml version="1.0"?>
<package format="3">
<name>ubiquity_motor</name>
<version>2.0.0</version>
<description>Provides a ROS interface to Ubiquity Robotics Magni motor controllers</description>
<maintainer email="[email protected]">Rohan Agrawal</maintainer>
<maintainer email="[email protected]">Alex Navarro</maintainer>
<license>BSD</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>rclcpp</build_depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>nav_msgs</depend>
<depend>hardware_interface</depend>
<depend>controller_manager</depend>
<depend>diagnostic_updater</depend>
<build_export_depend>message_runtime</build_export_depend>
<exec_depend>diff_drive_controller</exec_depend>
<exec_depend>joint_state_controller</exec_depend>
<exec_depend>python3-requests</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>