rpg_svo_example
rpg_svo_example copied to clipboard
Camera - IMU coordinate frames
Hello
Could you please clarify the coordinate frames used for the camera/imu?
Is it both NED or do you follow this convention: https://github.com/ethz-asl/rovio/wiki/Coordinate-Frames-and-Notation
thanks in advance
With IMU we only determine the initial roll and pitch at the beginning (assume the sensor is static). The yaw angle has nothing to do with the real north direction. The initial frame's position is set to zero.
Then everything afterwards is relative motion with respect to the initial frame. The coordinate frame notation is the same as the open source SVO https://github.com/uzh-rpg/rpg_svo/wiki/Notation
Thanks for the reply!
Can you also comment on the max_imu_delta_t param of the imu params? Why is it needed and for what does it stand for? Assuming you have an imu running constantly at 400hz is it 0.005s?
thanks again
This parameter controls how much tolerance there is for the timestamp difference of the image and corresponding IMU (for example, between the timestamp of the image and the timestamp of the closest IMU measurement).
What exactly does the parameter delay_imu_cam do?