bipedal-locomotion-framework 0.2.0 #342
GiulioRomualdi
announced in
Announcements
Replies: 1 comment
-
cc @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.2.0 Release Notes
Added
LeggedOdometry
class as a part ofFloatingBaseEstimators
library and handle arbitrary contacts inFloatingBaseEstimator
. (Allow FloatingBaseEstimator to handle multiple contacts, Implement Legged Odometry and favor iDynTree KinDynComputations instead of Model #151)ICameraBridge
andIPointCloudBridge
interface classes as a part ofPerceptionInterface
library. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)RealSense
driver class as a part ofPerceptionCapture
library. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)realsense-test
utility application. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)PerceptionFeatures
library and implementArucoDetector
. (Add PerceptionFeatures library and implement ArucoDetector class #159)YarpCameraBridge
class for Yarp implementation of ICameraBridge (Add YarpCameraBridge to PerceptionInterfaceYarpImplementation library #237)PointCloudProcessor
class and modifyrealsense-test
to test point clouds handling with Realsense. (Add a PointCloudProcessor class to the PerceptionFeatures library #236)AdvanceableRunner
andSharedResource
classes in System component (Introduce Advanceable Runner and SharedResource #272)handleQuitSignals()
function in System component (Implement handleQuitSignals() function in System component #277)Wrench
class (Implement TaskSpaceInverseDynamics interface #279)SO3Task
inTSID
component (Implement SO3 task in TSID #281)VariablesHandler::clear()
andVariablesHandler::initialize()
(Add the possibility to initialize the VariablesHandler with the ParametersHandler #291)ContactList
class (Add the possibility to set the dafault contact inContactList
class #297)FixedFootDetector
class (Implement FixedFootDetector class #284)YarpImplementation::setFromFile()
(Implement IParameterHandler::YarpImplementation::setFromFile() #307)CoMTask
in TSID (ImplementCoMTask
in TSID #304)YarpParametersHandler
bindings (Implement YarpParametersHandler bindings #309)contactListMapFromJson()
andcontactListMapToJson()
methods and python bindings (Implement contactListMapFromJson() and contactListMapToJson() methods #316)TomlImplementation
inParametersHandler
(Add the support to toml in the parameters handler #328)Changed
Math::StandardAccelerationOfGravitation
instead of hardcoding 9.81. (Substitute 9.81 with BipedalLocomotion::Math::StandardAccelerationOfGravitation #211)System::LinearTask
in TSID component (Move LinearTask in System component #240)ContinuousDynamicalSystem
component (General improvement of DynamicalSystem and implementation of FixedBaseDynamics #242)System::Advanceable
(Refactoring of advanceable #267)FloatingBaseEstimators
. (General improvements for FloatingBaseEstimators library #254)YarpSensorBridge
(Some improvements in sensorbridge #278)TextLogging
inVariablesHandler
class (Add the possibility to initialize the VariablesHandler with the ParametersHandler #291)YarpImplementation::setParameterPrivate()
when a boolean or a vector of boolean is passed (FixYarpImplementation::setParameterPrivate()
when a boolean or a vector of boolean is passed #311)foot_take_off_acceleration
andfoot_take_off_velocity
parameters in theSwingFootPlanner
class (Addfoot_take_off_acceleration
andfoot_take_off_velocity
parameters in theSwingFootPlanner
class #323)Fixed
YarpSensorBridge::getFailedSensorReads()
. (Fix missing implementation ofYarpSensorBridge::getFailedSensorReads()
. #202)mas-imu-test
configuration files after FW fix.positionInterface->setRefSpeeds()
only once when a position reference is set inYarpRobotControl
(Bugfix in YarpRobotControl::Impl::setReferences #271)LeggedOdometry
class. ([FloatingBaseEstimator] Bug fix in initialization LeggedOdometry #289)LeggedOdometry::Impl::updateInternalContactStates()
is now called even if the legged odometry is not initialize. This was required to have a meaningful base estimation the first timeLeggedOdometry::changeFixedFrame()
is called. (Bugfix in LeggedOdometry::updateKinematics() #292)ContactPhaseList
class (Fix copy-constructor and copy-assignment operator inContactPhaseList
class #295)toString()
method ofVariablesHandler
class (Fix toString in VariableHandler class #302)YarpUtilities::getVectorFromSearchable
when a vector of boolean is passed as input ( Fix inYarpUtilities::getVectorFromSearchable
when a vector of boolean is passed as input #313)Contributors
This is a list of people that contributed to this release (generated from the git history using
git shortlog -ens --no-merges v0.1.1..v0.2.0
):This discussion was created from the release bipedal-locomotion-framework 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions