Michael Oborne
46f004bcca
APM Planner 1.1.95
...
fix config panel value change detection
add loiter_ to AC config screen
Add praram name to Friendly param, and exception ignoring.
fix param file note line
intergrate andrews gimbal config.
fix any possible log appending issues
remove old cli planner on connect
modify speech to not crash on windows mono
2012-07-01 17:51:22 +08:00
Michael Oborne
0baa3aa9e0
APM Planner 1.1.94
...
Fix Issue 668 - typo
Fix issue 666 - now defaults to mav 1.0 planner
Fix Issue 665 - mavlink 1.0 is now default
Fix Issue 663 - increase timeout from 6 seconds to 12 seconds
Fix Issue 662 - now reads sat count for mav 1.0
Partial Issue 654 - added current to status, hud still wip
Fix Issue 648 - add validation to value
Fix Issue 638 - add delay
Fix Issue 636 - check for version.txt in app directory
Fix config panel null bug
Add more Ardurover config options
Add Exceptions handling to video format selection
Add FORMAT_VERSION to param file ignore list
Fix NOTE param file line
Add APMRover hidden firmware upload (control-R) on firmware screen.
fix possible speach engine exception
add dataflashlog for apmrover
2012-06-27 20:46:17 +08:00
Michael Oborne
e4ea66b5dc
APM Planner 1.1.91
...
fix datasource binding exception.
2012-06-03 08:08:47 +08:00
Michael Oborne
4946402d50
APM Planner 1.1.90
...
3drradio save settings fix
fix mavlink10 hil scaling
fix some exceptions
2012-06-02 14:32:22 +08:00
Michael Oborne
a31543e547
APM Planner 1.1.89
...
add mjpeg video source
add 16x9 hud
conform to http/1.1 specs for mjpeg
2012-05-29 21:25:44 +08:00
Michael Oborne
6d24f5efb2
APM Planner 1.1.87
...
add popouts in config/setup
add more text to hud heading nw,ne,sw,se
add 5 m filter to antenna tracker
add refresh param buttons
remove the word old, as people still want it.
modify telem playback interface with slider bars
add posible fix to bad grid spacing
move mavlink code.
2012-05-20 14:47:20 +08:00
Michael Oborne
c530704973
APM Planner 1.1.86
...
add ArduRover
simplify connect
modify hardware screen
fix mono terminal issue
modify 3drradio screen
modify updater
2012-05-16 20:21:27 +08:00
Hazy
d41001ec1e
APM Planner - a few translate
2012-05-15 20:40:04 +08:00
Michael Oborne
4fc61505df
APM Planner 1.1.84
...
3dr radio fix's + rfd900
other misc fixs
2012-05-11 17:10:08 +08:00
Michael Oborne
f56d3afccf
APM Planner 1.1.81
...
mavlink 1.0 fixs
simulation hil fix for lorenz
modify default att rate to 10 hz
2012-05-07 22:28:40 +08:00
Michael Oborne
67221a111e
APM Planner 1.1.80
...
hazy's lang mod
more hud mods - shorten lines
msi work + uploader
2012-05-05 21:54:53 +08:00
Hazy
bbbf1c7002
APM Planner
...
ConfigPlanner translation
fix UI language changing issue
2012-05-04 10:24:57 +08:00
Michael Oborne
8420260ecf
APM Planner 1.1.78
...
recommit
2012-05-03 12:40:50 +08:00
Michael Oborne
b5908eed7f
fix int/float conversion issue
2012-04-30 21:57:06 +08:00
Michael Oborne
9223177355
APM Planner 1.1.76
...
Modify Hud center
add 3dr snr's and snr based distance estimate
display current frame type
fix disapearing window
add base xml level to param xml (xml standard)
add georef kml refrence
this includes adams new dynamic params
2012-04-30 18:48:52 +08:00
Adam M Rivera
1899f36844
Planner: Added dynamic controls based on the parameter meta data that is parsed from the codebase.
2012-04-29 19:32:33 -05:00
Hazy
f4ad81b184
APM Planner
...
a few UI translation
fix UI language changing issue (it used to change to English when click Configuration tab)
2012-04-28 15:46:11 +08:00
Adam M Rivera
587375861c
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into param-suffix
...
Conflicts:
Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj
Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataConstants.cs
Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataParser.cs
Tools/ArdupilotMegaPlanner/app.config
2012-04-25 20:39:59 -05:00
Adam M Rivera
98983e1ee4
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into param-suffix
...
Conflicts:
Tools/ArdupilotMegaPlanner/ArdupilotMega.csproj
Tools/ArdupilotMegaPlanner/MainV2.cs
Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataConstants.cs
Tools/ArdupilotMegaPlanner/Utilities/ParameterMetaDataParser.cs
2012-04-25 13:57:17 -05:00
Adam M Rivera
155928adef
Planner: Added the ability to parse group based parameters that link to .cpp files.
2012-04-25 12:11:44 -05:00
Michael Oborne
d59d26b7d2
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
49bb2d1f7b
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
Michael Oborne
43b4359b28
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
Adam M Rivera
24dbe7dca1
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
d8df53c926
Planner: Fixed text selection on re-bind.
2012-04-23 10:31:26 -05:00
Adam M Rivera
5274ec9640
Planner: Fixed another binding issue with AC2 modes.
2012-04-23 10:14:20 -05:00
Adam M Rivera
489ae28d2e
Planner: Fixed binding issues with mode DDLs
2012-04-23 09:59:45 -05:00
Michael Oborne
cdce69e14f
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
Adam M Rivera
97040a7b3a
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into auto-approach
2012-04-23 00:03:37 -05:00
Michael Oborne
671989c14b
APM Planner 1.1.72
...
fix turn radius length (100m)
modify 3dr radio options
modify heli Setup
2012-04-21 15:30:15 +08:00
Adam M Rivera
7d13371acf
Merge branch 'master' of https://code.google.com/p/ardupilot-mega into auto-approach
2012-04-20 11:45:38 -05:00
Michael Oborne
71206ea778
APM Planner 1.1.71
...
add arduplane level
more image georef options - now does gpx for dronemapper.
2012-04-20 08:05:33 +08:00
Adam M Rivera
c233defbe6
Merge branch 'retro-loiter' of https://code.google.com/r/a432511-wip into auto-approach
...
Conflicts:
Tools/ArdupilotMegaPlanner/Common.cs
2012-04-19 11:08:34 -05:00
Michael Oborne
c5a77f2666
APM Planner 1.1.70
...
language by hazy
move turning circle to be based on cog
add APPROACH
add autodec on/off
mod 3dr radio uploader to read in 64 byte packets
add more georef caching. much faster now on more than 1 run.
2012-04-19 19:22:02 +08:00
Hazy
909c85cff2
APM Planner
...
add some Chinese translation
2012-04-18 19:05:36 +08:00
Adam M Rivera
af5747c088
ArdupilotMegaPlanner: Added new APPROACH flight mode and added infrastructure necessary to make it private (ie. not a user selectable mode).
2012-04-17 10:02:39 -05:00
Michael Oborne
888668aeb4
APM Planner 1.1.67
...
add connect warning to setup screen
add networkkml to georef image, and cacheing
2012-04-15 21:51:07 +08:00
Michael Oborne
776ae2780a
APM Planner 1.1.66
...
fix aerosim-rc 3.91 (packet format change)
mono setup form fix (re validating disabled fields)
seperate log/live mag calibation.
2012-04-14 16:03:38 +08:00
Michael Oborne
c4f81cba33
APM Planner 1.1.65
...
dataqflashlog Update
add new test config panel
2012-04-12 21:39:51 +08:00
Michael Oborne
762b1ea0df
APM Planner 1.1.62
...
3dr Radio support
update mavlink library
2012-04-07 07:51:00 +08:00
Michael Oborne
647654ac8e
APM Planner - WIP - no exe
...
3DR R
setup layout - thanks andrew.
2012-04-06 16:27:26 +08:00
Michael Oborne
62f30aae07
APM Planner 1.1.61
...
update message definitions
fix radio screen
2012-04-06 08:50:04 +08:00