bipedal-locomotion-framework 0.2.0 #342
GiulioRomualdi
announced in
Announcements
Replies: 1 comment
|
cc @dic-iit/dynamic-interaction-control |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
bipedal-locomotion-framework 0.2.0 Release Notes
Added
LeggedOdometryclass as a part ofFloatingBaseEstimatorslibrary and handle arbitrary contacts inFloatingBaseEstimator. (Allow FloatingBaseEstimator to handle multiple contacts, Implement Legged Odometry and favor iDynTree KinDynComputations instead of Model #151)ICameraBridgeandIPointCloudBridgeinterface classes as a part ofPerceptionInterfacelibrary. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)RealSensedriver class as a part ofPerceptionCapturelibrary. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)realsense-testutility application. (Add Perception pipeline with RealSense driver and Improve RobotInterface with ICameraBridge and IPointCloudBridge #165)PerceptionFeatureslibrary and implementArucoDetector. (Add PerceptionFeatures library and implement ArucoDetector class #159)YarpCameraBridgeclass for Yarp implementation of ICameraBridge (Add YarpCameraBridge to PerceptionInterfaceYarpImplementation library #237)PointCloudProcessorclass and modifyrealsense-testto test point clouds handling with Realsense. (Add a PointCloudProcessor class to the PerceptionFeatures library #236)AdvanceableRunnerandSharedResourceclasses in System component (Introduce Advanceable Runner and SharedResource #272)handleQuitSignals()function in System component (Implement handleQuitSignals() function in System component #277)Wrenchclass (Implement TaskSpaceInverseDynamics interface #279)SO3TaskinTSIDcomponent (Implement SO3 task in TSID #281)VariablesHandler::clear()andVariablesHandler::initialize()(Add the possibility to initialize the VariablesHandler with the ParametersHandler #291)ContactListclass (Add the possibility to set the dafault contact inContactListclass #297)FixedFootDetectorclass (Implement FixedFootDetector class #284)YarpImplementation::setFromFile()(Implement IParameterHandler::YarpImplementation::setFromFile() #307)CoMTaskin TSID (ImplementCoMTaskin TSID #304)YarpParametersHandlerbindings (Implement YarpParametersHandler bindings #309)contactListMapFromJson()andcontactListMapToJson()methods and python bindings (Implement contactListMapFromJson() and contactListMapToJson() methods #316)TomlImplementationinParametersHandler(Add the support to toml in the parameters handler #328)Changed
Math::StandardAccelerationOfGravitationinstead of hardcoding 9.81. (Substitute 9.81 with BipedalLocomotion::Math::StandardAccelerationOfGravitation #211)System::LinearTaskin TSID component (Move LinearTask in System component #240)ContinuousDynamicalSystemcomponent (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)TextLogginginVariablesHandlerclass (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_accelerationandfoot_take_off_velocityparameters in theSwingFootPlannerclass (Addfoot_take_off_accelerationandfoot_take_off_velocityparameters in theSwingFootPlannerclass #323)Fixed
YarpSensorBridge::getFailedSensorReads(). (Fix missing implementation ofYarpSensorBridge::getFailedSensorReads(). #202)mas-imu-testconfiguration files after FW fix.positionInterface->setRefSpeeds()only once when a position reference is set inYarpRobotControl(Bugfix in YarpRobotControl::Impl::setReferences #271)LeggedOdometryclass. ([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)ContactPhaseListclass (Fix copy-constructor and copy-assignment operator inContactPhaseListclass #295)toString()method ofVariablesHandlerclass (Fix toString in VariableHandler class #302)YarpUtilities::getVectorFromSearchablewhen a vector of boolean is passed as input ( Fix inYarpUtilities::getVectorFromSearchablewhen 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.
All reactions