ArduPlane, ArduCopter, ArduRover, ArduSub source
Go to file
Lucas De Marchi 79b004cf6a AP_HAL_Linux: add prototype for handling SoloLink
This allows to use a Solo controller to control Linux-based flight
controllers. The protocol has been derived by analyzing a tcpdump
trace: some fields are ignored. Example trace of RC data (obtained
with `tshark -T fields -e data -n -c 5 -r  rc.pcap`

 unkonwn              seq   ch1  ch2  ch3  ...                ch8
 5fa8 f441 3414 0500 73d7  dc05 dc05 dc05 db05 e803 e803 e803 f401
 73f6 f441 3414 0500 74d7  dc05 dc05 dc05 db05 e803 e803 e803 f401
 dc44 f541 3414 0500 75d7  dc05 dc05 dc05 db05 e803 e803 e803 f401
 bc92 f541 3414 0500 76d7  dc05 dc05 dc05 db05 e803 e803 e803 f401
 dfe0 f541 3414 0500 77d7  dc05 dc05 dc05 db05 e803 e803 e803 f401
2017-08-17 12:04:27 -07:00
.github updated contributors url. Was pointing at missing file, now its at landing page url 2016-06-16 09:37:51 -07:00
AntennaTracker Tracker: move serial_control case to base class 2017-08-17 12:42:31 +01:00
APMrover2 Rover: move serial_control case to base class 2017-08-17 12:42:31 +01:00
ArduCopter Copter: move serial_control case to base class 2017-08-17 12:42:31 +01:00
ArduPlane Plane: move serial_control case to base class 2017-08-17 12:42:31 +01:00
ArduSub Sub: move serial_control case to base class 2017-08-17 12:42:31 +01:00
benchmarks waf: add gbenchmark Waf tool 2015-12-03 07:54:31 +11:00
docs docs: Fix typos 2016-05-13 19:20:07 -03:00
libraries AP_HAL_Linux: add prototype for handling SoloLink 2017-08-17 12:04:27 -07:00
mk AP_HAL_PX4: aeorfc: Move GPS to UART7 2017-08-04 12:47:01 -07:00
modules modules: PX4Firmware: Update PX4Firmware with AeroFC changes 2017-08-04 12:47:01 -07:00
tests tests: add macro for printing test parameter 2016-05-16 19:08:35 -03:00
Tools Rover: update SITL parameters 2017-08-17 09:47:39 +09:00
.dir-locals.el emacs: add a .dir-locals.el 2016-10-24 09:41:31 -02:00
.editorconfig all: Change the editorconfig so that it won't want to reformat 2014-07-09 19:03:18 -07:00
.gitattributes Revert ".gitattributes: automatically clean up newlines in source files" 2015-04-20 11:04:59 +09:00
.gitignore param_metadata: Markdown parameter formatter 2017-06-20 14:53:17 +10:00
.gitmodules git: changed URLs for modules 2016-03-25 20:46:30 +11:00
.pydevproject AP_Relay: add -1:Disabled to list of param values 2014-05-15 17:13:37 +09:00
.travis.yml travis: Add ppro target 2017-07-24 13:47:44 +10:00
BUILD.md build: clarify --upload once again for Linux boards 2017-07-25 14:33:12 -07:00
COPYING.txt cmake overhaul, cleaned up readme, added license 2011-09-30 17:32:51 -04:00
Doxyfile.in cfg: Fix typos 2016-05-13 19:20:07 -03:00
eclipse.cproject Eclipse: template project files 2015-07-28 16:11:45 +09:00
eclipse.project Eclipse: template project files 2015-07-28 16:11:45 +09:00
Makefile Sub: add to the main makefile 2017-07-18 19:18:28 +01:00
Makefile.waf waf: Makefile.waf: use check-all command instead of --alltests 2016-02-01 14:08:39 -02:00
README.md Docs: Update coverty scan link 2017-08-12 08:44:20 +09:00
reformat.sh reformat: remove mention to .pde files 2016-05-07 22:55:48 -03:00
uncrustify_cpp.cfg cfg: Fix typos 2016-05-13 19:20:07 -03:00
uncrustify_headers.cfg cfg: Fix typos 2016-05-13 19:20:07 -03:00
Vagrantfile Tools: move Vagrant to 16.10 LTS (Yakkety Yak) 2016-10-20 11:14:41 +11:00
waf waf: let wrapper exit with error 2016-09-29 10:21:36 -03:00
wscript waf: added --disable-header-checks 2017-08-08 00:42:19 -07:00

ArduPilot Project

Gitter

Build SemaphoreCI

Build Travis

Coverity Scan Build Status

The ArduPilot project is made up of:

User Support & Discussion Forums

Developer Information

Contributors

How To Get Involved

License

The ArduPilot project is licensed under the GNU General Public License, version 3.

Maintainers

Ardupilot is comprised of several parts, vehicles and boards. The list below contains the people that regularly contribute to the project and are responsible for reviewing patches on their specific area. See CONTRIBUTING.md for more information.