Skip to content
Snippets Groups Projects
Commit 55a29deb authored by Hilario Tome's avatar Hilario Tome
Browse files

Added joint trajectory controller config

parent 99a02013
No related branches found
No related tags found
No related merge requests found
left_leg_controller:
type: "position_controllers/JointTrajectoryController"
joints:
- leg_left_1_joint
- leg_left_2_joint
- leg_left_3_joint
- leg_left_4_joint
- leg_left_5_joint
- leg_left_6_joint
constraints:
goal_time: &goal_time_constraint 0.6
stopped_velocity_tolerance: *stopped_velocity_constraint
arm_left_1_joint:
goal: &goal_pos_constraint 0.02
arm_left_2_joint:
goal: *goal_pos_constraint
arm_left_3_joint:
goal: *goal_pos_constraint
arm_left_4_joint:
goal: *goal_pos_constraint
arm_left_5_joint:
goal: *goal_pos_constraint
arm_left_6_joint:
goal: *goal_pos_constraint
stop_trajectory_duration: 0.0
right_leg_controller:
type: "position_controllers/JointTrajectoryController"
joints:
- leg_right_1_joint
- leg_right_2_joint
- leg_right_3_joint
- leg_right_4_joint
- leg_right_5_joint
- leg_right_6_joint
constraints:
goal_time: *goal_time_constraint
stopped_velocity_tolerance: *stopped_velocity_constraint
arm_right_1_joint:
goal: *goal_pos_constraint
arm_right_2_joint:
goal: *goal_pos_constraint
arm_right_3_joint:
goal: *goal_pos_constraint
arm_right_4_joint:
goal: *goal_pos_constraint
arm_right_5_joint:
goal: *goal_pos_constraint
arm_right_6_joint:
goal: *goal_pos_constraint
stop_trajectory_duration: 0.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment