Lorenz Meier
|
ede1deaed6
|
Add support for external sensors in startup
|
11 years ago |
Lorenz Meier
|
11eeb7466d
|
Merge branch 'ext_mag_param' into logging
|
11 years ago |
Lorenz Meier
|
c6c9c49823
|
Implement the external mag param in a fashion that retains backward compatibility
|
11 years ago |
Lorenz Meier
|
4f4c6df370
|
Merge branch 'master' into ext_mag_param
|
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 |
Anton Babushkin
|
d39d5cc9da
|
SYS_EXT_MAG parameter added for magnetometer selection
|
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
|
63c6e31ba7
|
Fix the most obvious compile warnings
|
11 years ago |
Lorenz Meier
|
3ca15ab157
|
Controllib block: Make copy constructor private
|
11 years ago |
Lorenz Meier
|
02f56aae8c
|
Navigator: Enable more strict compile warnings
|
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
|
43bc2c3ef2
|
LSM303D: Support for tertiary sensors
|
11 years ago |
Lorenz Meier
|
b6bac2c88d
|
sensors: Support for up to three sensors of the IMU types
|
11 years ago |
Lorenz Meier
|
c467d1635e
|
Build fixes for example
|
11 years ago |
Lorenz Meier
|
9e97994ef9
|
drivers: Up to three units support
|
11 years ago |
Lorenz Meier
|
b8b6974e22
|
sdlog2: Add support for up to three IMU sensors
|
11 years ago |
Lorenz Meier
|
64e33b8896
|
uORB: Support up to three topics per sensor
|
11 years ago |
Lorenz Meier
|
65367f7a99
|
L3GD20: Support for up to three gyros
|
11 years ago |
Lorenz Meier
|
32ed1eae80
|
mpu6000: Support for up to three accels / gyros
|
11 years ago |
Lorenz Meier
|
5ef4e08c58
|
hmc5883: Support for three sensors
|
11 years ago |
Lorenz Meier
|
f02ddc3326
|
Do not initialize variable if value is never read
|
11 years ago |
Lorenz Meier
|
e696ed5509
|
Merged master
|
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 |