This repository includes drone control and computational vision applications. It supposes you have installed the Robotic Operating System (ROS), OpenCV2, Pyzbar, Numpy and others dependences.
$ sudo apt-get install build-essential python-rosdep python-catkin-tools
$ git clone https://github.com/lucaspenna00/bebop_ws/
$ cd ~/bebop_ws
$ rosdep update $ rosdep install --from-paths src -i
$ catkin build
Firstly, you need to run the Bebop ROS drive (in order to run all others applications)
$ roslaunch bebop_driver bebop_node.launch
All the topics disponible on BEBOP_DRIVE:
$ rosmsg list
Message details:
$ rosmsg show [TOPIC_NAME]
Message type via ROS topic:
$ rostopic type [TOPIC_NAME]
See the Bebop camera image:
$ rosrun rqt_image_view rqt_image_view --force-discover
More information: https://bebop-autonomy.readthedocs.io/en/latest/