Adam M Rivera
b78a7854ad
Planner: Implemented the ParameterMetaDataRepository.cs's GetParameterMetaData method. It will now return a meta value by the parameter name and meta key.
2012-04-25 13:39:03 -05:00
Adam M Rivera
75cb93ada7
Planner: Added try catch around web request in the parser to prevent blowing up.
2012-04-25 13:38:05 -05:00
Adam M Rivera
03094a91b6
Planner: Moved the call to fetch new parameter meta data to where it is determined if the planner requires an update.
2012-04-25 13:37:19 -05:00
Adam M Rivera
dfe2d34822
ParameterMetaDataParser.cs: Updated name of method to be more accurate to its purpose.
2012-04-25 12:33:33 -05:00
Adam M Rivera
09ffc69d93
Changed the marker for Group parameters to @Group.
2012-04-25 12:27:51 -05:00
Adam M Rivera
5bee0dfb45
Planner: Added the ability to parse group based parameters that link to .cpp files.
2012-04-25 12:11:44 -05:00
Adam M Rivera
b1f19dbb01
AP_AHRS_DCM.cpp: Added comments that follow the new parse structure
2012-04-25 12:00:42 -05:00
Adam M Rivera
0132392e36
Parameters.pde: Added lib comments.
2012-04-25 11:23:46 -05:00
Michael Oborne
054aacbdf3
APM Planner 1.1.75
...
implement new arducopter pid tuning screen
included old for crossover.
add map rotation - follow plane
modify setup screen to show diffrent things based on ap software
2012-04-25 18:10:11 +08:00
Adam M Rivera
e9631c9b87
Planner: Added meta data constant class to aid in retrieving the meta data by their key names.
2012-04-24 16:27:05 -05:00
Adam M Rivera
8b636ee688
Planner: Tidied up the implementation of the parser and added a parameter meta data repository for easy access to the parsed data.
2012-04-24 16:16:33 -05:00
Adam M Rivera
74789273b7
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into param-suffix
2012-04-24 14:11:54 -05:00
Adam M Rivera
fc11a56d8f
ParameterInformationParser.cs: Updated comments.
2012-04-24 14:06:21 -05:00
Adam M Rivera
57cf82dbff
app.config: Added app.config key for the location of the files to be parsed for parameter meta data.
2012-04-24 13:33:47 -05:00
Adam M Rivera
8a7a982bfc
MainV2.cs: Added call to parameter parser at application bootstrap.
2012-04-24 13:33:24 -05:00
Adam M Rivera
f17a6f4245
Solution: Added ParameterInformationParser.cs.
2012-04-24 13:32:58 -05:00
Adam M Rivera
f70a4e61ea
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
8c607d93fc
Parameters.pde: Added new comment structure to a few parameters for testing.
2012-04-24 11:37:33 -05:00
Michael Oborne
03dfcc7089
planner cleanup
...
fixup mode names in joystick and flight data
add mavlink 0.9/1.0 error message
2012-04-24 21:49:27 +08:00
Andrew Tridgell
0dcbe2a11b
sitl: added sim_arducopter10.sh
...
useful for testing
2012-04-24 22:24:58 +10:00
Andrew Tridgell
532ac607b2
sitl: support MAVLink 1.0 builds
2012-04-24 22:24:58 +10:00
Andrew Tridgell
cbecb3eff9
sitl: we don't need mavlink in copter sim
2012-04-24 22:24:58 +10:00
Andrew Tridgell
9d56d28615
MAVLink: make APM build with MAVLink 1.0 possible with arduino GUI
2012-04-24 22:24:58 +10:00
Andrew Tridgell
7866740d62
MAVLink: make ACM build with MAVLink 1.0 possible in arduino GUI
2012-04-24 22:24:58 +10:00
Andrew Tridgell
fef4134702
MAVLink: removed the cpp part of the library
...
this was preventing building MAVLink 1.0 with the arduino GUI as we
can't set cpp defines
2012-04-24 22:24:58 +10:00
Andrew Tridgell
9bf8d60dae
MAVLink: one more define for MAVLink 1.0 compat
2012-04-24 19:54:20 +10:00
Andrew Tridgell
712b7184be
ACM: added support for MAVLink 1.0 to ArduCopter
...
most operations should now work
2012-04-24 19:54:20 +10:00
Andrew Tridgell
a51593d4ad
APM: updates for MAVLink 1.0
2012-04-24 19:54:20 +10:00
Michael Oborne
46c689180c
revert planner version 1.1.73
2012-04-24 13:07:46 +08:00
Andrew Tridgell
fd9d2f856e
MAVLink: re-add the XML message definitions
...
these are a very useful reference for the current headers in the code
2012-04-24 10:57:43 +10:00
Andrew Tridgell
3347f461f6
use build_all.sh to ensure we don't break the mount code
2012-04-24 10:57:43 +10:00
Andrew Tridgell
a54cd57568
MAVLink: imported new mavlink header updates
...
this fixes the camera control code which was broken by a previous
import
2012-04-24 10:57:43 +10:00
Andrew Tridgell
0eadae9704
APM: use OutputCh_current() in MAVLink servo logging
...
this gives a more accurate picture of what is actually happening with
the servos
2012-04-24 10:57:43 +10:00
Andrew Tridgell
bff8fc8947
APM_RC: added OutputCh_current() method
...
this allows logging of the actual servo output values. The radio_out
method previously used doesn't take account of the various override
mechanisms available via waypoints
2012-04-24 10:57:43 +10:00
Adam M Rivera
c1fd3218d1
Planner: Fixed flight mode binding issues. It is now configured to use the display text attribute as the text in the DDL and the integer value of the Enum as the value in the DDL. Parsing the selected value before saving to the board is unnecessary now because the value is already an int.
2012-04-23 10:37:37 -05:00
Adam M Rivera
2f31d04a43
Planner: Fixed text selection on re-bind.
2012-04-23 10:31:26 -05:00
Adam M Rivera
e5454e863c
Planner: Fixed another binding issue with AC2 modes.
2012-04-23 10:14:20 -05:00
Adam M Rivera
62ac138b78
Planner: Fixed binding issues with mode DDLs
2012-04-23 09:59:45 -05:00
Michael Oborne
39258dd797
APM Planner 1.1.74
...
tidy up adams mod.
remove dup ch6_damp
rename level tab's
fixup long standing bug in flight planner field names
revert dtr order
2012-04-23 20:06:01 +08:00
Michael Oborne
cf1ef2199d
fixup hexa and octa miss label
2012-04-23 18:34:53 +08:00
Adam M Rivera
58a4d7a4c9
Planner: Fixed too long enum display text.
2012-04-23 00:41:03 -05:00
Adam M Rivera
2ee8237b5f
ArduCopter/Navigation: Updated code to reference the new g.retro_loiter param instead of the compile define.
2012-04-23 00:19:18 -05:00
Adam M Rivera
ec06638db6
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
788df5ed6f
config.h: Removed comment.
2012-04-23 00:16:41 -05:00
Adam M Rivera
692bbee233
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into auto-approach
2012-04-23 00:03:37 -05:00
Andrew Tridgell
6d837891b0
DCM: buffer omega_I changes over 10 seconds
...
this buffers up _omega_I changes in _omega_I_sum over a period of 10
seconds, applying the slope limit only when _omega_I_sum is
transferred to _omega_I.
The result is a huge improvement in the ability of _omega_I to track
gyro drift over the long term.
2012-04-23 12:13:25 +10:00
Andrew Tridgell
398a608b83
DCM: drop the 'drop z' method
...
the 'drop z' method reduced the impact of noise on omegaI, but it also
made us more sensitive to errors in accelerometer calibration and
scaling, as demonstated by the logs from Gabor here:
http://diydrones.com/xn/detail/705844:Comment:834373
Simulation testing shows that the other noise suppression methods
applied in the DCM code, in particular the slope limiting on omegaI
the removal of the weighting and the upcoming use of a _omega_I_sum
buffer have reduced the impact of noise enough that we can now safely
include z in the acceleration calculation.
2012-04-23 12:13:24 +10:00
Jason Short
cb863dd483
Log.pde : Updated Flash Logging to log Floats properly vs scaled integers.
2012-04-21 15:25:53 -07:00
Jason Short
2aca6c64ab
Added a union for casting floats to ints and back when storing Floats to the DataFlash
2012-04-21 15:17:09 -07:00
rmackay9
3b5ffe0f61
ArduCopter - config.h - set standard RC_SPEED to 125 for helicopter frame
2012-04-21 23:46:36 +09:00