Created
August 15, 2023 08:03
-
-
Save frakw/cb74f933bd3181d4bd6ddc91cc77542e to your computer and use it in GitHub Desktop.
Camer IMU Calibratoion Resources
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
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 |
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
#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