-
Notifications
You must be signed in to change notification settings - Fork 13
[WIP] Add preliminary support in wholeBodyDynamicsDevice to use BerdySparseMAPSolver #240
Conversation
I am afraid that for this we need to add a |
linearAccelerometer.setParentLink(model.getFrameName(model.getFrameLink(imuFrameIndex))); | ||
linearAccelerometer.setLinkSensorTransform(model.getFrameTransform(imuFrameIndex)); | ||
linearAccelerometer.updateIndices(model); | ||
ok = ok && sensorsActuallyUsedInEstimation.addSensor(linearAccelerometer); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
addSensor returns an int.
angularAccelerometer.setParentLink(model.getFrameName(model.getFrameLink(imuFrameIndex))); | ||
angularAccelerometer.setLinkSensorTransform(model.getFrameTransform(imuFrameIndex)); | ||
angularAccelerometer.updateIndices(model); | ||
ok = ok && sensorsActuallyUsedInEstimation.addSensor(angularAccelerometer); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR (adding Berdy-like estimation support to the WBD device that runs on the robot) adds a lot of complexity to wbd, with little added value. |
@traversaro |
Ok. Closing the PR, as GitHub remembers, so if we ever need this code, we can just go back to this PR and recover it. |
Depends on iDynTree's branch
floatingBerdyPlusPlus
.