Created
June 5, 2018 08:34
-
-
Save tomas789/f5ac9052f52b5bb45aa1b135362f4dbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Accelerometers | |
accelerometer_noise_density: 0.02 #Noise density (continuous-time) | |
accelerometer_random_walk: 0.002 #Bias random walk | |
#Gyroscopes | |
gyroscope_noise_density: 0.02 #Noise density (continuous-time) | |
gyroscope_random_walk: 4.0e-5 #Bias random walk | |
rostopic: /imu0 #the IMU ROS topic | |
update_rate: 100.0 #Hz (for discretization of the values above) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment