Daniel Agar
64d9b8eefd
fix COM_FLTMODE5 metadata typo
2016-06-15 20:35:16 +02:00
Daniel Agar
4ab8ddec53
rename cb_usb -> circuit_breaker_engaged_usb_check
2016-06-15 20:35:16 +02:00
Daniel Agar
c22a9137dd
commander cleanup headers
2016-06-15 20:35:16 +02:00
Daniel Agar
7bbfa5d94b
cleanup px4_custom_mode
2016-06-15 20:35:16 +02:00
Daniel Agar
d16daf5ba4
pwm_out_sim sleep if no fds ( #4829 )
...
-fixes #4828
2016-06-15 20:29:19 +02:00
James Goppert
2a26611cf5
Make LPE sonar reading more robust. ( #4806 )
2016-06-15 12:37:52 -04:00
Julian Oes
a76eab367c
DriverFramework: update submodule
...
This brings various PRs in:
- RPi build fixes
- unit tests on CI and on Mac
- some cmake cleanup
- CI style check for DF
2016-06-15 13:36:30 +01:00
Julian Oes
d9d5d9d9e4
mc_pos_control: run the loop without position data
...
By running the loop in mc_pos_control without successfully polling on
position data, we still copy the manual input over so that
mc_att_control can consume it. This allows to fly in manual mode without
GPS and no position estimate.
2016-06-15 13:34:27 +01:00
Beat Küng
26b7ac3884
mavlink: remove an UDP remote port warning, print remote port in mode info
2016-06-15 09:56:34 +02:00
Beat Küng
574a67b93d
fix px4_getopt: ensure progress in case of unknown options
...
Previously sdlog2 got stuck in an endless loop if an unknown argument was
given
2016-06-15 09:55:25 +02:00
Beat Küng
2b85c594b3
fix px4_getopt: correctly handle options that take an argument, but no argument is given
...
This lead to a segfault, for example 'logger start -r'
2016-06-15 09:53:37 +02:00
CarlOlsson
d66af65a92
ekf2: fixed airspeed thr bug
2016-06-14 10:28:40 +02:00
Lorenz Meier
b731a9e96c
Fix AR Drone scaling param
2016-06-14 08:42:12 +02:00
Daniel Agar
2eac57731c
travis-ci fix missing semicolon ( #4812 )
2016-06-14 02:18:22 -04:00
Daniel Agar
f13b75a6d2
travis-ci fix s3 deploy conditions ( #4810 )
2016-06-14 01:56:42 -04:00
Daniel Agar
2f5357be7a
travis-ci use px4io docker images ( #4696 )
2016-06-14 01:06:43 -04:00
Daniel Agar
6f7e978f33
initial circle-ci configuration ( #4807 )
2016-06-13 17:39:30 -04:00
Lorenz Meier
4cca4ea954
Add DOI
2016-06-12 11:53:55 +02:00
Lorenz Meier
8a5e2a3085
Updated IRIS params
v1.3.2
2016-06-12 09:29:14 +02:00
Lorenz Meier
8ecada3f81
Sensors: Allow more headroom for stack
2016-06-10 21:28:05 +02:00
Lorenz Meier
a19a6be05e
Update jMAVSim
2016-06-10 21:27:08 +02:00
Daniel Agar
e322359b27
get_mavlink_mode_state remove unused pos_sp_triplet ( #4613 )
2016-06-10 10:33:56 -04:00
Julian Oes
da0813b842
Snapdragon: make RC calibration easier
...
20 Hz of RC_CHANNELS makes the RC calibration in QGC a more pleasant
thing.
2016-06-10 11:20:22 +01:00
Beat Küng
3bfedfff19
logger: printf cleanup, output statistics when stopping the logger
2016-06-10 08:51:54 +02:00
Mark Whitehorn
0bf7c39356
remove extraneous topic list file
2016-06-10 08:51:54 +02:00
Mark Whitehorn
f129b86d1b
reduce logbuffer size to 12K due to lack of RAM
2016-06-10 08:51:54 +02:00
Mark Whitehorn
0ca63fa379
move default topics into logger.cpp; add on/off command
...
look for alternate topic list at
/fs/microsd/etc/logging/logger_topics.txt
on and off commands have the same effect as arm/disarm
2016-06-10 08:51:54 +02:00
Mark Whitehorn
2bd15f1698
fix string handling issues and simplify parser
2016-06-10 08:51:54 +02:00
Mark Whitehorn
f250911776
read topics to log from a text file
2016-06-10 08:51:54 +02:00
Julian Oes
f4f0892b25
sdlog2: no new sessXXX folder on every arm ( #4775 )
...
Previously, if no time was set, sdlog2 created a folder like sess001,
sess002 for every logfile. The logfiles would then always be named
log001.px4log and their numbering would not actually increase.
This is now fixed and a new folder is only created per boot.
2016-06-10 08:48:37 +02:00
Mark Whitehorn
0a27d14f6c
robustify S.port and D telemetry detection ( #4731 )
2016-06-09 23:33:57 +02:00
Stephen Street
039d5528dd
Change prefix construction to allow correct building of scope tag in parameters.xml when building out-of-tree ( #4781 )
...
Fixes issue #4767
2016-06-09 15:08:57 -04:00
Beat Küng
29eac9b7cb
px4_log.c: fix code style
2016-06-09 15:25:11 +02:00
Beat Küng
513900fb16
printf log: colorize output under POSIX & tty output according to the log level
2016-06-09 15:25:11 +02:00
Beat Küng
03f7ee9b12
posix shell: do not complaining about non-existing command muorb on SITL exit
...
Namely the following output after Ctrl-C:
Invalid command: muorb
type 'help' for a list of commands
2016-06-09 15:25:11 +02:00
Beat Küng
1b5edcabec
posix shell: avoid printing non-printable characters (like Ctrl-C)
2016-06-09 15:25:11 +02:00
Beat Küng
5b811facab
posix console/scripts: treat lines starting with # as comment
2016-06-09 15:25:11 +02:00
Beat Küng
a7c7a46be8
posix console: output newline before process_line
...
Before the output looked like this:
pxh> logger statusINFO [logger] Running
INFO [logger] Wrote 0.13 MiB (avg 0.72 KiB/s)
INFO [logger] Since last status: dropouts: 0 (max len: 0.000 s), max used buffer: 7176 / 12288 B
2016-06-09 15:25:11 +02:00
Beat Küng
fcab80bfee
getprogname: rename to px4_get_taskname
2016-06-09 15:22:29 +02:00
Beat Küng
9f5adb2356
getprogname: re-enable on NuttX & move to px4_tasks.h
2016-06-09 15:22:29 +02:00
tumbili
b9e9f62bee
code style formatting
2016-06-08 17:14:33 +02:00
CarlOlsson
acea2f98d5
log airspeed in rpl mode even if it is not fused
2016-06-08 17:12:05 +02:00
CarlOlsson
9c170f7fae
added parameter which defines threshold for airspeed given to the filter
...
remove unnecessary replay fields
2016-06-08 17:11:10 +02:00
Julian Oes
847cf684db
Revert "sitl_gazebo: update submodule"
...
This reverts commit a9a0759d91209c8a8839feba62e58a90c3e00e6e.
2016-06-08 12:38:50 +02:00
Julian Oes
a9a0759d91
sitl_gazebo: update submodule
...
This only removes one printfs, nothing fancy.
2016-06-08 10:55:56 +02:00
Miguel Arroyo
58f6835b19
Fixes Function signature MPU9250
2016-06-07 16:49:27 -04:00
Andreas Antener
98eeb25e45
produce 0 voltage/current if no suitable default could be set
2016-06-07 22:27:08 +02:00
Lorenz Meier
e1805dfe0c
Sensors app: Use two parameters to convert battery current and voltage to make configuring custom frames easier
2016-06-07 22:27:08 +02:00
Julian Oes
3b5feafef4
err: add missing include for exit
2016-06-07 22:10:56 +02:00
Julian Oes
04083cff3d
err: we need to use exit on NuttX
...
px4_task_exit doesn't seem to be available for NuttX, so it had no
effect and broke the init because the return values of the tasks were
wrong.
2016-06-07 22:10:56 +02:00