aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Fix compile errorsLorenz Meier2014-02-151-2/+2
| | | | | | |
| | * | | | | Fix airspeed sensorLorenz Meier2014-02-154-10/+13
| |/ / / / /
* | | | | | Mavlink and navigator: handle current waypoint onboardJulian Oes2014-02-156-68/+142
| | | | | |
* | | | | | Merge remote-tracking branch 'px4/beta' into beta_mavlinkJulian Oes2014-02-155-9/+14
|\| | | | |
| * | | | | Merge pull request #666 from PX4/fix_loiterThomas Gubler2014-02-141-2/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Navigator: set loiter WP correctly
| | * | | | Navigator: set loiter WP correctlyJulian Oes2014-02-131-2/+1
| | | |_|/ | | |/| |
| * | | | decrease MC_PITCHRATE_P for TBS DiscoveryThomas Gubler2014-02-131-2/+2
| | | | |
| * | | | Merge pull request #667 from PX4/fix_disable_parachuteThomas Gubler2014-02-132-5/+10
| |\ \ \ \ | | |/ / / | |/| | | Commander: add guard for parachute deployment
| | * | | Commander: add guard for parachute deploymentJulian Oes2014-02-132-5/+10
| |/ / /
| * | | rc.fw_defaults: increase acceptance radius which is used by navigator to ↵Thomas Gubler2014-02-131-0/+1
| | | | | | | | | | | | | | | | generate virtual waypoints (RTL etc.)
* | | | Mavlink: Don't support mavlink stop so that QGC doesn't stop mavlink before ↵Julian Oes2014-02-141-1/+5
| | | | | | | | | | | | | | | | it starts rc.usb
* | | | Mavlink: Start multiple uart listeners, HIL workingJulian Oes2014-02-146-82/+68
| | | |
* | | | Mavlink: allow to stop (compiling, working)Julian Oes2014-02-131-1/+1
| | | |
* | | | Mavlink: allow to stop (WIP)Julian Oes2014-02-136-25/+54
| | | |
* | | | Mavlink: don't allow multiple instances on the same deviceJulian Oes2014-02-122-1/+22
| | | |
* | | | Mavlink: enable log messages to multiple UARTsJulian Oes2014-02-122-8/+15
| | | |
* | | | Merge remote-tracking branch 'px4/beta' into beta_mavlinkJulian Oes2014-02-12172-3471/+4717
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/modules/mavlink/mavlink.c src/modules/mavlink/mavlink_receiver.h src/modules/mavlink/orb_listener.c
| * | | Merge pull request #661 from PX4/sdlog2_telemetryLorenz Meier2014-02-124-6/+44
| |\ \ \ | | | | | | | | | | sdlog2: TELE (telemetry status) message added
| | * | | mavlink: bug in telemetry_status publication fixedAnton Babushkin2014-02-121-1/+1
| | | | |
| | * | | sdlog2: TELE (telemetry status) message added, type for 'rssi' and ↵Anton Babushkin2014-02-123-5/+43
| |/ / / | | | | | | | | | | | | 'remote_rssi' in 'telemetry_status' topic fixed to be consistent with 'noise'/'remote_noise' and mavlink message.
| * | | autostart for multicopters: frame-specific default parameters reverted and ↵Anton Babushkin2014-02-1114-95/+92
| | | | | | | | | | | | | | | | cleaned up
| * | | Merge pull request #651 from PX4/hotfix_beta_startupThomas Gubler2014-02-111-0/+1
| |\ \ \ | | | | | | | | | | Startup: fix merge mistake
| | * | | Startup: fix merge mistakeJulian Oes2014-02-111-0/+1
| |/ / /
| * | | Merged master into betaLorenz Meier2014-02-1140-703/+688
| |\| |
| | * | Hotfix and cleanup for system mixersLorenz Meier2014-02-1114-207/+70
| | | |
| | * | Merge pull request #590 from PX4/pubsub_cleanupLorenz Meier2014-02-1025-151/+452
| | |\ \ | | | | | | | | | | Pubsub cleanup
| | | * \ Merged origin/master into pubsub_cleanupLorenz Meier2014-02-09147-4197/+5382
| | | |\ \
| | | * | | Improved config tool to also do device IOCTLsLorenz Meier2014-01-141-7/+49
| | | | | |
| | | * | | Fixed return valueLorenz Meier2014-01-141-0/+1
| | | | | |
| | | * | | Build the sensors as part of the test binaryLorenz Meier2014-01-142-0/+12
| | | | | |
| | | * | | Fixed up init sequence of all sensors - we can publish in interrupt context, ↵Lorenz Meier2014-01-148-112/+186
| | | | | | | | | | | | | | | | | | | | | | | | but not advertise! All advertisements now contain valid data
| | | * | | Merge branch 'master' into pubsub_cleanupLorenz Meier2014-01-1422-225/+661
| | | |\ \ \
| | | * | | | Fixed bogus return value of publication blocking disableLorenz Meier2014-01-141-3/+2
| | | | | | |
| | | * | | | Fixed two typos identified by kroimonLorenz Meier2014-01-142-2/+2
| | | | | | |
| | | * | | | Header for publication disableLorenz Meier2014-01-121-0/+62
| | | | | | |
| | | * | | | Support for publication blocking: MS5611, cleaned up device startLorenz Meier2014-01-121-12/+21
| | | | | | |
| | | * | | | Support for publication blocking: MPU6000, cleaned up device startLorenz Meier2014-01-121-20/+26
| | | | | | |
| | | * | | | Support for publication blocking: LSM303D, cleaned up device startLorenz Meier2014-01-121-30/+34
| | | | | | |
| | | * | | | Support for publication blocking: L3GD20(H)Lorenz Meier2014-01-121-9/+14
| | | | | | |
| | | * | | | Support for publication blocking: HMC5883Lorenz Meier2014-01-121-18/+19
| | | | | | |
| | | * | | | BMA180 does not publish if disabledLorenz Meier2014-01-121-2/+3
| | | | | | |
| | | * | | | Airspeed does not publish if disabledLorenz Meier2014-01-124-10/+36
| | | | | | |
| | | * | | | Framework to support disabling publications via IOCTLLorenz Meier2014-01-123-3/+14
| | | | | | |
| | | * | | | Support disabling GPS output via IOCTL, general cleanup of author and ↵Lorenz Meier2014-01-128-32/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | copyright code style
| | | * | | | System disables all driver publications it can get hold of once entering HILLorenz Meier2014-01-121-0/+31
| | | | | | |
| | * | | | | Merge pull request #645 from thomasgubler/x5_mixerLorenz Meier2014-02-101-6/+5
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | X5: copy content of FMU_Q.mix to FMU_X5.mix because FMU_Q was used previously by the X5 startup script
| | | * | | | | X5: copy content of FMU_Q.mix to FMU_X5.mix because FMU_Q was used ↵Thomas Gubler2014-02-071-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously by the X5 startup script
| | * | | | | | FMUv2: fixed UART3 flow control pinsAndrew Tridgell2014-02-101-2/+2
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Update upload script from bootloader repoLorenz Meier2014-02-091-7/+7
| | | |_|_|/ | | |/| | |
| | * | | | Merge pull request #626 from PX4/rc_mappingLorenz Meier2014-02-096-17/+56
| | |\ \ \ \ | | | |/ / / | | |/| | | Improved RC calibration behaviour, fully supported setting trim offsets