Skip to content
Snippets Groups Projects
Commit 86e890da authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Set L to zero

parent c668cd29
No related branches found
No related tags found
3 merge requests!31devel->main,!29Add functionality for UAV,!27Fix test with acc_x = 2 m/s2
...@@ -229,6 +229,7 @@ TEST_F(Test_SolveProblemForceTorqueInertialPreintDynamics_yaml, mass_and_cdm_hov ...@@ -229,6 +229,7 @@ TEST_F(Test_SolveProblemForceTorqueInertialPreintDynamics_yaml, mass_and_cdm_hov
CaptureMotionPtr C_KF1 = std::static_pointer_cast<CaptureMotion>(p->getOrigin()); CaptureMotionPtr C_KF1 = std::static_pointer_cast<CaptureMotion>(p->getOrigin());
C_KF0->getFrame()->fix(); C_KF0->getFrame()->fix();
C_KF1->getFrame()->getStateBlock('L')->setState(Vector3d::Zero());
C_KF1->getFrame()->fix(); C_KF1->getFrame()->fix();
P->print(4, 1, 1, 1); P->print(4, 1, 1, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment