You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The iCub project is happy to announce our Software Distro 2022.08.0 📦
This is a major release that comprises binary packages as well. Therefore, follow the instructions available in our documentation to upgrade your system and/or download the new dependencies.
This distro is shipped with several updates and fixes, including the ones listed hereafter:
🆕 Updates
🔘 Implemented canBusFtSensor with ISixAxisForceTorqueSensors interface
@vvasco created the new device canBusFtSensor, which is a copy of canBusAnalogSensor with the implementation of the ISixAxisForceTorqueSensors interface.
🔘 Possibility to get more accurate estimates of the battery quantities
@triccyx has made available a bunch of new software machinery with the aim to retrieve more accurate estimates of the battery voltage and charge status straight from the Battery Management System board.
🔘 Fix unintended change of frequency of iCub's controlBoard_nws_yarp instances
Recently, @GiulioRomualdi spotted an unintended downgrade of the frequency of the motor control from the traditional 100 Hz to 50 Hz. See the bug reported by @traversaro:
🔘 Spawn waist xsensmt standalone and attach it to the NWS
Previously, robots with XSens MT IMU mounted in the waist were still spawning the IMU YARP Hardware Device via inertial instead of factoring out the related Network Wrapper Servers (NWS) from the hardware.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
2022.08.0 Distro Announcement
Brief description of the announcement
Hello @robotology/everyone 👋
The iCub project is happy to announce our Software Distro 2022.08.0 📦
This is a major release that comprises binary packages as well. Therefore, follow the instructions available in our documentation to upgrade your system and/or download the new dependencies.
You can find the tags composing this distro in our Software Versioning Table.
The apt binaries cover the following platforms:
Detailed context
This distro is shipped with several updates and fixes, including the ones listed hereafter:
🆕 Updates
🔘 Implemented
canBusFtSensor
withISixAxisForceTorqueSensors
interface@vvasco created the new device
canBusFtSensor
, which is a copy ofcanBusAnalogSensor
with the implementation of theISixAxisForceTorqueSensors
interface.Check out the following PR for further details:
🔘 Possibility to get more accurate estimates of the battery quantities
@triccyx has made available a bunch of new software machinery with the aim to retrieve more accurate estimates of the battery voltage and charge status straight from the Battery Management System board.
Find below a summary of the development:
You can find the instructions on how to proceed with the configuration and the online reading by perusing https://github.com/robotology/icub-main/tree/devel/src/libraries/icubmod/embObjBattery.
🔘 Fix Euler angles representation for
STRAIN2
Wrong behavior of the Euler angles was reported for the
STRAIN2
device.@Nicogene deployed the fix via the PR below:
🔘 Fix unintended change of frequency of iCub's
controlBoard_nws_yarp
instancesRecently, @GiulioRomualdi spotted an unintended downgrade of the frequency of the motor control from the traditional 100 Hz to 50 Hz. See the bug reported by @traversaro:
@Nicogene released a fix for all robots:
🔘 Spawn waist
xsensmt
standalone and attach it to the NWSPreviously, robots with XSens MT IMU mounted in the waist were still spawning the IMU YARP Hardware Device via
inertial
instead of factoring out the related Network Wrapper Servers (NWS) from the hardware.@traversaro opened an issue on this:
@Nicogene fixed it via:
xsensmt
standalone and attach it to NWS robots-configuration#373Beta Was this translation helpful? Give feedback.
All reactions