Randy Mackay
|
f14284e7a0
|
AutoTest: reorganise copter tests
|
2013-05-03 11:22:15 +09:00 |
|
Randy Mackay
|
44b0c790f3
|
AutoTest: turn off compass learning in virtual copter
|
2013-05-03 11:21:00 +09:00 |
|
Randy Mackay
|
68279a138f
|
AutoTest: reduce power of virtual copter
|
2013-05-03 11:20:26 +09:00 |
|
Andrew Tridgell
|
9f0a4dd553
|
Plane: log GCS text messages to flash log
useful for seeing more complex actions
|
2013-05-03 11:16:50 +10:00 |
|
Andrew Tridgell
|
6cc9939891
|
AP_ADC: added dummy stop_pin and settle_time calls
|
2013-05-03 11:11:40 +10:00 |
|
Andrew Tridgell
|
0e66bac70b
|
AP_RangeFinder: removed special case for APM1
the airspeed port doesn't have enough power for the sonar anyway
|
2013-05-03 10:09:54 +10:00 |
|
Andrew Tridgell
|
244a10aeb6
|
HAL_SMACCM: fixed build for new AnalogIn API
|
2013-05-03 10:09:14 +10:00 |
|
Andrew Tridgell
|
9bc48c9894
|
HAL_PX4: fixed build with new AnalogIn API
pin settle times not actually implemented on PX4 yet
|
2013-05-03 10:09:02 +10:00 |
|
Andrew Tridgell
|
5ac493908c
|
SITL: fixed build with new AnalogIn API
|
2013-05-03 10:08:39 +10:00 |
|
Andrew Tridgell
|
ef4198bcb4
|
Rover: don't do failsafe if throttle is below failsafe level
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
09ca9d4283
|
AP_Rangefinder_analog: implement settle time and stop_pin
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
5d80a5619d
|
HAL_Empty: add new API functions
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
912ed2c97c
|
HAL_AVR: initialise settle time
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
e7a6b12ac1
|
HAL_AVR: support set_stop_pin() and set_settle_time() for analogin
useful for dual sonar support
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
0b6cfc7294
|
AP_HAL: added set_stop_pin() and set_settle_time() interfaces to analogin
this is for multiple sonars on one vehicle, to prevent them
interfering with each other
|
2013-05-03 09:45:19 +10:00 |
|
Andrew Tridgell
|
b58d753344
|
Rover: make AUTO_TRIGGER_PIN be a push on/push off
|
2013-05-03 09:20:40 +10:00 |
|
Andrew Tridgell
|
8361cd31f2
|
Rover: send all mavlink string messages to flash log
|
2013-05-03 09:18:33 +10:00 |
|
Andrew Tridgell
|
0242d50ad4
|
DataFlash: added Log_Write_Message()
useful for logging general messages
|
2013-05-03 09:18:14 +10:00 |
|
Andrew Tridgell
|
3f9ade2b1f
|
Rover: added INITIAL_MODE option
this should be useful for sparkfun comp
|
2013-05-03 08:08:30 +10:00 |
|
wiseman
|
b890fbdba2
|
Use absolute path for config.vm.share_folder. Fixes issue #216.
|
2013-05-02 13:38:00 -07:00 |
|
Andrew Tridgell
|
ccd38e58a1
|
HAL_PX4: fixed the scaling on the analog pins
|
2013-05-02 21:40:15 +10:00 |
|
Andrew Tridgell
|
500497f5fa
|
AP_HAL: update AnalogIn test to show the first 16 pins
|
2013-05-02 21:31:55 +10:00 |
|
Andrew Tridgell
|
c90d44c121
|
AP_Compass_HIL: fixed indentation
|
2013-05-02 21:31:17 +10:00 |
|
Andrew Tridgell
|
26bf636541
|
AP_Baro: fixed a build warning
|
2013-05-02 21:31:04 +10:00 |
|
Andrew Tridgell
|
168f76e76c
|
autotest: added --map option to autotest.py
|
2013-05-02 20:07:04 +10:00 |
|
Andrew Tridgell
|
65183887e5
|
SITL: use new baro setHIL method
|
2013-05-02 15:27:27 +10:00 |
|
Andrew Tridgell
|
90cf1b0386
|
AP_ADC: removed unused setHIL method
|
2013-05-02 15:27:16 +10:00 |
|
Andrew Tridgell
|
bb8f9d5443
|
Plane: simplify setHIL for baro
|
2013-05-02 15:27:02 +10:00 |
|
Andrew Tridgell
|
b6e3e59bc3
|
Copter: simplify setHIL for baro
|
2013-05-02 15:26:54 +10:00 |
|
Andrew Tridgell
|
7cec3caf19
|
AP_Baro: cleaned up setHIL method
move pressure calculation into library
|
2013-05-02 15:26:38 +10:00 |
|
Andrew Tridgell
|
c6c1fce2f1
|
AP_Baro: removed HIL constructor
this wasn't calling the parent class
|
2013-05-02 15:16:52 +10:00 |
|
Andrew Tridgell
|
66150a41fe
|
VARTest: fix for AP_Baro_HIL
|
2013-05-02 15:09:38 +10:00 |
|
Andrew Tridgell
|
3cd52a9689
|
Plane: fixes for AP_Baro_HIL
|
2013-05-02 15:09:27 +10:00 |
|
Andrew Tridgell
|
55da049c69
|
Copter: fixes for AP_Baro_HIL
|
2013-05-02 15:09:16 +10:00 |
|
Andrew Tridgell
|
811c2ccc11
|
libraries: fixes for AP_Baro_HIL
|
2013-05-02 15:09:05 +10:00 |
|
Andrew Tridgell
|
2d089174cd
|
AP_Baro: rename AP_Baro_BMP085_HIL to AP_Baro_HIL
there is nothing specific to the BMP085 in it
|
2013-05-02 15:08:42 +10:00 |
|
Andrew Tridgell
|
a09c53a3ea
|
SITL: use new HIL compass API
|
2013-05-02 15:01:47 +10:00 |
|
Andrew Tridgell
|
0d97f417ec
|
Plane: enable compass on all boards by default
if not present, then mag init will fail and it will disable
|
2013-05-02 15:01:33 +10:00 |
|
Andrew Tridgell
|
0aa38a5bd4
|
Plane: use new HIL compass API
|
2013-05-02 15:00:59 +10:00 |
|
Andrew Tridgell
|
db57c8d7c5
|
Copter: removed the deprecated HIL sensors interface
must use the new HIL_STATE message now
|
2013-05-02 15:00:50 +10:00 |
|
Andrew Tridgell
|
172d9724df
|
Copter: use new HIL compass API
|
2013-05-02 15:00:07 +10:00 |
|
Andrew Tridgell
|
5594e4d9bc
|
Rover: use new HIL compass API
|
2013-05-02 14:59:48 +10:00 |
|
Andrew Tridgell
|
f72dd560cb
|
AP_Compass: fixed the HIL sensors compass
this sets up good compass values for HIL sensors
|
2013-05-02 14:59:33 +10:00 |
|
Andrew Tridgell
|
5ba171af9a
|
Plane: fixed mavlink levelling
this was broken by a recent commit (after 2.72 was released)
|
2013-05-02 13:38:28 +10:00 |
|
Andrew Tridgell
|
86027f6e0f
|
AP_Compass: fixed PX4 build
|
2013-05-02 13:00:52 +10:00 |
|
Andrew Tridgell
|
af50b652f8
|
AP_Compass: removed old orientation defines
we now use the rotations in libraries/AP_Math/rotations.h
|
2013-05-02 12:48:14 +10:00 |
|
Andrew Tridgell
|
261eb6d841
|
AP_Declination: fixed example build
|
2013-05-02 12:48:14 +10:00 |
|
Andrew Tridgell
|
54b826a583
|
AP_AHRS: update for new compass API
|
2013-05-02 12:48:14 +10:00 |
|
Andrew Tridgell
|
ec9a7af49d
|
Tools: updates for new compass API
|
2013-05-02 12:48:14 +10:00 |
|
Andrew Tridgell
|
a019e3740e
|
Plane: updates for new compass API
|
2013-05-02 12:48:14 +10:00 |
|