Skip to content

Instantly share code, notes, and snippets.

@tomas789
Created June 5, 2018 08:34
Show Gist options
  • Save tomas789/f5ac9052f52b5bb45aa1b135362f4dbe to your computer and use it in GitHub Desktop.
Save tomas789/f5ac9052f52b5bb45aa1b135362f4dbe to your computer and use it in GitHub Desktop.
#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