- Apr 26, 2012
-
-
Adam M Rivera authored
-
https://code.google.com/p/ardupilot-megaAdam M Rivera authored
Conflicts: Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataConstants.cs Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataParser.cs Tools/ArdupilotMegaPlanner/app.config
-
Michael Oborne authored
add yaw to config screen. intergrate adams changes this will force an update, but not the main exe
-
- Apr 25, 2012
-
-
https://code.google.com/p/ardupilot-megaAdam M Rivera authored
Conflicts: Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj Tools/ArdupilotMegaPlanner/MainV2.cs Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataConstants.cs Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataParser.cs
-
Adam M Rivera authored
Planner: Implemented the ParameterMetaDataRepository.cs's GetParameterMetaData method. It will now return a meta value by the parameter name and meta key.
-
Adam M Rivera authored
-
Adam M Rivera authored
Planner: Moved the call to fetch new parameter meta data to where it is determined if the planner requires an update.
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Michael Oborne authored
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
-
- Apr 24, 2012
-
-
Adam M Rivera authored
-
Adam M Rivera authored
Planner: Tidied up the implementation of the parser and added a parameter meta data repository for easy access to the parsed data.
-
-
Adam M Rivera authored
-
Adam M Rivera authored
app.config: Added app.config key for the location of the files to be parsed for parameter meta data.
-
Adam M Rivera authored
-
Adam M Rivera authored
-
Adam M Rivera authored
Parameters.pde: Updated comment schema to include the parameter name which becomes the XML node that contains the meta data.
-
Adam M Rivera authored
-
Michael Oborne authored
fixup mode names in joystick and flight data add mavlink 0.9/1.0 error message
-
Andrew Tridgell authored
useful for testing
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this was preventing building MAVLink 1.0 with the arduino GUI as we can't set cpp defines
-
Andrew Tridgell authored
-
Andrew Tridgell authored
most operations should now work
-
Andrew Tridgell authored
-
Michael Oborne authored
-
Andrew Tridgell authored
these are a very useful reference for the current headers in the code
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this fixes the camera control code which was broken by a previous import
-
Andrew Tridgell authored
this gives a more accurate picture of what is actually happening with the servos
-
Andrew Tridgell authored
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
-
- Apr 23, 2012
-
-
Adam M Rivera authored
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.
-
Adam M Rivera authored
-