Skip to content

Commit

Permalink
Switch controlboard plugins to set velocityControlImplementationType …
Browse files Browse the repository at this point in the history
…to integrator_and_position_pid

This change is ignored for versions of gazebo-yarp-plugins <= 3.5.0,
but for version of gazebo-yarp-plugins > 3.5.0 it aligns the behaviour
of the VOCAB_CM_VELOCITY control mode with the one of the real iCub robot.

Related issues:
 * robotology/gazebo-yarp-plugins#514
 * robotology/gazebo-yarp-plugins#240
  • Loading branch information
traversaro committed Sep 21, 2020
1 parent 472db45 commit 60886cd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ stictionUp 0.0 0.0 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 0.01 0.01 0.01
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 5.235
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 5.236
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 5.236
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ stictionUp 0.0 0.0 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ stictionUp 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 5.236
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ stictionUp 0.0 0.0 0.0 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726 8.726 8.726 8.726
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ stictionUp 0.0 0.0 0.0
stictionDwn 0.0 0.0 0.0

[VELOCITY_CONTROL]
velocityControlImplementationType integrator_and_position_pid
controlUnits metric_units
controlLaw joint_pid_gazebo_v1
kp 8.726 8.726 8.726
Expand Down

0 comments on commit 60886cd

Please sign in to comment.