Releases: robotology/walking-controllers
Releases · robotology/walking-controllers
walking-controllers 0.8.0
What's Changed
- Create CODEOWNERS by @S-Dafarra in #146
- Enable the logging of the root link information and of the stance foot by @GiulioRomualdi in #147
- Fix not initialized variable in the evaluation of the measured ZMP and some tuning on ergoCubSN000 by @GiulioRomualdi in #149
- Remove deprecated IK solvers by @GiulioRomualdi in #150
- 🤖 [ergoCubGazeboV1_1] Add the configuration files for ergoCubGazeboV1_1 by @GiulioRomualdi in #152
- 🤖 [ergoCubSN001] Add the configuration files for the walking_with_joypad application by @GiulioRomualdi in #153
- Use BipedalLocomotion::GlobalCoPEvaluator to compute the global CoP by @GiulioRomualdi in #155
- Clean dependency by @GiulioRomualdi in #156
- 🤖 [ergoCubSN000] Use the stiff mode for the robot shoulder while teleoperated by @GiulioRomualdi in #157
Full Changelog: v0.7.0...v0.8.0
walking-controllers 0.7.0
What's Changed
- Add the possibility to use BLF IK in walking module by @GiulioRomualdi in #118
- Print the timers status every 10 seconds by @GiulioRomualdi in #123
- RetargetingHelper: Remove spurious blf include by @traversaro in #125
- Reduce start delay by @S-Dafarra in #127
- Add the possibility to disable the pause condition in the TrajectoryGenerator.cpp by @GiulioRomualdi in #128
- Fix WalkingModule::setPlannerInput() when a new input is set from the joypad by @GiulioRomualdi in #129
- added walking configuration files for ergoCubGazeboV1 by @mebbaid in #134
- [iCubgenova09] Increase the frequency of the walking-controller to 500Hz by @GiulioRomualdi in #136
- Add the possibility to use the blf-ik with ergoCubGazeboV1 by @GiulioRomualdi in #139
- ErgoCubSN000 by @GiulioRomualdi in #137
- Update vendored AddUninstallTarget.cmake to YCM v0.15.1 version by @traversaro in #141
- 🤖 [ergoCubSN000] [ergoCubGazeboV1] Add configuration files for the iFeel retargeting by @GiulioRomualdi in #140
New Contributors
Full Changelog: v0.6.1...v0.7.0
walking-controllers 0.6.1
What's Changed
- CMake Refactoring by @GiulioRomualdi in #120
- Added some defines for the Windows case. by @S-Dafarra in #121
Full Changelog: v0.6.0...v0.6.1
walking-controllers 0.5.2
What's Changed
- Walking parameter tuning @GiulioRomualdi in #111
- Walking parameter tuning and improvements on the unicycle ellipsoid by @S-Dafarra in #114
- Enable the minimum jerk trajectory for the DCM first DS phase by @GiulioRomualdi in #117
Full Changelog: v0.5.1...v0.5.2
walking-controllers 0.5.1
What's Changed
- Add blf dependency in README by @traversaro in #101
- Remove logger from iCubGazeboV3 configuration by @lrapetti in #105
- Update README documentation by @lrapetti in #108
- Fix yarp deprecation of methods like asDouble by @S-Dafarra in #112
- Bump minor version for Release by @S-Dafarra in #113
New Contributors
Full Changelog: v0.5.0...v0.5.1
walking-controllers 0.5.0
What's Changed
- Add Eigen3 link library in WholeBodyControllers component by @valentino-razza in #81
- Add the possibility to use the walking-module with iCubGenova09 by @GiulioRomualdi in #80
- Consider the free space ellipsoid by @S-Dafarra in #82
- Update README.md by @nunoguedelha in #88
- Fix/icub3 sim by @S-Dafarra in #86
- Config files to use iFeel retargeting added for iCubGenova04 by @isorrentino in #87
- Using the feetYawDelta and the slowWhenBackwardFactor. by @GiulioRomualdi in #89
- Use the telemetry logger in the WalkingModule by @paolo-viceconte in #97
- Clean the hacks introduced when controlling the root link by @S-Dafarra in #96
- Control the root link height instead of the CoM and avoid to use the DCM controller by @GiulioRomualdi in #93
- Add possibility to set two ellipsoids to avoid collisions by @S-Dafarra in #98
- Bumped UnicyclePlanner required version. by @S-Dafarra in #99
New Contributors
- @valentino-razza made their first contribution in #81
- @nunoguedelha made their first contribution in #88
- @isorrentino made their first contribution in #87
- @paolo-viceconte made their first contribution in #97
Full Changelog: v0.4.1...v0.5.0
walking-controllers v0.4.1 (2021-02-04)
walking-controllers v0.4.0 (2020-12-01)
Added
- Adding the possibility to use Gazebo base data inside the walking controller
TrajectoryGenerator
class of theTrajectoryPlanner
library includes now
the methodgetWeightPercentage
to retrieve the amount of weight on each foot
requested by the planner.
Changed
- Adding the
use_external_robot_base
parameter inside thedcm_walking_with_joypad.ini
- Adding the Gazebo base data port inside the
robotControl.ini
- Tunning the
zmpControllerParams.ini
anddcmReactiveControllerParams.ini
- Modifying the follwoing classes for geting and using Gazebo base data:
/KinDynWrapper/Wrapper
RobotInterface/Helper
TrajectoryPlanner/TrajectoryGenerator
WalkingModule
- Tune gains for iCubGenova04