2021-10-19 20:52:07 +04:00
|
|
|
controller_manager:
|
|
|
|
ros__parameters:
|
2021-11-08 21:14:24 +04:00
|
|
|
update_rate: 500 # Hz
|
2021-10-19 20:52:07 +04:00
|
|
|
|
|
|
|
joint_state_broadcaster:
|
|
|
|
type: joint_state_broadcaster/JointStateBroadcaster
|
|
|
|
|
2021-11-08 21:14:24 +04:00
|
|
|
rasms_arm_controller:
|
2021-10-19 20:52:07 +04:00
|
|
|
type: joint_trajectory_controller/JointTrajectoryController
|
|
|
|
|
2021-11-08 21:14:24 +04:00
|
|
|
rasms_arm_controller:
|
2021-10-19 20:52:07 +04:00
|
|
|
ros__parameters:
|
|
|
|
joints:
|
|
|
|
- joint1
|
|
|
|
- joint2
|
|
|
|
- joint3
|
|
|
|
- joint4
|
|
|
|
- joint5
|
|
|
|
- joint6
|
|
|
|
command_interfaces:
|
|
|
|
- position
|
|
|
|
state_interfaces:
|
|
|
|
- position
|
|
|
|
state_publish_rate: 50.0
|
|
|
|
action_monitor_rate: 20.0
|
|
|
|
|