Andreas Antener
|
b02c4ec356
|
add max vel constraints to multiplatform MPC
|
10 years ago |
Andrew Tridgell
|
5e27b7bc31
|
ms5611: fixed the i2c device on NuttX. This was left-over debugging noise from the POSIX bringup.
|
10 years ago |
Lorenz Meier
|
cf4778b662
|
Update VTOL EKF default params
|
10 years ago |
Lorenz Meier
|
4c70fadb38
|
Update MC EKF default params
|
10 years ago |
Lorenz Meier
|
4d4f3cffef
|
Update FW EKF default params
|
10 years ago |
Lorenz Meier
|
ba68b70b0b
|
MC pos control: Comment style fixes
|
10 years ago |
Lorenz Meier
|
0fe01f6eb8
|
MC pos control: Fix manual yaw handling to not reset yaw in extreme angle conditions
|
10 years ago |
Lorenz Meier
|
be69887b7e
|
EKF: Improved down gains from @boosfelm and @surberj
|
10 years ago |
Lorenz Meier
|
c428b77512
|
Merge pull request #2475 from tumbili/SITL_mission
Sitl mission enable
|
10 years ago |
tumbili
|
47c4ece9eb
|
use px4_poll instead of poll
|
10 years ago |
tumbili
|
c49511fb66
|
start land detector for SITL
|
10 years ago |
tumbili
|
40cc11a5ed
|
ported land detector
|
10 years ago |
tumbili
|
3defabfbea
|
build land detector for posix
|
10 years ago |
Lorenz Meier
|
af28016a10
|
Merge pull request #2236 from TSC21/drivers_cleanup
drivers: added validity check
|
10 years ago |
tumbili
|
572f1f4637
|
fill local position setpoint message entirely
|
10 years ago |
Lorenz Meier
|
e7ffa9b428
|
Merge pull request #2472 from tumbili/SITL_progress
Sitl progress
|
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 |
tumbili
|
bd96f21ccb
|
fill local position setpoint message entirely
|
10 years ago |
tumbili
|
f7a6afc976
|
improve SITL startup script
|
10 years ago |
Lorenz Meier
|
2b0feb72d2
|
Merge pull request #2470 from tumbili/gpsim_fix
scall epv and eph correclty
|
10 years ago |
tumbili
|
b1991b3813
|
scale epv and eph correctly
|
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
|
454becdae5
|
Merged release_v1.0.0 branch into master
|
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
|
74bdec2cc6
|
Merge pull request #2459 from wingtra/estimator_LP_rates_log_covariances
EKF Enhancments: LP filters on rates and covariance added to logging
|
10 years ago |
Lorenz Meier
|
475c28803e
|
param command: Fix error handling if param is not found
|
10 years ago |
Lorenz Meier
|
3bad91dd3b
|
systemlib: Fix param access for used params
|
10 years ago |
Lorenz Meier
|
c2127f9501
|
mavlink app: Fix POSIX UDP transfer issues on larger packets
|
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 |
Lorenz Meier
|
ff3eaf42fa
|
Merge pull request #2455 from PX4/shell_return
POSIX: Force shell to not immediately return
|
10 years ago |
Youssef Demitri
|
66a637dcc7
|
added covariances to estimator_status and logging
|
10 years ago |
Youssef Demitri
|
da29b88a04
|
added LP filters (10Hz) on attitude rates in estimator
|
10 years ago |
Lorenz Meier
|
ab550bcbbf
|
POSIX: Force shell to not immediately return
|
10 years ago |
Lorenz Meier
|
55f47a68b5
|
Merge pull request #2454 from tumbili/gyrosim_cleanup
remove usleep in gyrosim
|
10 years ago |
tumbili
|
24ac4c9891
|
remove usleep in gyrosim
|
10 years ago |
Lorenz Meier
|
a10d34d4a3
|
Merge pull request #2453 from tumbili/mavlink_verbosity
improve mavlink verbosity
|
10 years ago |
Lorenz Meier
|
0bd6d46f29
|
Merge pull request #2451 from tumbili/vdev_fd
VDev: get rid of those nasty "node_open as advertiser failed"
|
10 years ago |
tumbili
|
51c8f64e98
|
improve mavlink verbosity
|
10 years ago |