- Apr 07, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Matthew Lloyd authored
Also upgrade to the latest 2013q4 "GNU Tools for ARM Embedded Processors" toolchain since the 2012q2 release is no longer available for download.
-
Chris Mansley authored
This fixes the installation script since version q2 has been removed from launchpad.
-
Michael Oborne authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this lets the GCS know what wp would be run if auto mode is selected
-
Andrew Tridgell authored
this lets the GCS know what wp would be run if auto mode is selected
-
Andrew Tridgell authored
this lets the GCS know what wp would be run if auto mode is selected
-
- Apr 06, 2014
-
-
Andrew Tridgell authored
this should make waypoints along a straight path not reduce speed
-
Andrew Tridgell authored
this gives the ground course of the next navigation leg, which can be used to calculate the amount of steering required
-
Andrew Tridgell authored
this controls how much speed error you need before brakes are used
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
- Apr 05, 2014
-
-
Andrew Tridgell authored
the driver uses double precision floating point, which can't work on 8bit AVR with gcc
-
Andrew Tridgell authored
-
Niels Joubert authored
This is the SBP driver for Piksi, Lodestar and other forthcoming Swift Navigation GPSes. This driver currently implements three things: - Implements a lightweight SBP protocol detection system - Implements Piksi as a single-point-positioning GPS (same as ublox/others) - Implements hardware logging of GPS health and baseline messages Forthcoming iin future updates: - Need to implement the RTK functionality
-
Niels Joubert authored
-
Niels Joubert authored
-
Niels Joubert authored
-
Niels Joubert authored
-
Niels Joubert authored
-
Niels Joubert authored
-
- Apr 04, 2014
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
used by SERIAL_CONTROL message
-
Andrew Tridgell authored
-
Andrew Tridgell authored
-
Andrew Tridgell authored
will be used for on-board radio and GPS firmware update and control over USB
-
Andrew Tridgell authored
Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
-
Andrew Tridgell authored
makes the code a bit easier to read Pair-Programmed-With: Paul Riseborough <p_riseborough@live.com.au>
-
priseborough authored
When using GPS after previously rejecting it, the GPS position will always be offset if outside the specified glitch radius. This was the original intent of the design and makes handling of glitches smoother. It has been tested on replay using glitchy flight data
-
priseborough authored
-
priseborough authored
Aliasing can causes the bias estimate to fluctuate very rapidly as it tries to keep up, which degrades the benefit of switching between accelerometers to avoid aliasing. This patch give a much more stable bias estimate during aliasing, and allows the bias to adapt at a maximum rate of 1.0 m/s2 in 50 seconds
-
priseborough authored
This reduces the chance of noisy data inhibiting GPS glitch protection
-