bipedal-locomotion-framework 0.3.0 #394
GiulioRomualdi
announced in
Announcements
Replies: 1 comment
-
@dic-iit/dynamic-interaction-control |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bipedal-locomotion-framework 0.3.0 Release Notes
Added
CubicSpline
class (Implement cubic spline class #344)PWM
control in RobotControl class (Implement PWM control in IRobotControl #346)ContactWrenchCone
class in Math component (Implement Contact wrench Cone in math component #352)skew
function in Math component (Implement Contact wrench Cone in math component #352)QPTSID
class (Implement Floating base TSID #366)YarpSensorBridge
(Stream motor state, joint torques and PID state in SensorBridge #359).ControlTask
in for System component (Add the possibility to disable the proportional controller in the IK::SE3Task #373).Changed
blf-calibration-delta-updater
(Generalize theblf-calibration-delta-updater
script #361)IK::SE3Task
(Add the possibility to control a subset of coordinates inIK::SE3Task
#356)IK::CoMTask
(Add the possibility to control a subset of coordinates inIK::CoMTask
#357)QPFixedBaseTSID
now inherits fromQPTSID
(Implement Floating base TSID #366)RobotInterface
class (Enable the Current control in RobotInterface class #375)IK::SE3Task
(Add the possibility to disable the proportional controller in the IK::SE3Task #373).Fix
YarpSensorBridge
while trying to access unconfigured control board sensors data by adding some checks (YarpSensorBridge: add checks in control board getter methods #378)FRAMEWORK_COMPILE_PYTHON_BINDINGS
CMake option) when compiling with Visual Studio (Enable Python bindings in conda-forge CI and fix Python bindings compilation and tests on MSVC #380).TOML
andYARP
implementation of the parameters handler when astd::vector<bool>
is passed to thesetParameter()
method (Fix theTOML
andYARP
implementation of the parameters handler when astd::vector<bool>
is passed to thesetParameter()
#390).Contributors
This is a list of people that contributed to this release (generated from the git history using
git shortlog -ens --no-merges v0.2.0..v0.3.0
):This discussion was created from the release bipedal-locomotion-framework 0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions