Releases: robotology/whole-body-estimators
Releases · robotology/whole-body-estimators
v0.11.2
What's Changed
- WholeBodyDynamicsDevice: Remove meaningless check that total number FTs in attached device match the total number of FTs consired by estimation by @traversaro in #193
Full Changelog: v0.11.1...v0.11.2
v0.11.1
What's Changed
- Fix fatal regression in wholebodydynamics device support of
nonConsideredAxesPositions
parameter by @traversaro in #192
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Fix WBD config files broken in #173 by @HosameldinMohamed in #175
- Add basic pixi support and add basic smoke test of
wholebodydynamics
device by @traversaro in #177 - Stop using CHANGELOG.md by @traversaro in #180
- Remove iDynTree deprecation warnings by @traversaro in #182
- wholebodydynamics: Remove support for reading FT and IMU using IAnalogSensor and IGenericSensor interfaces by @traversaro in #181
- pixi: Cleanup handling of dependencies built from source and showcase pixi+colcon integration to install dependencies from source by @traversaro in #184
- Remove scheduled pixi auto-update and add scheduled build with latest dependencies by @traversaro in #191
- Add support for nonConsideredAxesPositions parameter by @traversaro in #188
New Contributors
- @github-actions made their first contribution in #185
Full Changelog: v0.10.0...v0.11.0
v0.10.0
whole-body-estimators 0.9.1 (2023-02-09)
whole-body-estimators 0.9.0 (2022-08-31)
Changed
- Implement
vectors collection
and use it for streamingnetExternalWrenches
instead ofyarp::os::Bottle
. (See !155).
Fixed
whole-body-estimators 0.8.0 (2022-08-23)
Added
- Introduce MAS Read for FT sensors in
WholeBodyDynamics
device (#153).
whole-body-estimators 0.7.0 (2022-05-27)
whole-body-estimators 0.7.0 Release Notes
Added
- Add a steady-state Kalman filter with a null jerk model for the joint velocity and acceleration estimation in
WholeBodyDynamics
. (See !139).
Changed
- Updated the
yarp rpc
commandcalibStandingWithJetsiRonCubMk1
to becalibStandingWithJetsiRonCub
, in order to performcalibStanding
for the modelsiRonCub-Mk1
andiRonCub-Mk1_1
(See !136). - Switched default carrier of
genericSensorClient
device fromudp
tofast_tcp
to avoid delays up to 0.25 seconds when a receiver is interrupted (#145).
Fixed
whole-body-estimators 0.6.1 (2021-01-03)
whole-body-estimators 0.6.0 (2021-12-03)
whole-body-estimators 0.6.0 Release Notes
Added
- Add a parameter to set the periodicity of the WholeBodyDynamics thread (See !130).
Fixed
- Fixed joint acceleration filtering (See !124).
- Fixed
wholeBodyDynamics
device when loaded by thegazebo_yarp_robotinterface
Gazebo plugin !126. - Switch to generate YARP idl files at every build to fix compatibility with YARP master !131.