@@ -10,26 +10,47 @@ hardware:
10
10
# [Required]
11
11
robot_description :
12
12
urdf :
13
- package : " picknik_ur_mobile_config "
14
- path : " description/picknik_ur .xacro"
13
+ package : " hangar_sim "
14
+ path : " description/ur5e_ridgeback .xacro"
15
15
srdf :
16
- package : " picknik_ur_mobile_config "
16
+ package : " hangar_sim "
17
17
path : " config/moveit/picknik_ur.srdf"
18
18
urdf_params :
19
19
- joint_limits_parameters_file :
20
- package : " picknik_ur_mobile_config "
20
+ package : " hangar_sim "
21
21
path : " config/moveit/joint_limits.yaml"
22
+ - mujoco_model : " description/hangar_scene.xml"
23
+
24
+ # Specify any additional launch files for running the robot in simulation mode.
25
+ # Used when hardware.simulated is True.
26
+ # [Optional, defaults to a blank launch file if not specified]
27
+ simulated_robot_driver_persist_launch_file :
28
+ package : " hangar_sim"
29
+ path : " launch/sim/robot_drivers_to_persist_sim.launch.py"
22
30
23
31
moveit_params :
24
32
servo :
25
- package : " picknik_ur_mobile_config "
33
+ package : " hangar_sim "
26
34
path : " config/moveit/ur_servo.yaml"
27
35
joint_limits :
28
- package : " picknik_ur_mobile_config "
36
+ package : " hangar_sim "
29
37
path : " config/moveit/joint_limits.yaml"
30
38
servo_joint_limits :
31
- package : " picknik_ur_mobile_config "
39
+ package : " hangar_sim "
32
40
path : " config/moveit/hard_joint_limits.yaml"
41
+ kinematics :
42
+ package : " hangar_sim"
43
+ path : " config/moveit/trac_ik_kinematics_distance.yaml"
44
+ servo_kinematics :
45
+ package : " hangar_sim"
46
+ path : " config/moveit/trac_ik_kinematics_speed.yaml"
47
+ sensors_3d :
48
+ package : " hangar_sim"
49
+ path : " config/moveit/sensors_3d.yaml"
50
+ ompl_planning :
51
+ package : " hangar_sim"
52
+ path : " config/moveit/ompl_planning.yaml"
53
+
33
54
34
55
# Configuration for loading behaviors and objectives.
35
56
# [Required]
@@ -42,42 +63,40 @@ objectives:
42
63
core :
43
64
- " moveit_studio::behaviors::CoreBehaviorsLoader"
44
65
- " moveit_studio::behaviors::MTCCoreBehaviorsLoader"
66
+ - " moveit_studio::behaviors::NavBehaviorsLoader"
45
67
- " moveit_studio::behaviors::ServoBehaviorsLoader"
46
68
- " moveit_studio::behaviors::VisionBehaviorsLoader"
47
69
# Specify source folder for objectives
48
70
# [Required]
49
71
objective_library_paths :
50
- sim_objectives :
51
- package_name : " picknik_ur_mobile_config "
72
+ hangar_sim_objectives :
73
+ package_name : " hangar_sim "
52
74
relative_path : " objectives"
75
+
53
76
# Specify the location of the saved waypoints file.
54
77
# [Required]
55
78
waypoints_file :
56
- package_name : " picknik_ur_mobile_config "
79
+ package_name : " hangar_sim "
57
80
relative_path : " waypoints/ur_waypoints.yaml"
58
81
59
-
60
82
# Configuration for launching ros2_control processes.
61
83
# [Required, if using ros2_control]
62
84
ros2_control :
63
85
config :
64
- package : " picknik_ur_mobile_config "
86
+ package : " hangar_sim "
65
87
path : " config/control/picknik_ur.ros2_control.yaml"
88
+
66
89
# MoveIt Pro will load and activate these controllers at start up to ensure they are available.
67
90
# If not specified, it is up to the user to ensure the appropriate controllers are active and available
68
91
# for running the application.
69
92
# [Optional, default=[]]
70
93
controllers_active_at_startup :
71
94
- " force_torque_sensor_broadcaster"
72
- - " robotiq_gripper_controller"
73
95
- " joint_state_broadcaster"
74
- - " servo_controller"
96
+ - " joint_trajectory_controller"
97
+ - " platform_velocity_controller"
98
+ - " vacuum_gripper"
75
99
# Load but do not start these controllers so they can be activated later if needed.
76
100
controllers_inactive_at_startup :
77
- - " joint_trajectory_controller"
78
- # Any controllers here will not be spawned by MoveIt Pro.
79
- # [Optional, default=[]]
80
- controllers_not_managed : []
81
- # Optionally configure remapping rules to let multiple controllers receive commands on the same topic.
82
- # [Optional, default=[]]
83
- controller_shared_topics : []
101
+ - " servo_controller"
102
+ - " platform_velocity_controller_nav2"
0 commit comments