-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.xml
53 lines (45 loc) · 1.74 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0"?>
<package format="2">
<name>franka_mujoco</name>
<version>1.2.1</version>
<description>The franka_mujoco package</description>
<maintainer email="[email protected]">David P. Leins</maintainer>
<license>BSD</license>
<author email="[email protected]">David P. Leins</author>
<url type="repository">https://github.com/DavidPL1/franka_mujoco</url>
<url type="bugtracker">https://github.com/DavidPL1/franka_mujoco/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>angles</depend>
<depend>tf2_ros</depend>
<depend>tinyxml</depend>
<build_depend>pluginlib</build_depend>
<depend>urdf</depend>
<depend>control_msgs</depend>
<depend>control_toolbox</depend>
<depend>controller_manager</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>joint_limits_interface</depend>
<depend>transmission_interface</depend>
<depend>eigen_conversions</depend>
<depend>franka_hw</depend>
<depend>franka_msgs</depend>
<depend>franka_gripper</depend>
<depend>franka_example_controllers</depend>
<depend>kdl_parser</depend>
<depend version_gte="0.7.0">mujoco_ros</depend>
<depend>mujoco_ros_control</depend>
<depend>std_msgs</depend>
<depend>boost_sml</depend>
<depend>mujoco_ros_msgs</depend>
<test_depend>rostest</test_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>roslaunch</exec_depend>
<exec_depend>panda_moveit_config</exec_depend>
<exec_depend version_gte="0.10.0">franka_description</exec_depend>
<export>
<controller_interface plugin="${prefix}/franka_gripper_sim_mujoco_plugin.xml" />
<mujoco_ros_control plugin="${prefix}/franka_hw_sim_mujoco_plugin.xml" />
</export>
</package>