aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_main.h
Commit message (Collapse)AuthorAgeFilesLines
* mavlink: Compile warning fixesLorenz Meier2014-05-211-3/+1
|
* mavlink app: Fix use of message bufferLorenz Meier2014-05-151-1/+0
|
* add parameter to mavlink app to allow parsing of HIL GPS message even if not ↵Thomas Gubler2014-04-231-0/+3
| | | | | | | in HIL mode Conflicts: src/modules/mavlink/mavlink_receiver.cpp
* Indentation.Helen Oleynikova2014-04-101-8/+8
|
* Finished adding a '-w' option.Helen Oleynikova2014-04-101-0/+12
|
* Merge pull request #814 from PX4/mavlink_fdLorenz Meier2014-04-081-0/+2
|\ | | | | mavlink: accessor for _mavlink_fd
| * mavlink: accessor for _mavlink_fdThomas Gubler2014-04-081-0/+2
| |
* | mavlink: implemented multicasting between mavlink instances (two options: ↵Julian Oes2014-04-031-1/+33
|/ | | | forwarding: forward received messages from self to other mavlink instances, passing: send out messages received from other mavlink intances over serial
* mavlink: add onboard function for camera capture commandsJulian Oes2014-03-171-1/+2
|
* Do not work on USB UARTsLorenz Meier2014-03-161-0/+1
|
* Merge branch 'beta_mavlink2' into mavlink2_hilAnton Babushkin2014-03-161-0/+11
|\
| * Fine tuning for flow control disable to stop firing after change is effectiveLorenz Meier2014-03-121-0/+4
| |
| * Added hardware flow control to mavlink app. Auto-disables if nothing can be ↵Lorenz Meier2014-03-121-0/+7
| | | | | | | | written to the port
* | mavlink: use "normal" mode for HIL operation, only add HIL_CONTROLS stream ↵Anton Babushkin2014-03-111-6/+4
|/ | | | when HIL enabled
* mavlink: msg buffer size fixedAnton Babushkin2014-03-111-1/+1
|
* mavlink: task_main noreturn attribute removedAnton Babushkin2014-03-111-1/+1
|
* mavlink: task stop fixes, WIPAnton Babushkin2014-03-111-1/+1
|
* mavlink: channel ID allocation fixedAnton Babushkin2014-03-111-1/+5
|
* mavlink: HIL fixes, performance optimizationAnton Babushkin2014-03-011-1/+3
|
* mavlink: cleanup and refactoring, rcS: EXIT_ON_END fixAnton Babushkin2014-03-011-14/+11
|
* mavlink: add new streams in main loop, minor cleanup and fixesAnton Babushkin2014-03-011-1/+5
|
* mavlink: code style and copyright fixesAnton Babushkin2014-03-011-17/+18
|
* mavlink: uORB topics includes moved to mavlink_messages.cpp, more messages ↵Anton Babushkin2014-02-281-27/+1
| | | | implemented
* mavlink: commanl line streams configuration implementedAnton Babushkin2014-02-281-4/+8
|
* mavlink: -r (datarate) parameter implemented, minor fixesAnton Babushkin2014-02-271-1/+2
|
* mavlink: minor refactoring and cleanup, rate limiter class implemented, new ↵Anton Babushkin2014-02-271-6/+3
| | | | messages added
* mavlink: use inherited classes instead of callbacks for mavlink messages ↵Anton Babushkin2014-02-261-12/+4
| | | | formatting, fixes and cleanup
* mavlink: adding message stream by name implemnted, mavlink streams ↵Anton Babushkin2014-02-261-74/+14
| | | | definitions and formatters moved to mavlink_messages.h/cpp, mavlink_orb_listener class and thread removed
* Mavlink and navigator: handle current waypoint onboardJulian Oes2014-02-151-1/+1
|
* Mavlink: Start multiple uart listeners, HIL workingJulian Oes2014-02-141-36/+19
|
* Mavlink: allow to stop (WIP)Julian Oes2014-02-131-1/+4
|
* Mavlink: don't allow multiple instances on the same deviceJulian Oes2014-02-121-0/+4
|
* Mavlink: enable log messages to multiple UARTsJulian Oes2014-02-121-0/+3
|
* Merge remote-tracking branch 'px4/beta' into beta_mavlinkJulian Oes2014-02-121-4/+4
| | | | | | | Conflicts: src/modules/mavlink/mavlink.c src/modules/mavlink/mavlink_receiver.h src/modules/mavlink/orb_listener.c
* Mavlink: bring mavlink log messages to lifeJulian Oes2014-02-121-3/+2
|
* Mavlink: hearbeat sending works nowJulian Oes2014-02-111-4/+3
|
* Mavlink: get rid of some warnings, initialize channelJulian Oes2014-02-111-4/+4
|
* Merged upstreamLorenz Meier2014-02-021-3/+3
|\
| * Move instance to new task contextLorenz Meier2014-02-021-3/+3
| |
* | Fixed initLorenz Meier2014-02-021-4/+3
|/
* Butchered MAVLink C++ app to compile and link - there is no hope it will ↵Lorenz Meier2014-01-281-23/+19
| | | | work out of the box 8)
* Not building yet, things are coming together slowly on mavlink appLorenz Meier2014-01-281-16/+34
|
* WIP state on getting MAVLink as a class, much of the work done, but does not ↵Lorenz Meier2014-01-261-7/+146
| | | | compile yet
* MAVLink multi-port WIP, not compiling yetLorenz Meier2014-01-091-0/+255