Andrew Tridgell
|
55092c25a6
|
SITL: enable the SIM_* parameters in ArduCopter and ArduPlane
|
2012-06-29 15:10:52 +10:00 |
Adam M Rivera
|
56d3fa1601
|
Parameters.pde/AP_MotorsHeli: Updated comments to leverage the new value aliases
|
2012-04-28 20:50:41 -05:00 |
Adam M Rivera
|
40fdba441b
|
Parameters.pde: Added value aliases to comments
|
2012-04-28 20:35:22 -05:00 |
Adam M Rivera
|
941cf6fa69
|
Parameters.pde: Added more parameter comments.
|
2012-04-28 12:14:17 -05:00 |
Adam M Rivera
|
239323eaa4
|
Parameters.pde/AP_MotorsHeli.cpp: Added comments from Roberts clone.
|
2012-04-26 18:26:14 -05:00 |
Adam M Rivera
|
cb6f97fc7f
|
Changed the marker for Group parameters to @Group.
|
2012-04-25 12:27:51 -05:00 |
Adam M Rivera
|
51bcc73c77
|
Parameters.pde: Added lib comments.
|
2012-04-25 11:23:46 -05:00 |
Adam M Rivera
|
29fec278eb
|
Parameters.pde: Updated comment schema to include the parameter name which becomes the XML node that contains the meta data.
|
2012-04-24 13:11:16 -05:00 |
Adam M Rivera
|
acab9b7c2c
|
Parameters.pde: Added new comment structure to a few parameters for testing.
|
2012-04-24 11:37:33 -05:00 |
Adam M Rivera
|
60c347e23b
|
Parameters: Added g.retro_loiter which is configurable by the user via the MP.
|
2012-04-23 00:17:52 -05:00 |
Adam M Rivera
|
f9affb3295
|
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into auto-approach
Conflicts:
ArduCopter/Parameters.h
|
2012-04-16 10:23:01 -05:00 |
Andrew Tridgell
|
95cb35c7bb
|
AHRS: enable AHRS_ group in ArduCopter
|
2012-04-16 20:55:14 +10:00 |
Adam M Rivera
|
7ba8c291bd
|
Parameters: Added new APPROACH_ALT params (g.rtl_approach_alt) which stored the users desired target altitude after RTL is complete.
|
2012-04-15 16:51:41 -05:00 |
rmackay9
|
0a3bc9a66a
|
ArduCopter - LEDS - two new parameters to support COPTER_LEDS.
Code by Robert Lefebvre.
|
2012-04-12 22:55:28 +09:00 |
rmackay9
|
ee308ea06c
|
ArduCopter - increased firmware version to 118. Removed nearly all heli parameters as these are all created by the AP_MotorHeli class now.
Note: we cannot move the heli_servos to the AP_MotorHeli class yet because of a small issue in the parameters class.
|
2012-04-04 22:55:07 +09:00 |
Robert Lefebvre
|
a480b32400
|
Added support for TradHeli H1 swashplate type. Added new param heli_h1_swash_enabled.
Signed-off-by: Robert Lefebvre <robert.lefebvre@gmail.com>
|
2012-03-03 08:14:14 -05:00 |
Andrew Tridgell
|
e213f6780e
|
ACM: added RC_SPEED MAVLink parameter
this will set the speed for APM_RC.SetFastOutputChannels()
|
2012-03-02 17:57:08 +11:00 |
Jason Short
|
efdf6ee79f
|
added option for stab_d gain scheduling
|
2012-02-28 20:16:40 -08:00 |
Jason Short
|
1e37a0ec17
|
added a limit to range output
|
2012-02-18 21:08:17 -08:00 |
Randy Mackay
|
232359186e
|
TradHeli - fixed small parameter bug affecting helis. The servo parameters were declared as GSCALAR instead of GGROUP in Parameters.pde.
also renamed heli parameters from _coll_ to the more descriptive _collective_
|
2012-02-18 20:57:51 +09:00 |
Andrew Tridgell
|
718a5b70e3
|
AP_Param: fixed saving of sensor calibration
this fixes the saving of the accel and gyro calibration to EEPROM,
which was initially broken by the AP_Param conversion
|
2012-02-18 10:51:57 +11:00 |
Jason Short
|
a43ee36bee
|
CH 6 Range setup
|
2012-02-15 11:47:54 -08:00 |
Jason Short
|
3d63bb6cd4
|
Added acro_p to the params
|
2012-02-15 11:29:25 -08:00 |
Jason Short
|
574b86b02e
|
synced params
|
2012-02-15 09:10:14 -08:00 |
Andrew Tridgell
|
bf1eb670e3
|
update main parameter code for AP_Param in ACM
|
2012-02-13 16:22:52 +11:00 |