This code converts image data and imu data from IOS devices to ros message.
-
add raw image folder, image_time file, imu_data file at /data/
-
cd raw image folder, then
$ ls | cat -n | while read n f; do mv "$f" "$n.PNG"; done
to rename all the image by time sequence
-
$ roslaunch ios2ros ios2ros.launch