Skip to content

Commit

Permalink
Change output max/min for joint torque controller to 1.0/-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac-ws committed Jan 29, 2021
1 parent e87569a commit ffadd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/demo_panda_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ panda_controller:
JointTorque:
input_max: 1.0
input_min: -1.0
output_max: 5.0
output_min: -5.0
output_max: 1.0
output_min: -1.0
EEPosture:
kp: [100, 100, 100, 60.0, 60.0, 60.0] #70 #50 #200 #75 #200 # P Gain for Impedance Control
kv: [20.0, 20.0, 20.0, 10.0, 10.0, 10.0]
Expand Down

0 comments on commit ffadd7d

Please sign in to comment.