ardrone_autonomy IMU and camera data fusion

asked 2015-08-12 15:34:50 -0500

brianyg gravatar image

I use the message_filters::sync::ApproximateTime to get the IMU and camera data, however, since the camera data is 30fps, the interval between two frames should be near 0.033ms or its times. However, the time stamp I got from the camera is vary differently. I don't know whether it's normal or not. Besides, should I be fine to just use the time stamp or I need to consider the off-time? How should I do that? Thanks

edit retag flag offensive close merge delete