aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* Prevent some warnings for lat/lon double conversionsJulian Oes2013-12-271-2/+2
|
* Merge branch '559_tecs_climbout' into ↵Thomas Gubler2013-12-231-0/+8
|\ | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups
| * tecs: change pitch on climbout #559 (ported from ardupilot)Thomas Gubler2013-12-231-0/+8
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Thomas Gubler2013-12-131-0/+8
|\| | | | | | | | | | | | | fw_autoland_att_tecs_navigator_termination_controlgroups Conflicts: src/drivers/px4io/px4io.cpp
| * Merge pull request #534 from thomasgubler/tecs_fix_comparisonLorenz Meier2013-12-131-1/+1
| |\ | | | | | | tecs: fix wrong != 0 check
| | * tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| | |
| * | LowPassFilter: allow for filtering to be disabledAndrew Tridgell2013-12-131-0/+8
| |/ | | | | | | using bandwidth of 0 gives no filtering
* | Mavlink and navigator: Disable some functions in mavlink that are taken over ↵Julian Oes2013-11-272-0/+25
| | | | | | | | by navigator, introduce topic to report mission status from commander back to mavlink
* | Merge branch 'fw_autoland_att_tecs' into fw_autoland_att_tecs_navigatorThomas Gubler2013-11-252-34/+53
|\ \ | | | | | | | | | | | | | | | Conflicts: src/lib/external_lgpl/tecs/tecs.cpp src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
| * | tecs: speedrate: use p loop instead of pre calculated speed rate for nowThomas Gubler2013-11-242-25/+40
| | |
| * | tecs: roll2thr: fix to be consistent with commentThomas Gubler2013-11-241-1/+1
| | |
| * | disable a printfThomas Gubler2013-11-241-1/+1
| | |
| * | disabling bad descent detection because of to many false positivesThomas Gubler2013-11-241-7/+11
| | |
* | | L1_pos_controller: Fixed strange bitwise orJulian Oes2013-11-211-1/+1
| | |
* | | Geo: Copy distance function over from mavlinkJulian Oes2013-11-202-0/+28
| | |
* | | TECS: I don't need this debug outputJulian Oes2013-11-201-1/+1
| | |
* | | Merge remote-tracking branch 'thomasgubler_private/fw_autoland_att_tecs' ↵Julian Oes2013-11-209-118/+381
|\| | | | | | | | | | | | | | | | | | | | into navigator_wip_merge_test Conflicts: src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp
| * | tecs: fix wrong != 0 checkThomas Gubler2013-11-191-1/+1
| | |
| * | l1: change a max to min in wp switch-distance calculationThomas Gubler2013-11-171-1/+1
| | |
| * | reintroduce feedforwardThomas Gubler2013-11-136-4/+38
| | |
| * | fw: att fix initialization and add parameter to disable coordinated turns at ↵Thomas Gubler2013-11-082-7/+8
| | | | | | | | | | | | low speed
| * | fw: make att controller more robust against invalid (nan) setpointsThomas Gubler2013-11-041-0/+5
| | |
| * | fix initialization of attitude controllersThomas Gubler2013-11-034-8/+22
| | |
| * | Merge remote-tracking branch 'upstream/master' into fw_autoland_att_tecsThomas Gubler2013-11-033-7/+9
| |\ \
| * \ \ Merge branch 'tecs_experimental_prate' into ↵Thomas Gubler2013-10-312-1/+6
| |\ \ \ | | | | | | | | | | | | | | | fw_staging_ouputlimit_master_heightrate
| | * | | heightrate p as parameterThomas Gubler2013-10-312-1/+6
| | | | |
| * | | | Merge branch 'tecs_experimental_prate' into ↵Thomas Gubler2013-10-311-1/+1
| |\| | | | | | | | | | | | | | | | | | fw_staging_ouputlimit_master_heightrate
| | * | | remove filtering of height setpointThomas Gubler2013-10-311-1/+1
| | | | |
| * | | | Merge branch 'tecs_experimental_prate' into ↵Thomas Gubler2013-10-312-23/+38
| |\| | | | | | | | | | | | | | | | | | fw_staging_ouputlimit_master_heightrate
| | * | | change calc of hgt_rate_dem to use the filtered height setpointThomas Gubler2013-10-311-1/+1
| | | | |
| | * | | add missing copy of variableThomas Gubler2013-10-271-0/+1
| | | | |
| | * | | change _update_height_demand for testThomas Gubler2013-10-272-24/+38
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into fw_staging_ouputlimit_masterThomas Gubler2013-10-312-1/+6
| |\| | |
| * | | | manual merge fw_integrator_fix_ouputlimit into fw_staging_ouputlimitThomas Gubler2013-10-243-8/+10
| |\ \ \ \
| | * | | | constrain integrator part in control output until startup detection is ↵Thomas Gubler2013-10-243-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | available for safety reasons
| * | | | | fix wrong operation in yaw controllerThomas Gubler2013-10-243-5/+9
| | | | | |
| * | | | | wip fw ctrl, several small bugfixes, set limit to 1Thomas Gubler2013-10-246-21/+17
| | | | | |
| * | | | | fw att ctrl: rename some variablesThomas Gubler2013-10-243-6/+3
| | | | | |
| * | | | | wip, clean up pid in fw attThomas Gubler2013-10-243-21/+24
| |/ / / /
| * | | | consistent and safer fix for dt calculationThomas Gubler2013-10-243-3/+12
| | | | |
| * | | | fw att control: bugfixes for integratorThomas Gubler2013-10-244-23/+35
| | | | |
| * | | | wip, minor bugfixes in fw att controlThomas Gubler2013-10-241-1/+1
| | | | |
| * | | | wip, fw attitude ctrl: split into attitude and rate, compiles, untestedThomas Gubler2013-10-246-67/+231
| | | | |
| * | | | wip, fw att ctrl: coordinated turnThomas Gubler2013-10-242-32/+22
| | | | |
| * | | | fw att control: also transform rate estimateThomas Gubler2013-10-242-5/+17
| | | | |
| * | | | using jacobians in fw attitude controlThomas Gubler2013-10-244-6/+8
| | | | |
* | | | | Merge remote-tracking branch 'jean-m-cyr/master' into navigator_wipJulian Oes2013-11-182-0/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add data manager module and fence support to navigatorJean Cyr2013-11-032-0/+36
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Add function to geo.c to determine if global position is inside fence - Add navigator support/commands for maintaining fence coords. - Add data manager module to support persistence fence storage. Can store other data, but only used for fence at this time. - Add unit tests for data manager
* | | | Integral fixes, last partsLorenz Meier2013-11-052-5/+7
| |_|/ |/| |
* | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-11-031-1/+3
|\ \ \