Andrew Tridgell
bdb2f12c3b
autotest: removed obsolete navigation parameters for ArduPlane
12 years ago
Andrew Tridgell
960574cccf
autotest: fixed sleep_overhead calculation in sim_multicopter.py
12 years ago
Kevin Hester
a86ede4270
autotest: APM xml docs should be named xml.pdef.xml
...
(not arduplane.pdef.xml)
pch: rebased pull request #188
12 years ago
Julian Oes
50ccaadbc4
autotest: bumped version number of QUpgrade
...
rebased (pch) - closes pull request 184
12 years ago
Andrew Tridgell
2b19249e4a
autotest: fixed autotest executable path
12 years ago
Andrew Tridgell
a8e34eeeb7
autotest: fixed tmp path handling in autotest for dump_logs.py
12 years ago
Andrew Tridgell
5ba4ea88ef
autotest: fixed TMPDIR for dump_logs.py
12 years ago
Andrew Tridgell
9882d9c639
autotest: added dump_logs.py
12 years ago
Andrew Tridgell
fe6e83f7f2
autotest: added support for vtail testing in runsim
...
virtual vtail support
12 years ago
Julian Oes
0aff1136ed
autotest: added link for QUpgrader to web-firmware/index.html
12 years ago
Andrew Tridgell
039c603a35
autotest: allow testing of elevon planes
...
this fakes up an elevon plane using the Rascal110
12 years ago
Andrew Tridgell
59a2a95e9a
Copter: remove noise and wind from copter sim
...
this is to help Randy track down a current problem
12 years ago
Andrew Tridgell
e61f3dfeca
autotest: remote getppid for SITL copter on windows
12 years ago
Andrew Tridgell
5f8c8e87a8
autotest: fixed rover mission completion
12 years ago
Andrew Tridgell
de02f98d28
autotest: added license and safety statement
12 years ago
Andrew Tridgell
f6ddc4e4a1
autotest: added GPS vertical speed to the sitl simulator
12 years ago
Andrew Tridgell
92ddd4b5d1
autotest: removed 2nd getppid() call
12 years ago
Andrew Tridgell
8b21cac5fd
autotest: remove dependency on getppid()
...
makes pysim more windows friendly
12 years ago
Andrew Tridgell
57c498b570
autotest: remove dependency on pexpect for rover/copter sim
...
this makes it easier to run on windows
12 years ago
Andrew Tridgell
526418dd90
autotest: html tidy-up
12 years ago
Andrew Tridgell
3ed71eee05
autotest: initial web page for firmware builds
12 years ago
Andrew Tridgell
01b2ecbc55
autotest: copy the build_binaries.sh script before running
...
this prevents altering the script while running
12 years ago
Andrew Tridgell
4fd3adbcb9
Rover: run rover sim reniced
12 years ago
Andrew Tridgell
232bdca4e2
autotest: improved skid steering test scripts
12 years ago
Andrew Tridgell
8d8e30156f
autotest: added skid steering version of rover sim start script
12 years ago
Andrew Tridgell
6ea2130342
autotest: added skid steering support to rover simulator
...
Very rough initial implementation. Needs to be tweaked for more
realistic behaviour later.
thanks to Greg Brill for pointers on this.
12 years ago
Andrew Tridgell
d9be58fd2c
autotest: add 10 mins to timeout
...
this copes with build_binaries.sh
12 years ago
Andrew Tridgell
8b87d3643b
autotest: fixed mavlink paths
12 years ago
Andrew Tridgell
5db1dbd8d1
autotest: fixed python path for mavtemplate
12 years ago
Kevin Hester
9885cc7ed1
Docs: Add XML emit to param_parse.py. See below for more details...
...
I've refactored the param_parse tool to use various 'emitters'. An emitter
can take parameter info and output it in a particular format. Currently the
only supported emitters are the wiki and XML formats.
The goal of these changes is to create a standard machine readable description
of parameters - mainly for use by ground control stations, but it will also
enable spiffy scripting environments where code can refer symbolically to
vehicle parameters (reflectionish).
Open issue: Is there any sort of Ardupilot build id which can be included in
the generated XML? That would ensure that we select the correct paramdefs
for the load on the target (possibly by asking the target for a SHA or
somesuch). If that issue is resolved, then the filename for the XML
file should probably be something like:
arduplane-ca5742ac.pdef.xml.
It is worth noting that I've proposed a suffix of ".pdef.xml" for these file
types. This facilitates automated file handling on Android devices. On
Android you can register 'handlers' for particular file extensions and if
the user tries to open that extension in email or a web browser your app
will be given a chance to do something about it. The 'outer' xml extension
will allow naive editors to know that at least this is an xml file.
I will include a sample of the XML format with the pull-request for this CL.
12 years ago
Andrew Tridgell
fcfed2e81d
autotest: build all binaries for master on each commit
12 years ago
Andrew Tridgell
693627d76a
autotest: allow sim_arducopter.sh to take mavproxy parameters
12 years ago
Andrew Tridgell
3b8b04920a
autotest: fixed rover parameters for new config
12 years ago
Andrew Tridgell
9c65e98dc2
autotest: expand the comment a bit more
12 years ago
Andrew Tridgell
deb825b575
autotest: added some hints to sim_arduplane.sh
12 years ago
Andrew Tridgell
843692ee5d
autotest: more tweaks to Rascal parameters
12 years ago
Andrew Tridgell
a11705915c
autotest: tweaks to Rascal tuning
12 years ago
Andrew Tridgell
5ba7084a21
autotest: useful HIL start script
12 years ago
Andrew Tridgell
56591e920d
autotest: lower GPS delay for ArduCopter to 400ms
12 years ago
Andrew Tridgell
da90dfa454
autotest: cope with existing auto mode via mode change
12 years ago
Andrew Tridgell
a8b9e5cf5b
autotest: disable wind drag
...
this is causing some crazy results in stabilize mode. Disable it until
we sort it out
12 years ago
Randy Mackay
70736362c6
AutoTest: update parameter names that have changed in 2.9
...
THR_FAILSAFE was combined with FS_THR_ENABLE
APPROACH_ALT was renamed to RTL_ALT_FINAL
12 years ago
Andrew Tridgell
4e183f4321
autotest: move hash link to new github repo
12 years ago
Andrew Tridgell
66073ee94f
autotest: ensure JSBSim is dead on restart
12 years ago
Andrew Tridgell
9d6d59b1dd
autotest: fixed jsbsim on fedora
12 years ago
Andrew Tridgell
d5d2fc667f
autotest: use mktemp instead of tempfile
...
more portable
12 years ago
Andrew Tridgell
3fda7bbeac
autotest: fixed log dumping
12 years ago
Andrew Tridgell
f4d3cd42d7
autotest: enable throttle failsafe for ArduCopter
12 years ago
Andrew Tridgell
7b2d65e3e7
autotest: added HAL_BOARD to build config
12 years ago
Andrew Tridgell
1fcffc6de9
autotest: increase speed in fly square test for ArduCopter
...
should prevent occasional timeouts
12 years ago