- Use Android IMU-Camera recorder to record IMU-Camera data.
- Use bin2image convert .bin data to .png images.
- Use Kalibr_bagcreator to create rosbag file. (note: some issue with absolute path and the last dot)
- Use calibrator to calibrate.
- Use Adafruit_IMU_ROS to publish imu topic.
- Use uvc_camera (or other packages) to publish usb camera image.
- Use image_proc to convert rgb image to grayscale image. (must do)
- Use rosbag to record data.
- Use calibrator to calibrate.
PS: Well, it's really complex and annoying :( . But it's necessary.