-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
46 lines (38 loc) · 1.57 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
<?xml version="1.0" ?>
<package format="3">
<name>lab_sim</name>
<version>6.0.0</version>
<description>
MuJoCo simulation configuration package for Picknik's UR robot on a linear
rail
</description>
<maintainer email="[email protected]">MoveIt Pro Maintainer</maintainer>
<license>BSD-3-Clause</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>admittance_controller</exec_depend>
<exec_depend>moveit_planners_stomp</exec_depend>
<exec_depend>moveit_ros_perception</exec_depend>
<exec_depend>moveit_studio_agent</exec_depend>
<exec_depend>moveit_studio_behavior</exec_depend>
<exec_depend>moveit_studio_ur_pstop_manager</exec_depend>
<exec_depend>picknik_accessories</exec_depend>
<exec_depend>realsense2_camera</exec_depend>
<exec_depend>realsense2_description</exec_depend>
<exec_depend>robotiq_description</exec_depend>
<exec_depend>robotiq_controllers</exec_depend>
<exec_depend>trac_ik_kinematics_plugin</exec_depend>
<exec_depend>ur_description</exec_depend>
<exec_depend>ur_robot_driver</exec_depend>
<exec_depend>picknik_mujoco_ros</exec_depend>
<exec_depend>velocity_force_controller</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_clang_format</test_depend>
<test_depend>ament_clang_tidy</test_depend>
<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>picknik_ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>