Skip to content

gazebo-yarp-plugins v3.5.1

Compare
Choose a tag to compare
@traversaro traversaro released this 11 Oct 16:01
· 223 commits to master since this release
6936859

[3.5.1] - 2020-10-05

Added

  • Add velocityControlImplementationType option to the VELOCITY_CONTROL group of the gazebo_yarp_controlboard plugin
    configuration. This option permits to switch between direct_velocity_pid, that is using a velocity PID for the Velocity Control Mode
    (what has been implemented until now) and integrator_and_position_pid that uses an integrator that integrates the velocity reference and then uses the position low level PID, similarly to what is implement on real YARP-powered robot such as iCub or R1.
    The setting is now optional and if not present will default to direct_velocity_pid, but it will be compulsory in
    gazebo-yarp-plugins 4.x (#514).

Fixed

  • Fixed use of the VOCAB_CM_MIXED control mode when the physics timestep is different from 1 millisecond (#514).
  • Fixed missing initialization of a pointer in gazebo_yarp_controlboard . In some cases this was causing crashes when a model that contained a gazebo_yarp_controlboard
    plugin was removed from the simulation (#514).