mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
19 lines
476 B
YAML
19 lines
476 B
YAML
controller_list:
|
|
- name: fake_gripper_controller
|
|
type: $(arg fake_execution_type)
|
|
joints:
|
|
- gripper_controller
|
|
- name: fake_arm_controller
|
|
type: $(arg fake_execution_type)
|
|
joints:
|
|
- joint2_to_joint1
|
|
- joint3_to_joint2
|
|
- joint4_to_joint3
|
|
- joint5_to_joint4
|
|
- joint6_to_joint5
|
|
- joint6output_to_joint6
|
|
initial: # Define initial robot poses per group
|
|
- group: gripper
|
|
pose: close
|
|
- group: arm
|
|
pose: HOME
|