mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
10 lines
No EOL
264 B
YAML
10 lines
No EOL
264 B
YAML
controller_list:
|
|
- name: fake_arm_group_controller
|
|
type: $(arg fake_execution_type)
|
|
joints:
|
|
- joint1_to_base
|
|
- joint2_to_joint1
|
|
- joint3_to_joint2
|
|
initial: # Define initial robot poses per group
|
|
- group: arm_group
|
|
pose: init_pose |