Lorenz Meier
|
be69887b7e
|
EKF: Improved down gains from @boosfelm and @surberj
|
10 years ago |
tumbili
|
572f1f4637
|
fill local position setpoint message entirely
|
10 years ago |
Lorenz Meier
|
51055a16fc
|
L3GD20: Set max offset for gyro to 25 degrees per second based on comment from mailing list about datasheet ratings.
|
10 years ago |
Lorenz Meier
|
3045146dcd
|
Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta
|
10 years ago |
Lorenz Meier
|
6eb0bd0d9c
|
Merge pull request #2469 from tumbili/publishing_fixes
VTOL: only publish attitude setpoint if in correct mode
|
10 years ago |
tumbili
|
dcb680f9d6
|
VTOL: only publish attitude setpoint if in correct mode
|
10 years ago |
Lorenz Meier
|
d6f05fbada
|
Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta
|
10 years ago |
Lorenz Meier
|
5b93d92339
|
Merge pull request #2439 from PX4/idle_fw
Prop idling in ALTCTL and POSCTL
|
10 years ago |
Lorenz Meier
|
c402d0c2f7
|
Commander: updated mag calibration routine, matlab script updates
|
10 years ago |
Don Gagne
|
338404b4b3
|
Change mag cal to 6 orientations
|
10 years ago |
Lorenz Meier
|
1fdc6a9221
|
commander: Remove unused min sample dist
|
10 years ago |
Lorenz Meier
|
e28e4cb84c
|
Matlab mag: Update to real scaling, resulting fits confirm results
|
10 years ago |
Lorenz Meier
|
ef6092afd9
|
HMC5883: Calculate correct scaling to apply using multiplication
|
10 years ago |
Lorenz Meier
|
cae604ac1f
|
HMC5883: Increase the number of calibration cycles to ensure a stable result
|
10 years ago |
Lorenz Meier
|
a4a6e69521
|
Matlab tools: Add ellipsoid fit
|
10 years ago |
Lorenz Meier
|
baca229b95
|
Tools: Add Matlab script to plot mag data
|
10 years ago |
Lorenz Meier
|
4fadb65ac6
|
commander: Reject mag samples which are on top of each other
|
10 years ago |
Lorenz Meier
|
79a690cd17
|
Merge branch 'release_v1.0.0' into beta
|
10 years ago |
Lorenz Meier
|
640024357f
|
Land detector: increase ground speed threshold
|
10 years ago |
Lorenz Meier
|
289ad91bcc
|
Fixed wing land detector: Filter GPS speeds more since they are unreliable, leave airspeed filter where it was
|
10 years ago |
Lorenz Meier
|
0f21733cfc
|
Wing-wing: Remove unused params. Camflyer: Copy wing-wing defaults
|
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
|
d673bf8457
|
Navigator: Reduce excessive stack allocation
|
10 years ago |
Lorenz Meier
|
1c82f73822
|
Dataman: Reduce excessive stack allocation
|
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
|
bb76ac722c
|
Merge branch 'release_v1.0.0' of github.com:PX4/Firmware into beta
|
10 years ago |
Lorenz Meier
|
8569d6e15f
|
Merge pull request #2423 from tumbili/more_VTOL
More vtol
|
10 years ago |
tumbili
|
fc7dc297fc
|
lock elevons in mc mode for tailsitter with motors in x config
|
10 years ago |
tumbili
|
60857c7940
|
add option to lock elevons for tailsitters in mc mode
|
10 years ago |
Lorenz Meier
|
03d45b8dbf
|
Merge pull request #2422 from tumbili/VTOL_new_tailsitter
Vtol new tailsitter
|
10 years ago |