cesarhcq

Results 4 comments of cesarhcq

If you're using ROS, you need to see what's topic from Bebop images, for example: /bebop/image_raw You can execute the following command to save all topics from Bebop: $ rosbag...

I'd like to know too! Any progress?

> It is a known issue with that commit. Try replacing that line with > > `unit_complex_ = std::complex(1,0);` That's fix my problem! Thank you!