Around the Internet of robotics, there are a lot of open-source/open-hardware projects to make an awesome flying robot : ROS, MAVLink, PX4, Mavros, Odroid XU4. Multiple companies uses thoses projects to make money without contributing to the community. This is an example of application. As it is no more maintained, use it with care but could could be taken as an example to make yours.
The way the packages are organized are available in the Project architecture file.
- PixHawk (200$)
- Odroid XU4 (79$ naked)
- WiFi antenna (connect to external hotspot) or Modem (create an AP)
- The localisation system you want (see the flyingros_pose package)
- ROS
- PX4
- MAVLink
- Mavros
- Motor testing through ESC & Arduino
- Pixhawk configuration (Outdated)
- Odroid configuration (or RPi)
- Basic keyboard teleop for PX4
- Example of task-based PX4 control composed of:
- tasks.py: Abstraction to high level tasks (move, loiter, arm, disarm, takeoff) see the Documentation and the usage
- task_node: a controller spinning through tasks
- nav_application: An urwid application to manage tasks
- flyingros_web: A basic web app to manage tasks via websocket and rosbridge
- flyingros_pose lots of information about SLAM & visual odometry.