Andrew Tridgell
c0303ffe8a
AP_InertialSensor: temporarily disable fast sampling
...
a problem has been found with the filtering with fast sampling on
ICM-20608 and MPU9250. Disable until it is solved.
8 years ago
Andrew Tridgell
ae2dc5570e
AP_Proximity: added SITL proximity backend
...
using fence points for avoidance
8 years ago
Peter Barker
0168493d8a
Tools: correct LogAnalyzer VCC test
8 years ago
Michael du Breuil
4dae7a6f3d
Plane: Simplify parameters
...
Remove a lot of cases where @Values and @Bitmask were encoding the same
information. @Value should only be used with @Bitmask when it is being
used to present a series of reasonable defaults that is some hybrid of
the @Bitmask fields. Enumerating each bit as 1, 2, 4, 8 is of no value.
8 years ago
LZMHIT
ff3eff83bd
Added name to Git_Success
...
Testing whether I can add changes to git_success via the Windows Client
8 years ago
Andrew Tridgell
b16226dddf
AP_Baro: fixed a bug with corrupted conversions in MS5611 driver
...
the datasheet says that if you get back zero in an ADC read that the
next value can be corrupt. I have seen this happen on the FMUv1,
leading to bad altitude readings
8 years ago
Andrew Tridgell
ac4b100ae4
AP_BoardConfig: use in-tree drivers for FMUv1
8 years ago
Andrew Tridgell
14a26bee6c
AP_HAL: fixed ms5611 address on FMUv1
8 years ago
Andrew Tridgell
5ed8418305
Plane: move radio init after boardconfig init
...
to ensure px4io is setup first
8 years ago
Andrew Tridgell
00938f7dbb
HAL_PX4: fixed enabled channels in init
...
now this is called from AP_BoardConfig we need to not clear enabled
channels
8 years ago
Andrew Tridgell
0502eca7fc
HAL_PX4: removed unused variable
8 years ago
Andrew Tridgell
c794ad9ee8
AP_InertialSensor: use smaller FIFO buffers
...
this allows for reading multiple chunks from the fifo per callback
8 years ago
Grant Morphett
5b411aef65
Rover: Fixed LOITER_UNLIM to be an active loiter
...
This changes brings the LOITER commands in line so both LOITER_UNLIM
and LOITER_TIME are actively loitering.
8 years ago
Justin Easter
4b04c6d46b
autotest: fix MSL altitude, adjust heading
8 years ago
k-asaishi
c9d9a94f46
Tools: add name to Git_Success
8 years ago
Michael Oborne
c62050dc1b
AP_GPS_SBF: fix accuracy reported by driver
8 years ago
YU
ac3744ad2b
Update GIT_Success.txt
8 years ago
Andrew Tridgell
5f3c14ea01
AP_RangeFinder: fixed tabs -> spaces
8 years ago
Andrew Tridgell
41018feb3a
HAL_PX4: split I2C transfers
...
this avoids SCL low with a stop condition, which doesn't work with
some devices
8 years ago
Andrew Tridgell
0c7dd99d7e
AP_RangeFinder: support LidarLite V2 using in-tree driver
...
needs to run in continuous mode
8 years ago
Francisco Ferreira
52854aab3b
travis: temporarily disabled waf build of PX4 boards
...
Travis is complaining about lack of space, their support is looking into it but for now disable waf to get job passing
8 years ago
國信隆之介
a5171834ee
Tools: add name to gitsuccess
8 years ago
Tom Pittenger
d12a55f33c
Plane: fixed spelling
...
fixed spellling in gcs msg
8 years ago
Andrew Tridgell
fd7b313e34
AP_RangeFinder: removed pwm_input_main
...
thanks to Francisco
8 years ago
Andrew Tridgell
a69ff34c80
AP_RangeFinder: try bus 0 and 1 for PulsedLightI2C rangefinder
8 years ago
Andrew Tridgell
516141edf3
AP_RangeFinder: start PX4 rangefinder drivers on demand
8 years ago
Andrew Tridgell
0fb959a309
AP_RPM: make pwm_input driver start on demand
8 years ago
Andrew Tridgell
08f770125e
AP_BoardConfig: moved optional sensor startup out of AP_BoardConfig
8 years ago
Justin Easter
950fde477d
autotest: add two new locations
...
Perkins Field is a testing field.
KNUI: Webster Naval Outlying Field hosts the AUVSI SUAS Competition.
8 years ago
Andrew Tridgell
8d19808152
AP_InertialSensor: fixed missing checked register goto
...
thanks to Francisco for spotting
8 years ago
Andrew Tridgell
49856c37f2
AP_InertialSensor: reduce checked register count
...
thanks to Francisco for spotting this
8 years ago
Andrew Tridgell
4be8f05ad4
AP_InertialSensor: added register checking for LSM9DS0
8 years ago
Andrew Tridgell
77a83c091a
AP_InertialSensor: added register checking for MPU6000/ICM20608
8 years ago
Andrew Tridgell
95a849f472
AP_InertialSensor: added register checking for MPU9250
8 years ago
Andrew Tridgell
3289e90134
AP_InertialSensor: added error count increments in drivers
8 years ago
Andrew Tridgell
bc614de4b3
AP_HAL: added checked registers interface
...
allow drivers to easily monitor and correct critical registers
8 years ago
Andrew Tridgell
4ebf3309f7
AP_InertialSensor: auto-handle invensense sensor changes
...
some boards swap out MPU6000 for MPU9250 or ICM20608
8 years ago
Andrew Tridgell
8e61b15384
HAL_PX4: added ICM20608_EXT SPI device
8 years ago
Andrew Tridgell
e4454c5056
AP_Compass: setup for new PX4 board IDs
8 years ago
Andrew Tridgell
41b132e576
AP_Baro: setup for new board PX4 IDs
8 years ago
Andrew Tridgell
4f50d67790
AP_BoardConfig: added board type auto-detection
...
using SPI probing
8 years ago
Andrew Tridgell
c565c9df35
AP_HAL: added ICM20608 external SPI name
8 years ago
ukamia1
4bf6eb1736
Update GIT_Success.txt
8 years ago
Andrew Tridgell
af0ec41652
AP_InertialSensor: fixed accel clip detection with fast sampling
...
we need to check on every sample at the full rate
8 years ago
Andrew Tridgell
0eac781559
AP_Compass: don't run the AK8963 on the external MPU9250
...
this saves us one mag slot for another external mag, and leaves the
primary MPU9250 undisturbed by the mag traffic on the bus
8 years ago
Andrew Tridgell
70c27a85de
AP_InertialSensor: on PH2 run the first MPU9250 at 8kHz
8 years ago
Andrew Tridgell
111d8c05dc
waf: link in less drivers on Pixracer
8 years ago
Andrew Tridgell
73122adb78
AP_BoardConfig: removed unused startup functions for Pixracer
8 years ago
Andrew Tridgell
3d5c57c5dc
AP_Compass: fixed orientation of PH2 in-tree compass drivers
8 years ago
Andrew Tridgell
4ba00720aa
AP_Compass: make init() private
...
not called from frontend
8 years ago