aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merged mavlink_beta2Lorenz Meier2014-03-112-2/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merged beta into paul_estimatorLorenz Meier2014-02-1614-140/+258
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'master' of github.com:PX4/Firmware into paul_estimatorLorenz Meier2014-02-091-0/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge masterLorenz Meier2014-01-311-4/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | AUTOMATED code-style fix on topics. NO MANUAL OR SEMANTIC EDITSLorenz Meier2014-01-1224-173/+148
| * | | | | | | | | Removed bogus sensor counters, replaced them with proper timestampsLorenz Meier2014-01-121-9/+8
* | | | | | | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-03-282-2/+5
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merged airspeed filtering from Thomas GublerLorenz Meier2014-03-232-2/+5
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into diff_press_filterThomas Gubler2014-03-217-1/+494
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | add low pass filter to meas airspeed driver including logging of filtered valueThomas Gubler2014-03-142-4/+6
| | | |_|_|_|/ / / / | | |/| | | | | | |
* | | | | | | | | | 'vehicle_global_position' topic updated: removed baro_alt and XXX_valid flags.Anton Babushkin2014-03-271-5/+2
* | | | | | | | | | Merge branch 'master' into mpc_local_posAnton Babushkin2014-03-227-1/+494
|\| | | | | | | | |
| * | | | | | | | | Merge branch 'master' of github.com:PX4/Firmware into beta_mavlink2Lorenz Meier2014-03-217-1/+494
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Added encoder uORB message/ fixedwing_backside working if enabled.James Goppert2014-03-204-0/+101
| | * | | | | | | | Fix for md25 and uORB update.James Goppert2014-03-201-0/+2
| | * | | | | | | | Fixed uORB Pub/Sub templates for GCC 4.7James Goppert2014-03-204-18/+67
| | * | | | | | | | Moved List.hpp from controllib to src/include/containers.James Goppert2014-03-202-2/+2
| | * | | | | | | | Moved UOrbPubliction/Subscription to uORB::Publication/SubscriptionJames Goppert2014-03-205-1/+342
| | |/ / / / / / /
* | | | | | | | | Optical flow fixesAnton Babushkin2014-03-211-0/+1
* | | | | | | | | Merge branch 'beta_mavlink2' into mpc_local_pos_mavlinkAnton Babushkin2014-03-193-11/+11
|\| | | | | | | |
| * | | | | | | | Removed stupid sensor counter, replaced it with much more useful timestampsLorenz Meier2014-03-161-9/+8
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Mavlink and navigator: handle current waypoint onboardJulian Oes2014-02-151-1/+2
| * | | | | | | Merge remote-tracking branch 'px4/beta' into beta_mavlinkJulian Oes2014-02-125-29/+27
| |\| | | | | |
| * | | | | | | Mavlink: get orb_listener to workJulian Oes2014-02-111-1/+1
| * | | | | | | Merged beta into mavlink rework branchLorenz Meier2014-01-2810-39/+61
* | | | | | | | copyright and code style fixesAnton Babushkin2014-03-181-1/+3
* | | | | | | | vehicle_local_position: use double for ref_lat and ref_lon instead of int32, ...Anton Babushkin2014-03-171-2/+2
| |/ / / / / / |/| | | | | |
* | | | | | | sdlog2: TELE (telemetry status) message added, type for 'rssi' and 'remote_rs...Anton Babushkin2014-02-121-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Merged master into betaLorenz Meier2014-02-011-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Improved RC calibration behaviour, fully supported setting trim offsetsLorenz Meier2014-02-011-0/+1
| | |_|/ | |/| |
* | | | setpoint type IDLE added (for AUTO_READY state), LAND mode fixedAnton Babushkin2014-01-291-4/+5
* | | | global_position topic: added baro_alt, mc_pos_control: SEATBELT mode fixed, u...Anton Babushkin2014-01-281-4/+8
* | | | mavlink: AUTO states indication fixedAnton Babushkin2014-01-281-0/+3
* | | | vehicle_control_mode publication moved to commander, WIPAnton Babushkin2014-01-272-16/+5
* | | | cammander: state machine can now deny current state (e.g. when position lock ...Anton Babushkin2014-01-262-3/+5
* | | | commander: more user-friendly states indicationAnton Babushkin2014-01-251-1/+3
* | | | «flighttermination state» replaced by more general «failsafe state»Anton Babushkin2014-01-252-6/+7
* | | | Use double for lat/lon in vehicle_global_position topic, use filed names lat,...Anton Babushkin2014-01-242-10/+9
* | | | position_setpoint_triplet refactoring finishedAnton Babushkin2014-01-231-3/+6
* | | | Replace mission_item_triplet with position_setpoint_triplet, WIPAnton Babushkin2014-01-232-17/+25
* | | | attitude_estimator_ekf: acc comp bug fixed, estimated gravity vector loggingAnton Babushkin2014-01-201-0/+1
* | | | Merge branch 'master' into navigator_new_vectorAnton Babushkin2014-01-141-4/+5
|\| | |
| * | | Merged origin/master into batt_fixesLorenz Meier2014-01-073-44/+34
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into batt_fixesAnton Babushkin2013-11-111-2/+2
| |\ \ \
| * | | | Track raw battery voltage and filtered battery voltage separately. Estimate r...Anton Babushkin2013-11-111-1/+2
| * | | | sensors: minor cleanup, bugs fixed, use unsigned long for discharged integrat...Anton Babushkin2013-11-101-3/+3
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-021-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | navigator: AUTO_READY nav state added, RTL implemented properlyAnton Babushkin2014-01-021-0/+1
* | | | | Merge branch 'navigator_new' into navigator_new_vectorAnton Babushkin2014-01-021-1/+1
|\| | | |
| * | | | navigator: takeoff and mission fixesAnton Babushkin2014-01-021-1/+1