diff --git a/apriltag_imu/sim/README b/apriltag_imu/sim/README deleted file mode 100644 index f0fd2a8e31f058a0abec88a75840bc74cf0e75c8..0000000000000000000000000000000000000000 --- a/apriltag_imu/sim/README +++ /dev/null @@ -1,12 +0,0 @@ -Nicer demos: - - -circle.bag: flat circle in Z plane, IMU NOT biased - -circleXYZ.bag: bended circle with sinusoidal deviation in 3 directions, IMU NOT biased - -everything: alike circleXYZ with orientation changes and IMU noise, IMU biased on all axis - -everythingBiasedX: alike everything with orientation changes and IMU noise, IMU biased on X axis - - diff --git a/apriltag_imu/sim/README.md b/apriltag_imu/sim/README.md new file mode 100644 index 0000000000000000000000000000000000000000..73d437e30a359676507923201b7e740bef1f4d69 --- /dev/null +++ b/apriltag_imu/sim/README.md @@ -0,0 +1,13 @@ +# Simulation demos: + +- **circle.bag:** Flat circle in Z plane. IMU without noise and not biased. + +- **wave.bag:** Bended circle with sinusoidal translation in Z. IMU without noise and not biased. (old name circleXYZ.bag) + +- **wave_noiseXYZ_biasY:** Bended circle with sinusoidal translation in Z. IMU with noise and biased only on Y axis (accel. and gyro.). (old name everythingBiasedX.bag) + +- **wave_noiseXYZ_biasXYZ:** Bended circle with sinusoidal translation in Z. IMU with noise and biased. (old name everything.bag) + + + +