Closed Ant-Yuan closed 6 years ago
Hi,
Did you have a look at the webpage about camera and IMU synchronization linked in the Wikipage of this repo? Here's the link: http://grauonline.de/wordpress/?page_id=1951
Also, have a look at this closed issue: https://github.com/ethz-asl/rovio/issues/118
Thanks a lot ! I have read the wiki link ,it helps a lot ! I will have a try. so I just need to trigger the camera by the Arduino board ,and then public IMU data and image data at the same time? Is there any other document about the data structure of the IMU data and image data? Thanks so much !
@yujianyuan I wrote some code for using laptop camera and sends ROS messages, hope that would be useful.
https://github.com/juwikuang/camera_message
For IMU data from usb port:
hi,everyone,thanks for reading, i have build rovio by:
$catkin build rovio --cmake-args -DCMAKE_BUILD_TYPE=Release
and then run rovio by:$rosrun rovio rovio_node
rosbag play /media/MH_01_easy.bag
then it seems runs ok except some error: no valid coordinate data!i want to run rovio with my laptop camera and one arduino IMU, but i don't no how to connect rovio with the camera and the IMU,
by rostopic list i can find
do i need to public three rostopic: /cam0/image_raw /cam1/image_raw /imu0 to rosmaster? if so which data struct i need to feed to the rostopics?
Any one knows anything is fine,thanks a lot !