Ardupilot: Difference between revisions
Jump to navigation
Jump to search
(Updated the page to the more recent formatting style) |
(Added a Category to the Page) |
||
Line 16: | Line 16: | ||
*[https://github.com/ArduPilot/ardupilot Their Github] | *[https://github.com/ArduPilot/ardupilot Their Github] | ||
*[https://www.youtube.com/channel/UCq2rNse2XX4Rjzmldv9GqrQ The Youtube Channel "RCTestFlight" does many automated/waypoint vehicles (especially long range)] (possible sme?) | *[https://www.youtube.com/channel/UCq2rNse2XX4Rjzmldv9GqrQ The Youtube Channel "RCTestFlight" does many automated/waypoint vehicles (especially long range)] (possible sme?) | ||
[[Category: Automation]] [[Category: Remote Control]] [[Category: Robotics]] |
Revision as of 17:10, 5 November 2020
Basics
- "A Versatile, Trusted, Open Autopilot software for drones and other autonomous systems"
- Can work with many kinds of ROVs/Autonomous vehicles/robots
- Most useful feature seems to be it's "Waypoint" based paths which would be near perfect for farm field sweeps
- Uses a slightly more complex liscense, but IS open source*
Programmed Logic in Missions
Yes, you can pass custom Python scripts into Mission Planner! [1]. Thus, this creates programmable logic that can be implemented on pre-planned missions. For example, you can define waypoints, and implement custom, complex paths in between based in feedback and any logic within a Python program.