aboutsummaryrefslogtreecommitdiff
path: root/src/modules/mavlink/mavlink_receiver.cpp
Commit message (Expand)AuthorAgeFilesLines
* More whitespace all the time.Helen Oleynikova2014-04-181-3/+3
* Finished adding a '-w' option.Helen Oleynikova2014-04-181-0/+4
* mavlink: implemented multicasting between mavlink instances (two options: for...Julian Oes2014-04-181-0/+5
* 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
* mavlink: Hotfixed HIL battery status publicationLorenz Meier2014-03-231-1/+3
* 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: 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
| * | Merge branch 'master' into betaAnton Babushkin2014-01-301-1/+1
| |\|
| | * Stack size reduced to 1816. Max stack reported by top was 1448 under HIL.Darryl Taylor2014-01-291-1/+1
| * | global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, u...Anton Babushkin2014-01-281-1/+1
| * | Use double for lat/lon in vehicle_global_position topic, use filed names lat,...Anton Babushkin2014-01-241-3/+3
| * | Merge commit '95bdc1a9bd364ce95abe06b097579cc8a9162e33' into navigator_new_ve...Anton Babushkin2013-12-301-2/+1
| |\ \
| * \ \ Merge branch 'ekf_acc_comp' into vector_control2Anton Babushkin2013-12-271-0/+2
| |\ \ \
| | * | | mavlink: HIL GPS velocity fixAnton Babushkin2013-12-271-0/+2
| | | |/ | | |/|
| * | | mathlib: Vector class major cleanupAnton Babushkin2013-12-241-2/+1
| * | | mathlib fixesAnton Babushkin2013-12-191-5/+6
| |/ /
* | | 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
| |/ |/|
* | Waypoints and missionlib: lot's of cleanupJulian Oes2013-12-291-2/+1
|/
* Various HIL-related fixesAnton Babushkin2013-11-271-7/+4
* Added local position publication to mavlink receiver for HIL.James Goppert2013-11-141-10/+55
* fix scaling (unit) of airspeed in HILThomas Gubler2013-10-201-2/+2
* mavlink, mavlink_onboard: bugfixes, code style fixedAnton Babushkin2013-10-081-10/+60
* mavlink_onboard: major optimization, cleanup and minor fixes, WIPAnton Babushkin2013-10-081-1/+1
* Hotfixes for HIL and mode switching.Lorenz Meier2013-09-221-10/+37