Skip to content

Commit

Permalink
feat: add effort and position traj controllers to simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 15, 2022
1 parent 72743d4 commit e60cf08
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions franka_gazebo/config/sim_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,23 @@ effort_joint_trajectory_controller:
$(arg arm_id)_joint5: { goal: 0.05 }
$(arg arm_id)_joint6: { goal: 0.05 }
$(arg arm_id)_joint7: { goal: 0.05 }

position_joint_trajectory_controller:
type: position_controllers/JointTrajectoryController
joints:
- $(arg arm_id)_joint1
- $(arg arm_id)_joint2
- $(arg arm_id)_joint3
- $(arg arm_id)_joint4
- $(arg arm_id)_joint5
- $(arg arm_id)_joint6
- $(arg arm_id)_joint7
constraints:
goal_time: 0.5
$(arg arm_id)_joint1: { goal: 0.05}
$(arg arm_id)_joint2: { goal: 0.05}
$(arg arm_id)_joint3: { goal: 0.05}
$(arg arm_id)_joint4: { goal: 0.05}
$(arg arm_id)_joint5: { goal: 0.05}
$(arg arm_id)_joint6: { goal: 0.05}
$(arg arm_id)_joint7: { goal: 0.05}

0 comments on commit e60cf08

Please sign in to comment.