tumbili
|
7043869237
|
VDev:
- increase max number of devices to 200
- increase max number of file descriptors to 200
- add warning if number of file descriptor exceeds max value
|
10 years ago |
tumbili
|
5cf20c8dcf
|
increase fw idle for ATTCTL and POSCTL to 0.2
|
10 years ago |
Lorenz Meier
|
f680bbed54
|
FW pos control: Rename _ground_alt to _takeoff_ground_alt to make it less ambigious with the actual terrain altitude
|
10 years ago |
Lorenz Meier
|
f4845b2b8f
|
FW pos control: Guard against altitude estimate change
|
10 years ago |
Lorenz Meier
|
c46b4a29b8
|
EKF: Publish initial altitude estimate in any case
|
10 years ago |
Lorenz Meier
|
6a00fce009
|
EKF: Publish global position also if GPS is not yet valid so that controllers can get a valid altitude
|
10 years ago |
tumbili
|
5d92927991
|
make motors spin in POSCTRL and ATTCTRL when landed and throttle applied by user
|
10 years ago |
Lorenz Meier
|
12483aec88
|
Merge pull request #2340 from PX4/pwm_setting_params
PWM setting params
|
10 years ago |
tumbili
|
52b0f17ff3
|
increase highest pwm to 2150
|
10 years ago |
Lorenz Meier
|
2284aa0c96
|
Caipi config: Move to param based config
|
10 years ago |
Lorenz Meier
|
20d735701f
|
sensor params: Add hint to reboot system after changing PWM params
|
10 years ago |
Lorenz Meier
|
26c47f25cb
|
PWM outputs: Allow the new p:PWM_OUT etc params for setting PWM limits via params at boot-time.
|
10 years ago |
Lorenz Meier
|
7b588c5bd0
|
Fix F450 default gains
|
10 years ago |
Lorenz Meier
|
f1582e67de
|
F330 config: Better default gains
|
10 years ago |
Lorenz Meier
|
c192398a65
|
mavlink app: Be more verbose on param load fails
|
10 years ago |
Lorenz Meier
|
4c975a11e5
|
param command: Complete help text
|
10 years ago |
Lorenz Meier
|
ae9f1ec955
|
CAN config: Better attitude control defaults
|
10 years ago |
Lorenz Meier
|
ff39773666
|
MC: Better attitude control defaults
|
10 years ago |
Lorenz Meier
|
ad1158b548
|
Fix F450 default gains
|
10 years ago |
TSC21
|
75ec0267c9
|
mocap_support: update to debug log structure
|
10 years ago |
Lorenz Meier
|
d673bf8457
|
Navigator: Reduce excessive stack allocation
|
10 years ago |
Lorenz Meier
|
1c82f73822
|
Dataman: Reduce excessive stack allocation
|
10 years ago |
Lorenz Meier
|
f9de327d6a
|
Merge pull request #2443 from tumbili/SYS_RESTART
set SYS_RESTART_TYPE in sitl startup, normally IO does that
|
10 years ago |
tumbili
|
8a3ac1f541
|
set SYS_RESTART_TYPE in sitl startup, normally IO does that
|
10 years ago |
Lorenz Meier
|
736125441e
|
POSIX: Allow unused variables in INAV estimator temporarily
|
10 years ago |
Lorenz Meier
|
7df785ed50
|
POSIX: Use the same estimators for multicopters as on the real system
|
10 years ago |
Lorenz Meier
|
92d168a476
|
Q attitude estimator: Resolve POSIX porting issues: Add protection against bad input and output data
|
10 years ago |
Lorenz Meier
|
1d6f459e8c
|
INAV: Disable verbose printing which created issues on POSIX. Needs further inspection
|
10 years ago |
Lorenz Meier
|
cc499fcc29
|
Enable Q attitude estimator and INAV
|
10 years ago |
Lorenz Meier
|
f01913a2bc
|
Merge pull request #2442 from tumbili/status_text_fix
Status text fix
|
10 years ago |
Lorenz Meier
|
3e55e32098
|
sdlog2: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
6be1e7f7e8
|
INAV: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
426b961abd
|
MC pos control: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
46428769a5
|
FW pos control: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
71fc0f5bc4
|
EKF: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
82f3d4e877
|
commander: Fix mavlink output
|
10 years ago |
Lorenz Meier
|
dfdc2c999d
|
Bottle drop: Fix mavlink output
|
10 years ago |
tumbili
|
80f1c517cc
|
init VDev for mavlink log device
|
10 years ago |
tumbili
|
dd9e3cd315
|
call px4_open instead of open
|
10 years ago |
Lorenz Meier
|
2c2a6b710c
|
MC position controller: Set better defaults
|
10 years ago |
Lorenz Meier
|
62b102d0b4
|
MC attitude controller: Set better defaults
|
10 years ago |
Lorenz Meier
|
9365c5a438
|
systemlib: Remove file present 2x from Makefile
|
10 years ago |
Lorenz Meier
|
8fa161b7c4
|
Multicopter configs: Remove duplicate defaults, each line checked to match new param-level defaults
|
10 years ago |
Vladimir Ermakov
|
66cdfeca62
|
ROMFS: Enable FTP on companion link
Not sure that ftp usable in 57600. Tested on 921600.
|
10 years ago |
Lorenz Meier
|
a94b2bc3b5
|
Merge pull request #2435 from vooon/ftp_on_sys_companion
rcS: Enable FTP on companion link
|
10 years ago |
Vladimir Ermakov
|
45bae85daa
|
ROMFS: Enable FTP on companion link
Not sure that ftp usable in 57600. Tested on 921600.
|
10 years ago |
Lorenz Meier
|
3627456dd6
|
POSIX config: Fix order of dev IDs
|
10 years ago |
Lorenz Meier
|
27cec4a977
|
VDev POSIX: Fix non-POSIX conformant return value handling
|
10 years ago |
Lorenz Meier
|
d81d20ff0e
|
VDev: Add missing break
|
10 years ago |
Lorenz Meier
|
878284701d
|
POSIX: Simulator: Use port 14560, since 14550 is QGroundControls default port
|
10 years ago |