aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_receiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* mavlink app: Reduce stack sizes minimally after further inspectionLorenz Meier2014-05-161-1/+1
* mavlink receiver: use new manual control setpoint variable namesThomas Gubler2014-05-121-5/+5
* Fix in-air restarts, protect against an external MAVLink sender exploiting th...Lorenz Meier2014-05-061-0/+6
* mavlink: swap x and y when handling MANUAL_CONTROL mavlink messageAnton Babushkin2014-05-011-2/+2
* Merge branch 'master' into mpc_rcAnton Babushkin2014-04-251-5/+17
|\
| * filter gps simulation hil gps message with sysidThomas Gubler2014-04-231-1/+1
| * add parameter to mavlink app to allow parsing of HIL GPS message even if not ...Thomas Gubler2014-04-231-5/+17
* | Merge branch 'master' into mpc_rcAnton Babushkin2014-04-201-0/+9
|\|
| * More whitespace all the time.Helen Oleynikova2014-04-101-3/+3
| * Finished adding a '-w' option.Helen Oleynikova2014-04-101-0/+4
| * Merge remote-tracking branch 'px4/master' into mavlink_broadcastJulian Oes2014-04-071-31/+29
| |\
| * | mavlink: implemented multicasting between mavlink instances (two options: for...Julian Oes2014-04-031-0/+5
* | | Merge branch 'rc_timeout' into mpc_rcAnton Babushkin2014-04-131-71/+38
|\ \ \
| * | | mavlink_receiver: don't publish rc_channels on manual_control from mavlink, s...Anton Babushkin2014-04-061-42/+11
| | |/ | |/|
| * | mavlink_receiver: fixed bug in manual control publication, minor refactoringAnton Babushkin2014-04-061-31/+29
| |/
* | Merge branch 'master' into mpc_local_posAnton Babushkin2014-03-281-1/+3
|\|
| * mavlink: Hotfixed HIL battery status publicationLorenz Meier2014-03-231-1/+3
* | 'vehicle_global_position' topic updated: removed baro_alt and XXX_valid flags.Anton Babushkin2014-03-271-1/+2
* | Optical flow fixesAnton Babushkin2014-03-211-0/+1
* | Merge branch 'beta_mavlink2' into mpc_local_pos_mavlinkAnton Babushkin2014-03-191-617/+695
|\|
| * Completely and properly populate battery status message in HILLorenz Meier2014-03-171-0/+2
| * Remove now unused hil_counterLorenz Meier2014-03-171-3/+0
| * mavlink: Only send messages when we have updates for them.Lorenz Meier2014-03-161-5/+4
| * Increased param rate, fixed wrong usage of MAVLink chan.Lorenz Meier2014-03-121-1/+1
| * mavlink: memory leaks on exit fixed, minor fixesAnton Babushkin2014-03-111-5/+12
| * mavlink: channel ID allocation fixedAnton Babushkin2014-03-111-2/+2
| * mavlink_receiver: split message handlers to separate methodsAnton Babushkin2014-03-041-568/+631
| * mavlink: UART receiver major cleanupAnton Babushkin2014-03-041-398/+414
| * mavlink: unused include removedAnton Babushkin2014-03-011-1/+0
| * mavlink: stop fixesAnton Babushkin2014-03-011-1/+1
| * mavlink: code style and copyright fixesAnton Babushkin2014-03-011-15/+18
| * mavlink: -r (datarate) parameter implemented, minor fixesAnton Babushkin2014-02-271-1/+2
| * mavlink: use inherited classes instead of callbacks for mavlink messages form...Anton Babushkin2014-02-261-1/+1
| * Mavlink: gotten rid of some warningsJulian Oes2014-02-161-8/+5
| * Mavlink: Start multiple uart listeners, HIL workingJulian Oes2014-02-141-7/+9
| * Mavlink: allow to stop (compiling, working)Julian Oes2014-02-131-1/+1
| * Mavlink: allow to stop (WIP)Julian Oes2014-02-131-3/+2
| * Merge remote-tracking branch 'px4/beta' into beta_mavlinkJulian Oes2014-02-121-2/+2
| |\
| * | Mavlink: get rid of some warnings, initialize channelJulian Oes2014-02-111-1/+1
| * | Move serial port listener to new thread contextLorenz Meier2014-02-021-3/+3
| * | Butchered MAVLink C++ app to compile and link - there is no hope it will work...Lorenz Meier2014-01-281-2/+3
| * | Not building yet, things are coming together slowly on mavlink appLorenz Meier2014-01-281-8/+16
| * | Merged beta into mavlink rework branchLorenz Meier2014-01-281-8/+10
| * | WIP state on getting MAVLink as a class, much of the work done, but does not ...Lorenz Meier2014-01-261-54/+40
| * | MAVLink multi-port WIP, not compiling yetLorenz Meier2014-01-091-8/+4
* | | vehicle_local_position: use double for ref_lat and ref_lon instead of int32, ...Anton Babushkin2014-03-171-2/+2
* | | Use updated map_projection_XXX functions in appsAnton Babushkin2014-03-171-2/+3
| |/ |/|
* | mavlink: bug in telemetry_status publication fixedAnton Babushkin2014-02-121-1/+1
* | Merge branch 'master' into betaAnton Babushkin2014-01-301-1/+1
|\ \
| * | Revert "Merge pull request #620 from pigeonhunter/stack_sizes"Lorenz Meier2014-01-301-1/+1