Skip to content

Instantly share code, notes, and snippets.

@frakw
Created August 15, 2023 08:03
Show Gist options
  • Save frakw/cb74f933bd3181d4bd6ddc91cc77542e to your computer and use it in GitHub Desktop.
Save frakw/cb74f933bd3181d4bd6ddc91cc77542e to your computer and use it in GitHub Desktop.
Camer IMU Calibratoion Resources
target_type: 'aprilgrid' #gridtype
tagCols: 6 #number of apriltags
tagRows: 6 #number of apriltags
tagSize: 0.03 #size of apriltag, edge to edge [m]
tagSpacing: 0.3 #ratio of space between tags to tagSize
codeOffset: 0 #code offset for the first tag in the aprilboard
#Accelerometer
accelerometer_noise_density: 0.00334708488176572
accelerometer_random_walk: 4.932675275231298e-05
#Gyroscope
gyroscope_noise_density: 0.00010282771942506566
gyroscope_random_walk: 1.8142240489260636e-06
rostopic: '/imu/data' #Make sure this is correct
update_rate: 320.0 #Make sure this is correct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment