MikeS96 / autonomous_landing_uav

ROS packages of the Autonomous landing system of a UAV in Gazebo
MIT License
159 stars 54 forks source link

Migrated the whole project to ROS noetic and solved issues #13

Closed MikeS96 closed 2 years ago

MikeS96 commented 2 years ago

Migrated the project to ROS Noetic even though is not yet supported for the PX4 SITL. Updated documentation. Added airframe file to ease installation as well as renewed instructions. Spoofed GPS as a weird update somehow crashed the model.

The URDF model is not updated and it is not on my short-term plans to update it. Feel free to do so!

Updated object-detection package to work with QT5. Updated instructions to properly add world file and sdf file to SITL.

New note to install OpenCV from source to enable SIFT and SURF as this does not come by default with the PX4 SITL. The code was updated to the most recent Firmware version.