John Arne Birkeland
f4a4982328
ArduPPM V2.2.68 - Fixed possible logic flaw in throttle failsafe reset if _JITTER_FILTER_ is enabled
13 years ago
Michael Oborne
297f391548
APM Planner 1.1.92
...
add dump -1 option to log dump
fix terminal issue with logs
fix mavlink 1.0 manual/stablaize Mode
fix config screen showing incorrect tab
13 years ago
Andrew Tridgell
25c17a5425
re-enable the AP_Mount build
13 years ago
Andrew Tridgell
47d5f31fc2
removed copy of pymavlink code
...
use upstream code instead
13 years ago
Andrew Tridgell
7589de689b
mavlink: added auto-detection of mavlink protocol version
13 years ago
Andrew Tridgell
70669434a2
autotest: wait for VFR_HUD to be non-zero on startup
13 years ago
Andrew Tridgell
076d1616ba
autotest: default to mavlink10
13 years ago
Andrew Tridgell
d1fe093921
autotest: fixed build_all.sh for MAVLink 1.0
13 years ago
John Arne Birkeland
eb84554d26
V2.2.67 - Implemented detection and failsafe (throttle = 900us) for missing throttle signal.
13 years ago
Michael Oborne
e4ea66b5dc
APM Planner 1.1.91
...
fix datasource binding exception.
13 years ago
Michael Oborne
4946402d50
APM Planner 1.1.90
...
3drradio save settings fix
fix mavlink10 hil scaling
fix some exceptions
13 years ago
Michael Oborne
a31543e547
APM Planner 1.1.89
...
add mjpeg video source
add 16x9 hud
conform to http/1.1 specs for mjpeg
13 years ago
Michael Oborne
9a92531e8c
APM Planner 1.1.88
...
fix updater
13 years ago
Andrew Tridgell
353186e822
CPUInfo: update with 64 bit timings
13 years ago
Andrew Tridgell
6945be0ca8
autotest: default to not using gdb on ArduPlane.elf
13 years ago
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.
13 years ago
Michael Oborne
c530704973
APM Planner 1.1.86
...
add ArduRover
simplify connect
modify hardware screen
fix mono terminal issue
modify 3drradio screen
modify updater
13 years ago
Hazy
d41001ec1e
APM Planner - a few translate
13 years ago
Michael Oborne
e8e2d7075b
firmware build
13 years ago
Michael Oborne
f4975cb7fe
firmware build
13 years ago
Michael Oborne
854b2a6f9b
firmware build
13 years ago
Michael Oborne
716be4f511
firmware build
13 years ago
Michael Oborne
a0394c8b68
APM Planner 1.1.85
...
work on opengltest
fix last missing param
fix com port selection on connecting to bad comport
add convert to csv. entire log
add log caching to image georef. for tlog and logs
add srtm data caching
13 years ago
Michael Oborne
4fc61505df
APM Planner 1.1.84
...
3dr radio fix's + rfd900
other misc fixs
13 years ago
Andrew Tridgell
46ee92441e
HILTest is not needed any more
13 years ago
Michael Oborne
db2416d045
APM Planner 1.1.83
...
fix null exception. if connect and not view the link stats, an exception is thrown on disconnect.
13 years ago
Michael Oborne
c01626818b
APM Planner 1.1.82
...
modify 3dr radio packet size 64 > 32
add andrews link status Mod - thanks
add hw voltage to status
add generic logbrowse pid class "pid-*" > "pid-1"
13 years ago
Michael Oborne
f56d3afccf
APM Planner 1.1.81
...
mavlink 1.0 fixs
simulation hil fix for lorenz
modify default att rate to 10 hz
13 years ago
Michael Oborne
67221a111e
APM Planner 1.1.80
...
hazy's lang mod
more hud mods - shorten lines
msi work + uploader
13 years ago
Hazy
bbbf1c7002
APM Planner
...
ConfigPlanner translation
fix UI language changing issue
13 years ago
Michael Oborne
2acaac022c
APM Planner 1.1.79
...
modify hud
modify apm1 vs apm2 detector
13 years ago
Andrew Tridgell
34af851b20
autotest: forced loiter via 2nd method
13 years ago
Michael Oborne
8420260ecf
APM Planner 1.1.78
...
recommit
13 years ago
Michael Oborne
b5908eed7f
fix int/float conversion issue
13 years ago
Michael Oborne
0f6120506b
fix metaparser bug
13 years ago
Michael Oborne
fd40d40bc2
APM Planner 1.1.77
...
fix param xml namespace issue
prevent sending unchanged params
13 years ago
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
13 years ago
Robert Lefebvre
3d2c00bb15
Test: Test commit
...
This is a test commit
13 years ago
Adam M Rivera
1899f36844
Planner: Added dynamic controls based on the parameter meta data that is parsed from the codebase.
13 years ago
Andreas M. Antonopoulos
950f288bab
GIT Test
13 years ago
Hazy
f4ad81b184
APM Planner
...
a few UI translation
fix UI language changing issue (it used to change to English when click Configuration tab)
13 years ago
Andrew Tridgell
4f90e6e844
build: cope with Arduino 1.0 in command line build
...
this should autodetect 1.0 versus older builds
13 years ago
Andrew Tridgell
453cb93c6f
autotest: fixed levelling for ACM with MAVLink 1.0
13 years ago
Andrew Tridgell
67afdc7485
autotest: fixes for MAVLink 1.0 in autotest
13 years ago
Andrew Tridgell
b73732c361
autotest: removed unused files
13 years ago
Andrew Tridgell
95bd51ab10
autotest: updated pymavlink to latest
13 years ago
Michael Oborne
01126ae9de
APM Planner - code only
...
add yaw to config screen.
intergrate adams changes
this will force an update, but not the main exe
13 years ago
Adam M Rivera
b293997e2d
Planner: Implemented the ParameterMetaDataRepository.cs's GetParameterMetaData method. It will now return a meta value by the parameter name and meta key.
13 years ago
Adam M Rivera
a91c7781a5
Planner: Added try catch around web request in the parser to prevent blowing up.
13 years ago
Adam M Rivera
8af68b2047
Planner: Moved the call to fetch new parameter meta data to where it is determined if the planner requires an update.
13 years ago