Randy Mackay
57f7d5d18f
AutoTest: reduce circle test time
2013-06-01 21:35:04 +09:00
Andrew Tridgell
d9bcfd913a
Plane: reset attitude integrators on mode change
2013-06-01 22:29:38 +10:00
Andrew Tridgell
05889391e5
APM_Control: cope with zero integrator or tconst
...
if the user zeros the integrator tuning factor, we need to zero the
integrator
2013-06-01 22:29:38 +10:00
Andrew Tridgell
bb3171ab5f
Plane: zero attitude integrators on the ground
2013-06-01 22:29:38 +10:00
Andrew Tridgell
512d3d811d
APM_Control: neaten up code formatting
2013-06-01 22:29:38 +10:00
Randy Mackay
5203ba9fe3
Copter: alt hold feed forward filter
2013-06-01 21:13:47 +09:00
Randy Mackay
da97c991f8
AutoTest: add circle mode test
2013-06-01 18:21:31 +09:00
Randy Mackay
592062870e
Autotest: update randy's sim script
2013-06-01 18:21:31 +09:00
Randy Mackay
99f5462a03
Copter: circle mode fixes
2013-06-01 18:21:30 +09:00
Randy Mackay
e3cd494709
Copter: remove debug message
2013-06-01 18:21:30 +09:00
Randy Mackay
7a2afb7443
Copter Nav: add accessor for waypoint speed
2013-06-01 18:21:29 +09:00
Randy Mackay
8b87849acd
Math: add wrap_PI
2013-06-01 18:21:29 +09:00
Randy Mackay
23ce35d292
Copter: remove unused NAV_WP_INAV #define
2013-06-01 18:21:28 +09:00
Andrew Tridgell
b91755318a
HAL_PX4: play some tones on PX4IO firmware load
...
gives some chance of knowing if it worked
2013-06-01 12:41:28 +10:00
Andrew Tridgell
c82caeeba1
HAL_AVR: configure analog inputs as INPUT without pullup
...
not all pins were defaulting to this, which led to some strange
readings on some devices. First noticed by Andi on a LM335 temperature
sensor
2013-06-01 12:19:02 +10:00
Randy Mackay
89bbf5844f
Copter WPNav: remove unused variable
2013-05-31 21:41:32 +09:00
Randy Mackay
5e2fc32410
Copter: remove unused cli wp report
2013-05-31 21:04:27 +09:00
Randy Mackay
1722e438d8
Copter: pass alt hold gain to WP_Nav library
2013-05-31 21:04:10 +09:00
Randy Mackay
8c4a7ec094
Copter WPNav: Leonard's improved speed fix
...
Also pass in althold gain from main code
2013-05-31 21:03:27 +09:00
Andrew Tridgell
dc712aab1f
build: removed plane 1280 build from autotest
...
we probably won't support it for the next release.
See http://diydrones.com/forum/topics/keep-supporting-apm1-1280-in-arduplane
2013-05-31 18:30:11 +10:00
Andrew Tridgell
14c8c1bdfc
APM_Control: tweak code layout and param descriptions
2013-05-31 17:24:55 +10:00
Randy Mackay
d875e95da3
Copter: remove nav and wp tests from cli
...
This are more fully tested in the autotester
2013-05-31 15:23:39 +09:00
Randy Mackay
ae91c4a237
Copter: alphabetise order of cli test menu
2013-05-31 15:16:06 +09:00
Randy Mackay
e2495b7a49
Copter: alphabetise order of cli setup menu
2013-05-31 15:16:06 +09:00
Randy Mackay
a0c8bf238e
Copter: move motors test to test menu
...
Also allow test to be run from mission planner's cli window
2013-05-31 15:16:05 +09:00
Randy Mackay
76028fc9d3
Copter Motors: use _min_throttle in output_test
2013-05-31 15:16:04 +09:00
Randy Mackay
28f2f87b26
Copter Motors: minor formatting change
2013-05-31 15:16:04 +09:00
Andrew Tridgell
2cb28076c8
autotest: tweak plane autotest mission and parameters
...
a bit better with the new controllers
2013-05-31 15:31:59 +10:00
Andrew Tridgell
f4efa92d3b
APM_Control: fixed parameter names
2013-05-31 15:31:25 +10:00
Andrew Tridgell
cd55ed45e2
Plane: removed the old roll/pitch/yaw PID controllers
...
use the new controllers, with auto parameter conversion
2013-05-31 14:06:56 +10:00
Andrew Tridgell
3e8af05d15
APM_Control: match parameter names with old PID controllers
...
this will make upgrading easier
2013-05-31 14:06:56 +10:00
Andrew Tridgell
91a04ab654
Plane: fixed headers for mode logging
2013-05-31 14:04:03 +10:00
Randy Mackay
1807840d4f
Copter: fixed comments re mag field pre-arm check
2013-05-31 12:28:04 +09:00
Randy Mackay
7b50ecc73c
Copter: pre-arm check for mag field length
2013-05-31 12:23:19 +09:00
Randy Mackay
a1821c89e7
Copter: pre-arm check for board voltage < 5.8V
2013-05-31 11:31:27 +09:00
Randy Mackay
c6e383be0f
Copter: disable board voltage pre-arm check for PX4
2013-05-31 11:27:54 +09:00
Andrew Tridgell
cae1079747
Plane: auto-convert the old RLL2SRV* parameters to the new CTL_RLL_* parameters
2013-05-31 07:58:29 +10:00
Andrew Tridgell
53d3ce7d2c
APM_Control: fixed some documentation (old parameter names)
2013-05-31 07:58:29 +10:00
Andrew Tridgell
38e414db33
AP_Progmem: fixed type of strncmp_P()
2013-05-31 07:58:29 +10:00
Andrew Tridgell
ad2f6e1217
AP_Param: add support for converting between old and new parameters
...
this allows for a conversion table between old parameters and new
parameters, making firmware upgrades with moved parameters much easier
for users
2013-05-31 07:58:29 +10:00
Andrew Tridgell
e48b8c7b4a
Plane: improve RTL altitude docs
2013-05-31 07:58:29 +10:00
Paul Riseborough
716c124f73
APM_control: Modified gain definitions for roll and pitch controllers so PID gains behave like previous servo PIDS
...
Gain definitions in roll and pitch controllers were updated previously
so that the old PID tuning values could be transferred across.
Updated tuning guide for revised gain definition.
2013-05-31 07:58:20 +10:00
Andrew Tridgell
6e0f1f56de
Plane: update docs on volt/current pin
2013-05-31 07:57:15 +10:00
Andrew Tridgell
2488c4fdc3
Copter: update docs on volt/current pin
2013-05-31 07:57:15 +10:00
Andrew Tridgell
2db8e15964
Rover: update docs on volt/current pin
2013-05-31 07:57:15 +10:00
Dr Gareth Owen
f175111243
added GPS check before mode change. New mode_requires_gps() function.
2013-05-30 20:33:15 +09:00
Randy Mackay
a1926441da
Copter: use fast tan for accel to lean angle calcs
...
Committed on behalf of Leonard
2013-05-30 18:25:04 +09:00
Randy Mackay
d81b7b507d
Math: add Leonard's fast tan function
2013-05-30 18:24:32 +09:00
Randy Mackay
9d9e97a2fe
AutoTest: use default logging for Copter AVC
2013-05-30 14:54:20 +09:00
Randy Mackay
9d0b993ed4
Autotest: small change to Copter AVC mission
...
Add slow to 5 m/s speed at last stage of mission
2013-05-30 14:53:31 +09:00