aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * removed unnecessary diff contentRoman Bapst2014-11-114-7/+5
| |
| * use px4_defines header to distinguish platformRoman Bapst2014-11-113-6/+2
| |
| * removed platform specific includesRoman Bapst2014-11-111-4/+1
| |
| * pulled from PX4 masterRoman Bapst2014-11-105-16/+20
| |\
| * | do not include eigen lib from local sourceRoman Bapst2014-11-102-2/+2
| | |
| * | updated from remoteRoman Bapst2014-10-233-0/+456
| | |
| * | Adapted for shared library use with ROSRoman Bapst2014-09-272-1/+9
| | |
| * | Adapted for shared library use with ROSRoman Bapst2014-09-271-46/+68
| | |
| * | Fixed so that when working with ROS the same err.h is includedRoman Bapst2014-09-253-7/+3
| | |
| * | Restored to original PX4 version since the hrt_time functions are now also ↵Roman Bapst2014-09-251-4/+1
| | | | | | | | | | | | implemented in ROS
| * | Use namespace std so that we can use the isfinite function, which should be ↵Roman Bapst2014-09-243-5/+6
| | | | | | | | | | | | available from math.h but the compiler gives an error that the function is undeclared
| * | Restored performance counter functionality, ROS package used own source file ↵Roman Bapst2014-09-246-22/+17
| | | | | | | | | | | | for function definitions but per_counter.h stays the same
| * | Adapted for sharded library use with ROS. Problems to solve: error library ↵Roman Bapst2014-09-245-11/+31
| | | | | | | | | | | | from PX4 does not work yet. math functions such as isfinite need to be shared as well. performance library needs to be shared as well (commented for now)
| * | Had to add definition of PI is used with ROS because cannot share math ↵Roman Bapst2014-09-241-2/+2
| | | | | | | | | | | | library yet-needs to be solved
| * | Adapted for shared library use with ROSRoman Bapst2014-09-241-2/+5
| | |
| * | Adapted for sharded library use with ROS. Problems to solve: error library ↵Roman Bapst2014-09-241-2/+3
| | | | | | | | | | | | from PX4 does not work yet. math functions such as isfinite need to be shared as well. performance library needs to be shared as well (commented for now)
| * | Adapted for sharded library use with ROS. Problems to solve: error library ↵Roman Bapst2014-09-241-4/+11
| | | | | | | | | | | | from PX4 does not work yet. math functions such as isfinite need to be shared as well. performance library needs to be shared as well (commented for now)
| * | Adapted math library for use of PX4 and ROS as shared library. First ↵Roman Bapst2014-09-234-1/+39
| | | | | | | | | | | | version, it works but some things might still be ugly
* | | Merge pull request #1414 from philipoe/PR2Lorenz Meier2014-11-111-8/+6
|\ \ \ | |_|/ |/| | TECS: Cleared up integrator-design on throttle, corrected rate-limiting (WIP)
| * | TECS: Modify absolute-value limiting of throttle demandphilipoe2014-11-061-8/+6
| | |
* | | Merge pull request #1429 from tumbili/board_rotThomas Gubler2014-11-041-1/+3
|\ \ \ | |/ / |/| | new_sensor_rotation_option
| * | fixed styletumbili2014-11-041-1/+1
| | |
| * | added new sensor board rotation option (roll 270, yaw 270)tumbili2014-11-041-1/+3
| | |
* | | TECS: Also deleted the _throttle_dem_unc variable from TECS.hphilipoe2014-10-301-3/+0
| | |
* | | TECS: Fix bug (underspeed-condition did not have any effect on throttle)philipoe2014-10-291-4/+4
| | |
* | | GEO: fix compile warningsLorenz Meier2014-10-111-7/+10
| | |
* | | Merged master into st24Lorenz Meier2014-10-071-1/+1
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into swissfangThomas Gubler2014-09-301-0/+2
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/obcfailsafe' into swissfangThomas Gubler2014-09-301-0/+1
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/lib/external_lgpl/tecs/tecs.cpp src/modules/commander/commander_params.c src/modules/fw_pos_control_l1/fw_pos_control_l1_main.cpp src/modules/navigator/navigator_main.cpp
| * | | | Merge remote-tracking branch 'private_swissfang/master' into ↵Thomas Gubler2014-09-082-2/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | launchpitchlimit_swissfang
| | * | | | heightrate ff: fix order of calculationsThomas Gubler2014-09-041-2/+1
| | | | | |
| | * | | | add heightrate ff for tecsThomas Gubler2014-09-042-1/+7
| | | | | |
* | | | | | Limit channel count effectivelyLorenz Meier2014-10-071-2/+6
| | | | | |
* | | | | | ST24: Fix parser return values, update docsLorenz Meier2014-10-072-9/+11
| | | | | |
* | | | | | ST24 lib: formattingLorenz Meier2014-10-072-129/+138
| | | | | |
* | | | | | Finalizing ST24 libLorenz Meier2014-10-072-2/+2
| | | | | |
* | | | | | Fix up ST24 libLorenz Meier2014-10-071-16/+28
| | | | | |
* | | | | | Updates to ST24 decoding libraryLorenz Meier2014-10-062-24/+64
| | | | | |
* | | | | | Fix compile error in parserLorenz Meier2014-10-061-1/+1
| | | | | |
* | | | | | Merge branch 'master' of github.com:PX4/Firmware into st24Lorenz Meier2014-10-041-0/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Flash optimizationLorenz Meier2014-09-301-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' of github.com:PX4/Firmware into st24Lorenz Meier2014-09-278-31/+161
|\| | | |
| * | | | Merge pull request #1356 from PX4/launchpitchlimit_mastersjwilks2014-09-116-2/+57
| |\| | | | | | | | | | | | | FW: additional upper pitch limit during launch
| | * | | additional upper pitch limit during launchThomas Gubler2014-09-086-2/+57
| | |/ / | | | | | | | | | | | | | | | | | | | | The pitch limit can be used by the laucnhdetector to limit pitch during critical phases of a launch. For example this can be used to limit pitch while attached to a bungee differently from the standard pitch limit.
| * / / add heightrate ff for tecsThomas Gubler2014-09-062-1/+7
| |/ /
| * | Merge pull request #1303 from PX4/launchdetectionstatesThomas Gubler2014-09-036-30/+99
| |\ \ | | | | | | | | Launchdetection improvements
| | * | launchdetector: return state of detectionThomas Gubler2014-08-236-48/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The launchdetector now has a intermediate state (controlsenabled) which is meant to be interpreted by the controller as: "perform attitude control but do not yet power up the motor". This can be used in the floating phase during a bungee launch for example.
| | * | Merge remote-tracking branch 'julian/launchdelay' into launchdetectionstatesThomas Gubler2014-08-233-3/+29
| | |\ \
| | | * | autolaunch: added param for delayJulian Oes2014-08-223-3/+29
| | | | |
* | | | | Compile and link ST24 parser in IO firmwareLorenz Meier2014-09-012-20/+146
| | | | |