Skip to content

Releases: robotology/walking-controllers

walking-controllers 0.8.0

15 Nov 17:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

walking-controllers 0.7.0

07 Mar 15:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

walking-controllers 0.6.1

14 Sep 12:46
771f846
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

walking-controllers 0.5.2

05 Sep 11:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

walking-controllers 0.5.1

27 May 08:14
98a461f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

walking-controllers 0.5.0

01 Feb 16:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

walking-controllers v0.4.1 (2021-02-04)

04 Feb 10:31
e56451d
Compare
Choose a tag to compare

walking-controllers v0.4.1 (2021-02-04)

Changed

  • Bugfix while resetting the hand smoother in the RetargetingClient (#75)
  • Fixed compilation if iDynTree 3 is used (#77, #78).
  • Fix missing include in ZMPController.h (#76)

walking-controllers v0.4.0 (2020-12-01)

01 Dec 11:30
44d2d4c
Compare
Choose a tag to compare

Added

  • Adding the possibility to use Gazebo base data inside the walking controller
  • TrajectoryGenerator class of the TrajectoryPlanner library includes now
    the method getWeightPercentage to retrieve the amount of weight on each foot
    requested by the planner.

Changed

  • Adding the use_external_robot_base parameter inside the dcm_walking_with_joypad.ini
  • Adding the Gazebo base data port inside the robotControl.ini
  • Tunning the zmpControllerParams.ini and dcmReactiveControllerParams.ini
  • Modifying the follwoing classes for geting and using Gazebo base data:
    • /KinDynWrapper/Wrapper
    • RobotInterface/Helper
    • TrajectoryPlanner/TrajectoryGenerator
    • WalkingModule
  • Tune gains for iCubGenova04

walking-controllers v0.3.3 (2020-11-23)

23 Nov 11:40
Compare
Choose a tag to compare

walking-controllers v0.3.3 (2020-11-23)

Changed

  • Including Eigen as a private dependency in all targets using EigenHelpers (#62)
  • Copied the parameters of hand_retargeting in joypad_control (#63)

walking-controllers v0.3.2 (2020-03-21)

21 Mar 17:31
Compare
Choose a tag to compare

walking-controllers v0.3.2 (2020-03-21)

Changed

  • Fix the Windows compilation (#60)