Anton Babushkin
|
6f55077541
|
gpio_led: bugs fixed
|
11 years ago |
Lorenz Meier
|
45a18587fc
|
Fine tuning for flow control disable to stop firing after change is effective
|
11 years ago |
Lorenz Meier
|
7604518db4
|
Fixed HW flow control enable / disable scheme, console output cleanup on start
|
11 years ago |
Thomas Gubler
|
d9d0e60bd5
|
fw att ctrl: airspeed check: remove unnecessary cast
|
11 years ago |
Lorenz Meier
|
2d2ecbad00
|
Fixed more wrong usages of encoding channel
|
11 years ago |
Lorenz Meier
|
76af0970f5
|
Increased param rate, fixed wrong usage of MAVLink chan.
|
11 years ago |
Lorenz Meier
|
023c7069c4
|
Fix FIONWRITE usage
|
11 years ago |
Lorenz Meier
|
f66b0ad8ac
|
Added hardware flow control to mavlink app. Auto-disables if nothing can be written to the port
|
11 years ago |
Thomas Gubler
|
a977ff2b62
|
fw att control: add timestamp dependency in airspeed check
|
11 years ago |
Lorenz Meier
|
a37e539647
|
Correctly initialize mission count
|
11 years ago |
Anton Babushkin
|
1fd7b89d3c
|
mavlink: use "normal" mode for HIL operation, only add HIL_CONTROLS stream when HIL enabled
|
11 years ago |
Anton Babushkin
|
9e41f6af18
|
mavlink: memory leaks on exit fixed, minor fixes
|
11 years ago |
Anton Babushkin
|
09f18408fc
|
mavlink: msg buffer size fixed
|
11 years ago |
Anton Babushkin
|
35b8d00e17
|
mavlink: task_main noreturn attribute removed
|
11 years ago |
Lorenz Meier
|
ebab4bfa7e
|
Fix for recallstates function
|
11 years ago |
Anton Babushkin
|
0ad38a7323
|
mavlink: task stop fixes, WIP
|
11 years ago |
Julian Oes
|
2f06f15240
|
fw_att_control: whitespace only
|
11 years ago |
Julian Oes
|
2cd29b7c8c
|
fw_att_control: proper struct initialization
|
11 years ago |
Julian Oes
|
2db140bcab
|
fw_att_control: delete the unused flag
|
11 years ago |
Lorenz Meier
|
b7662537df
|
Fix code style of laser rangefinder
|
11 years ago |
Lorenz Meier
|
7851472ae9
|
Laser range finder ready to roll, logging tested
|
11 years ago |
Lorenz Meier
|
290b07920c
|
Fixed missing reset of poll rate after test exit in ultrasound driver
|
11 years ago |
Anton Babushkin
|
b3839afbbc
|
mavlink: channel ID allocation fixed
|
11 years ago |
Thomas Gubler
|
e0cf0e3f41
|
fw posctrl: change 2 functions that return nothing from int to void
|
11 years ago |
Anton Babushkin
|
ddb94ceba8
|
attitude_estimator_ekf: hotfix, do mag declination rotation matrix initialization
|
11 years ago |
Lorenz Meier
|
3f3abebf68
|
Add range finder to logging
|
11 years ago |
Lorenz Meier
|
1c488a95da
|
Added laser range finder logging, needs testing
|
11 years ago |
Anton Babushkin
|
647142764f
|
position_estimator_inav: hotfix, change lower dt limit from 5 ms to 2 ms
|
11 years ago |
Julian Oes
|
8267bdf4a5
|
fw_att_control: airspeed is now used correctly
|
11 years ago |
Lorenz Meier
|
d2905b8d8e
|
SF02/F operational, but not cleaned up / optimized - good enough for first logging
|
11 years ago |
Lorenz Meier
|
d69d895f02
|
Add missing CDev init step
|
11 years ago |
Lorenz Meier
|
171af566f7
|
Allow to set the UART via start argument, cleanups
|
11 years ago |
Lorenz Meier
|
7cc33b9ca6
|
Complete output parsing, pending testing
|
11 years ago |
Lorenz Meier
|
008efff42e
|
Added support for driver rangefinder
|
11 years ago |
Thomas Gubler
|
be140eab59
|
geofence: make better use of Block class for updating parameters
|
11 years ago |
Thomas Gubler
|
935362b7a3
|
launchdetection: better integration of Blocks class
|
11 years ago |
Lorenz Meier
|
5c86eb6dd0
|
Fix code style of mb12xx driver, no functional changes
|
11 years ago |
Anton Babushkin
|
cb8bd1a3ad
|
dumpfile command and fetch_log.py tool implemented to fetch logs via nsh console on USB
|
11 years ago |
Anton Babushkin
|
39b1f7244c
|
mavlink: RC_CHANNELS_RAW added to default streams set
|
11 years ago |
Anton Babushkin
|
aca6806b82
|
Revert "sdlog2: max write chunk increased to 1024"
This reverts commit a478dac621 .
|
11 years ago |
Anton Babushkin
|
a478dac621
|
sdlog2: max write chunk increased to 1024
|
11 years ago |
Anton Babushkin
|
2ee8cf1cf0
|
sdlog2: bug fixed, sleep when idle too
|
11 years ago |
Anton Babushkin
|
c11e1ee0ab
|
sdlog2: lseek() workaround removed
|
11 years ago |
Anton Babushkin
|
2ee8214244
|
sdlog2: move some global variables to local scope, set default log rate to 50 Hz
|
11 years ago |
Anton Babushkin
|
80595c177a
|
sdlog2: code style fixed
|
11 years ago |
Anton Babushkin
|
e505f4fae5
|
sdlog2: use orb_check() instead of poll() to minimize polling overhead, bugs and compiler warnings fixed
|
11 years ago |
Lorenz Meier
|
40deb405c1
|
Modified estimator to fix internal GCC compiler error (hilarious 64bit handling), use float instead of double routines to avoid implicit casts
|
11 years ago |
Thomas Gubler
|
f60a8af30e
|
fw sp offsets: convert deg to rad
|
11 years ago |
Anton Babushkin
|
36ba60d63c
|
mc_att_control: hotfix, memset all structs to zeroes on start, fixes garbage in actuator controls 4..8
|
11 years ago |
Anton Babushkin
|
a8ff126dfe
|
px4io: print actuator control registers as int16 instead of uint16
|
11 years ago |