Daniel Agar
08fbd022af
lib remove extra semicolons
2017-09-16 21:29:52 +01:00
Daniel Agar
1b8ed8ab08
add FW to Launch detection param group
2017-04-16 08:19:43 -04:00
Daniel Agar
71004ab897
FW launchdetector only run if armed
2017-04-16 08:19:43 -04:00
Daniel Agar
e927f3e040
clang-tidy modernize-use-nullptr
2017-02-01 22:15:50 -05:00
Daniel Agar
b1d537c603
launchdetection initiailize motorDelayCounter
2017-01-04 16:08:20 -05:00
Julian Oes
8ff237c69f
Remove size optimization for individual modules
...
It makes more sense to set the optimization flags on a platform basis
instead of individually for each module. This allows for different
optimization options for SITL, NuttX, Snapdragon, etc.
2016-09-30 08:11:51 +02:00
Daniel Agar
de14418e93
fw_pos_ctrl_l1 var naming consistency and effc++
2016-07-12 23:40:39 +02:00
Daniel Agar
deecd4b918
launchdetection_params.c param metadata
2016-05-13 21:03:35 -04:00
Daniel Agar
72d296fe65
launchdetection_params.c param metadata
2016-05-11 12:29:40 -04:00
Daniel Agar
70a68def83
params correct boolean tag
2016-03-25 20:25:17 -04:00
Daniel Agar
06b61a93cb
launchdetection param @unit
2016-03-14 09:10:29 +01:00
Lorenz Meier
bd606b05df
Launch detector: Use idle throttle param
2016-02-17 19:31:01 +01:00
nopeppermint
78f9bb79f1
more spelling mistakes
2016-01-11 08:38:09 +01:00
Lorenz Meier
2919129a74
Launch detect: Remove old params
2015-11-07 09:52:58 +01:00
Daniel Agar
2529f07d44
restore format check
2015-10-06 18:28:30 -04:00
Lorenz Meier
fa5071b3c5
Remove module.mk files to prevent confusion of adopters upgrading
2015-10-06 11:23:20 +02:00
James Goppert
6cdb373abb
Removed extra define from catapult launch.
2015-09-24 16:56:35 -04:00
James Goppert
3bf06d242f
Fix def for stdc format macros to match existing code.
2015-09-24 16:45:18 -04:00
James Goppert
2908a377cf
Found stc macro def issue for sitl build on travis.
2015-09-24 16:43:57 -04:00
James Goppert
85cccbf9be
Attempt 2 to fix posix sitl build for travis.
2015-09-24 16:21:27 -04:00
James Goppert
ebbe322dba
Attempt to fix odd travis sitl build error.
2015-09-24 16:16:49 -04:00
James Goppert
b07e02527d
Fixed catapult launch build error.
2015-09-24 15:59:47 -04:00
Lorenz Meier
d7fc0ee53c
Launch detection: Fix print statement
2015-09-23 22:42:36 +02:00
James Goppert
1d6b31d196
Switch to cmake build system.
2015-09-07 20:37:45 -04:00
Lorenz Meier
b678a554ea
Launch detection: Fix code style
2015-09-05 22:13:47 +02:00
Lorenz Meier
9d5a2e9815
Launch detection: Fix hard typing in array size calculation, fix use of index variable
2015-09-05 22:03:42 +02:00
Daniel Agar
08bd3ea121
fix launch method iteration
2015-09-05 21:59:34 +02:00
Daniel Agar
3e5ce55b94
fix spelling
2015-09-05 21:59:23 +02:00
Mark Charlebois
9758112e31
Use px4_config.h instead of nuttx/config.h
...
Modified code to use OS independent header file for config settings.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-04-20 10:55:41 -07:00
Daniel Agar
c2abb0f82a
fix code style if trivial one line difference
2015-03-19 23:49:36 +01:00
Thomas Gubler
daf1618420
additional upper pitch limit during launch
...
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.
2014-09-08 12:42:42 +02:00
Thomas Gubler
5a5617cb59
launchdetector: return state of detection
...
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.
2014-08-23 11:42:53 +02:00
Thomas Gubler
52ffc3bced
Merge remote-tracking branch 'julian/launchdelay' into launchdetectionstates
2014-08-23 09:10:36 +02:00
Thomas Gubler
8d3dd7363d
catapult launch detection: fix integration logic
2014-08-22 23:15:11 +02:00
Julian Oes
708ee8ae3a
autolaunch: added param for delay
2014-08-22 20:30:06 +02:00
Lorenz Meier
436cefd88c
make launch detector more flash efficient
2014-06-01 12:13:48 +02:00
Thomas Gubler
437825a5a8
launchdetector: fix copyright header
2014-04-25 16:39:16 +02:00
Thomas Gubler
935362b7a3
launchdetection: better integration of Blocks class
2014-03-08 19:00:49 +01:00
Thomas Gubler
acf680389e
launchdetector: add reset, #663
2014-02-17 20:45:05 +01:00
Stefan Rado
7441efde47
Add a lot of MAVLink parameter documentation.
2014-02-14 01:48:00 +01:00
Thomas Gubler
aa5d8a8732
remove printf in launchdetector
2014-02-01 16:06:09 +01:00
Thomas Gubler
f387c0ccc3
launchdetection: rename pre takeoff throttle param and fix usage
2014-01-05 14:19:19 +01:00
Thomas Gubler
d1e991f1f0
launchdetection: add minimal throttle, fix parameter update
2014-01-05 12:20:25 +01:00
Thomas Gubler
9cc1fc1cb5
fixed launchdetection logic, catapult tested in HIL
2013-12-30 19:08:09 +01:00
Thomas Gubler
ebbe4d2235
initial wip version of launchdetector
2013-11-15 22:43:07 +01:00