Lorenz Meier
|
43855ac5a3
|
Merge pull request #1193 from PX4/dl_lost_fix
commander: only warn about lost link if link was working before
|
11 years ago |
Lorenz Meier
|
7625ea5e8a
|
Merge pull request #1188 from PX4/sensor_startup_cleanup
Sensor startup cleanup
|
11 years ago |
Anton Babushkin
|
698fcb6b86
|
commander: only warn about lost link if link was working before
|
11 years ago |
Lorenz Meier
|
0c5ce3d3a2
|
Hotfix: Allow the HMC5883 driver to continue to operate in auto mode
|
11 years ago |
Lorenz Meier
|
1dd4282099
|
Merge pull request #1165 from jean-m-cyr/master
px4io_uploader cleanup and minor optimization
|
11 years ago |
Lorenz Meier
|
654aaa0ca8
|
Mixer: forbid copy constructors due to ptr data members
|
11 years ago |
Lorenz Meier
|
c5b13b7dbc
|
IO driver: stricter init
|
11 years ago |
Lorenz Meier
|
85ccecea9c
|
FMU driver: stricter init
|
11 years ago |
Lorenz Meier
|
164b4ef4ce
|
MPU6K: Cleaner init
|
11 years ago |
Lorenz Meier
|
7ca184de45
|
MEAS airspeed: Stricter initialization and constructors
|
11 years ago |
Lorenz Meier
|
da4967e8e4
|
I2C driver: forbid copy constructor
|
11 years ago |
Lorenz Meier
|
23dd7e752d
|
airspeed driver: better init
|
11 years ago |
Lorenz Meier
|
e68200b4ba
|
HMC driver: Full initialization
|
11 years ago |
Lorenz Meier
|
5baa3690e0
|
L3GD20: Ensure init and constructors
|
11 years ago |
Lorenz Meier
|
f162a3e8d4
|
LSM303D: Ensure init and constructors
|
11 years ago |
Lorenz Meier
|
8107205b9e
|
device driver: Fix compile warnings
|
11 years ago |
Lorenz Meier
|
b08e3d21cd
|
Making lowpass filter init bullet proof
|
11 years ago |
Lorenz Meier
|
9470ac4e0f
|
Merge branch 'master' of github.com:PX4/Firmware into sensor_startup_cleanup
|
11 years ago |
Lorenz Meier
|
c67f76e0c7
|
Merge pull request #1187 from PX4/mavlink_strict
Mavlink strict
|
11 years ago |
Lorenz Meier
|
5b38b5e371
|
MPU6K: Start handler startup and stack review and adjustments
|
11 years ago |
Lorenz Meier
|
91bedc5c1c
|
airspeed drivers: Start handlers stack fixes and start handler review
|
11 years ago |
Lorenz Meier
|
fa6f69581e
|
LSM303D: start handler fix and start routine review
|
11 years ago |
Lorenz Meier
|
c2f97e628c
|
L3GD20 driver: stack size adjustments of start handler and start return review / comments
|
11 years ago |
Lorenz Meier
|
f89573a6ed
|
HMC5883 driver: stack size adjustments of start handler and start return review / comments
|
11 years ago |
Lorenz Meier
|
1ac2b307e4
|
Enable stricter compile mode and ensure the most relevant bits are initialized. Needs more work to avoid the remaining warnings
|
11 years ago |
Lorenz Meier
|
b0b6ee0644
|
Forbid copy constructor in CDev
|
11 years ago |
Lorenz Meier
|
619433d369
|
Merge pull request #1178 from PX4/eff_plus_plus
C++ with a little more rigor
|
11 years ago |
Lorenz Meier
|
e91a4217ad
|
Fix warning
|
11 years ago |
Lorenz Meier
|
6128645136
|
mathlib: More C++ fixes
|
11 years ago |
Lorenz Meier
|
1744bf6e12
|
Merge branch 'master' of github.com:PX4/Firmware into eff_plus_plus
|
11 years ago |
Lorenz Meier
|
23fe3b64be
|
Merge pull request #1183 from sjwilks/fx61_mixer
Phantom FX-61 mixer
|
11 years ago |
Simon Wilks
|
9f837267de
|
Updated the comments.
|
11 years ago |
Simon Wilks
|
83652794c7
|
Add a mixer for the Phantom so it can be uniquely adjusted for this airframe.
|
11 years ago |
Lorenz Meier
|
ddc8f1fa5f
|
Merge pull request #1159 from PX4/airspeed_test_fix
Generalized the airspeed check
|
11 years ago |
Lorenz Meier
|
d8004c8d2d
|
Merge pull request #1181 from PX4/fixedwing_mem_handling
Fixedwing mem handling
|
11 years ago |
Lorenz Meier
|
f3549d775c
|
Airspeed driver: Use the known sensor offset for raw value as well
|
11 years ago |
Lorenz Meier
|
9ce7820e41
|
Make instructions in commander more obvious for airspeed calibration
|
11 years ago |
Lorenz Meier
|
efa5d8f57f
|
fw pos ctrl: Only return from start handler with all allocations done
|
11 years ago |
Lorenz Meier
|
8a0e83c9cd
|
fw att ctrl: Only return from start handler with all allocations done
|
11 years ago |
Lorenz Meier
|
5f176d14fe
|
ekf: Only return from start handler with all allocations done
|
11 years ago |
Lorenz Meier
|
ec8d395a2d
|
build fix
|
11 years ago |
Lorenz Meier
|
db0cc845ba
|
Merge branch 'master' of github.com:PX4/Firmware into airspeed_test_fix
|
11 years ago |
Lorenz Meier
|
180b83cc6d
|
Better analog error handling
|
11 years ago |
Lorenz Meier
|
7968c6864e
|
Force update of offset, do not add offset in final value
|
11 years ago |
Lorenz Meier
|
56ad0c708d
|
Fixed compile error
|
11 years ago |
Lorenz Meier
|
1dffa750d8
|
added detailed print
|
11 years ago |
Lorenz Meier
|
e28ca7db1b
|
Merge branch 'master' of github.com:PX4/Firmware
|
11 years ago |
Lorenz Meier
|
36c2068162
|
Removed spurious submodule entry
|
11 years ago |
Lorenz Meier
|
88af1d1dd5
|
Merge pull request #1175 from PX4/warnings_cleanup
Warnings cleanup
|
11 years ago |
Lorenz Meier
|
f219c05f0f
|
Fix a set of C++ warnings in mathlib
|
11 years ago |