Skip to content
Snippets Groups Projects
Commit 1a2022f4 authored by Médéric Fourmy's avatar Médéric Fourmy
Browse files

freqs

parent ddc40385
No related branches found
No related tags found
3 merge requests!39release after RAL,!38After 2nd RAL submission,!29Resolve "gtest imu and mocap"
...@@ -57,7 +57,7 @@ class ImuMocapFusion_Test : public testing::Test ...@@ -57,7 +57,7 @@ class ImuMocapFusion_Test : public testing::Test
////////////////////// //////////////////////
Vector3d freq_lin; freq_lin << 0.5, 1, 1.5; Vector3d freq_lin; freq_lin << 0.5, 1, 1.5;
Vector3d freq_ang; freq_ang << 1.5, 1, 0.5; Vector3d freq_ang; freq_ang << 0.4, 0.7, 0.6;
// P = sin(freq*t) // P = sin(freq*t)
// V = freq*cos(freq*t) // V = freq*cos(freq*t)
......
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