Jason Short
2de6dbd3d8
InertialNav: added get_velocity_xy
11 years ago
Andrew Tridgell
b1c9b57c73
Plane: mark 2.76beta1
11 years ago
Andrew Tridgell
023957967c
Rover: fixed PM message
11 years ago
Andrew Tridgell
26a3860af2
Plane: fixed PM message
11 years ago
Paul Riseborough
71de4ddcd0
AP_Airspeed : Fixes bug that caused airspeed calibration to be sent a zero airspeed
...
This bug resulted in the airspeed ratio going to the maximum value of 4 and staying there. This could lead to a very slow flying model and a stall.
11 years ago
Andrew Tridgell
5a92ce4af6
Plane: added altitude and ground speed to NTUN logs
11 years ago
Andrew Tridgell
f4dde44b8d
AP_InertialSensor: SITL doesn't use Oilpan code any more
11 years ago
Andrew Tridgell
fe3943e686
Plane: faster startup
...
make it less likely to send wrong INS_PRODUCT_ID, plus don't waste as
much time
11 years ago
Andrew Tridgell
145bbd1656
PX4: changed startup to fail if no px4io on FMUv2
11 years ago
Andrew Tridgell
f6f6caafc8
Copter: int gyros on arm, not on first boot
...
this makes first boot much faster
11 years ago
Randy Mackay
977983904f
Copter: arming check that throttle is above failsafe
11 years ago
Randy Mackay
aaf642c223
Copter: disable autotune if pilot moves yaw stick
11 years ago
Randy Mackay
94f301181e
Copter: recalc distance to home during arming
...
fixes an rare edge case in which the fence could trigger immediately
after arming
11 years ago
Randy Mackay
798c4e2278
Copter: more Ch7/Ch8 event logging
...
Additional event logging for SaveWP, Fence, Acro trainer, Save Trim
11 years ago
Randy Mackay
babc54ec60
Copter: default Ch7 to DO_NOTHING
...
Ch7/Ch8 Save_WP feature triggers when switch is brought high (instead of
low) to be consistent with other aux features
11 years ago
Randy Mackay
97770ae352
Copter: rc10, rc11 available even without MOUNT
11 years ago
Randy Mackay
330687a754
RC_Channel: formatting
11 years ago
Randy Mackay
de08116320
Copter: disable some aux channels on hexa and octas
...
Resolves issue #324
11 years ago
Randy Mackay
bb1664185f
Copter: correct @Range of MOT_TCRV_MAXPCT parameter
11 years ago
Randy Mackay
65980ace68
Copter: remove some commented out send_text code
11 years ago
Randy Mackay
8a6c2a6588
Copter: add alt and throttle checks to crash detector
11 years ago
Randy Mackay
2326b2e5f5
Copter: crash checker
...
Crash is determined to have happened when the copter is 20deg more than
the ANGLE_MAX parameter continuously for more than 2 seconds
Not activated when in ACRO mode or while flipping
11 years ago
Andrew Tridgell
c64aa0e4de
AP_Airspeed: fixed I2C semaphore handling for I2C airspeed
...
this affects MS4525DO on APM2
11 years ago
Randy Mackay
8386b658e9
Copter: add ANGLE_RATE_MAX param
...
Limits the maximum rotation rate requested by the angle controller which
is used in stabilize, loiter, rtl and auto flight modes
11 years ago
Randy Mackay
9176bf2e97
Copter: add @Increment to battery failsafe descriptions
11 years ago
Randy Mackay
328de5fc7b
Plane: add @Increment to battery failsafe descriptions
11 years ago
Randy Mackay
d09fd0d035
BattMonitor: add @Increment to CAPACITY description
11 years ago
Randy Mackay
24147a370a
BoardLEDs: all leds off during init
11 years ago
Andrew Tridgell
2016bf1f31
Copter: fixed HIL build
11 years ago
Andrew Tridgell
bcb0deb888
Plane: ready for 2.75 release
11 years ago
Andrew Tridgell
787fd018b5
Rover: fixed performance monitoring
...
now the same as plane
11 years ago
Andrew Tridgell
3ff407cb75
Plane: improved perf monitoring with SCHED_DEBUG
11 years ago
Andrew Tridgell
580e7b8a4a
HAL_AVR: switch back to 500kHz SPI for MPU6k until we understand the issues
...
this is for new plane release. We need for analysis before we can
re-enable high speed SPI
11 years ago
Andrew Tridgell
a44e3191df
Copter: fixed baro-only preflight cal
...
this was causing a full level, which mucked up the INS calibration
11 years ago
Andrew Tridgell
5800c2a2c8
HAL_PX4: prevent excessive writes on startup from blocking
...
this could cause copter on PX4 to hang on startup
11 years ago
Randy Mackay
9df7185075
Copter: remove unused #defines from config.h
11 years ago
Randy Mackay
465cb8ab25
Copter: add features that can be disabled to APM_Config.h
11 years ago
Andrew Tridgell
cfa38df528
Plane: allow parameters to download at full speed
11 years ago
Andrew Tridgell
54ab96fe16
Rover: removed fast_loop() and use scheduler for all tasks
...
this also fixes a parameter download speed issue
11 years ago
Randy Mackay
c602f7da0c
AC_Fence: fix example sketch
11 years ago
Andrew Tridgell
c5b36ef3d2
AP_InertialNav: fixed example build
11 years ago
Randy Mackay
4348a272bf
AP_InertialNav: remove unused velocity fns
...
remove get_longitude_velocity and get_latitude_velocity
11 years ago
Randy Mackay
36832aaa61
Copter: remove ins from InertialNav object instantiation
11 years ago
Randy Mackay
8fc16d5cdf
AP_InertialNav: add comments, make ahrs const from neurocopter
...
These fixes are provided by neurocopter but with my name because of
merge conflicts
_position and _velocity vectors added to save some floating point add
operations
unused reference to ins in constructor removed
11 years ago
Tobias
a7e7084f27
Copter/position_vector: remove const specifiers on objects returned by
...
value
11 years ago
Tobias
0b181dd995
AP_Buffer: remove header/source separation to allow arbitrary template
...
parameters without explicit instantiation in the cpp file.
http://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file
11 years ago
Randy Mackay
e23135faa1
AP_InertialNav: bug fix for gps delay handling
11 years ago
Tobias
cfaaf4b1e7
AP_InertialNav: rename AP_Buffer functions, fix delay handling bug
...
The most recent value was used instead of the intended historical value
as indicated by the comment.
11 years ago
Tobias
dc62398821
AP_Buffer: add comments and rename functions to conform with the
...
STL-container naming conventions
Comment format changes by Randy
11 years ago
Tobias
6c825eace2
AP_InertialNav: move variable definitions to elide unused default
...
construction of objects (saves 106 bytes)
11 years ago