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

increase torque x10

parent baa6b127
No related branches found
No related tags found
2 merge requests!31devel->main,!30Complete UAV identification setup
......@@ -668,7 +668,7 @@ TEST_F(Test_SolveProblemForceTorqueInertialDynamics_yaml, rotation_test_unfixing
Vector3d acc_true = -gravity();
Vector3d ang_vel_true (0, 0, 0);
Vector3d force_true = -mass_true * gravity();
Vector3d torque_true (0, 0, 0.001);
Vector3d torque_true (0, 0, 0.01);
Vector3d L_true (0, 0, 0);
Vector3d position_true (0, 0, 0);
Quaterniond quat_true (1, 0, 0, 0);
......
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