aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Hotfix: Copy a current version of the log conversion tools to each log directoryLorenz Meier2013-08-133-586/+9
|
* Final version of log conversion script, runs with Python 2 or 3 on Windows, ↵Lorenz Meier2013-08-131-5/+13
| | | | Linux and MacOS. Tested on Mac with 2 and 3
* WIPLorenz Meier2013-08-131-6/+15
|
* Added Python 2 / 3 Windows / Linux / Mac OS converter script. So much for ↵Lorenz Meier2013-08-122-77/+22
| | | | cross-platform / version agnostic
* First stab at Python 2 and 3 compatibiltyLorenz Meier2013-08-121-1/+71
|
* Hotfix: Fixed Windows execution of sdlog2 dump scriptLorenz Meier2013-08-121-1/+1
|
* Merge pull request #347 from jgoppert/md25_devLorenz Meier2013-08-1126-140/+812
|\ | | | | Segway Controller
| * Shortened segway param names.James Goppert2013-08-033-9/+9
| |
| * Merge branch 'master' of github.com:jgoppert/Firmware into md25_devJames Goppert2013-08-0335-510/+2393
| |\
| * | Added segway rc script.James Goppert2013-07-281-0/+122
| | |
| * | Segway stabilized.James Goppert2013-07-2811-165/+138
| | |
| * | Working on segway controller, restructure of fixedwing.James Goppert2013-07-2822-76/+536
| | |
| * | Fixed arg number.James Goppert2013-07-281-1/+1
| | |
| * | Added amplitude frequency to md25sine command.James Goppert2013-07-283-11/+10
| | |
| * | Working on debug output.James Goppert2013-07-281-11/+14
| | |
| * | Fixed typo with strncpy.James Goppert2013-07-281-2/+2
| | |
| * | Working with debug messages.James Goppert2013-07-281-23/+26
| | |
| * | Changed final time.James Goppert2013-07-281-1/+2
| | |
| * | Fixed timing issues.James Goppert2013-07-281-3/+3
| | |
| * | Added pub update.James Goppert2013-07-281-0/+2
| | |
| * | Working on sysid. Added debug values.James Goppert2013-07-283-3/+48
| | |
| * | Added log print ability to md25 driver.James Goppert2013-07-281-0/+5
| | |
| * | Added sine test.James Goppert2013-07-283-0/+59
| | |
* | | Hotfix: Cleanup / revision of log conversion scriptsLorenz Meier2013-08-082-60/+2
| | |
* | | Hotfix: Give FMU its own interrupt stack to isolate the interrupt context ↵Lorenz Meier2013-08-081-1/+1
| | | | | | | | | | | | from application stacks
* | | Merged commit disabling FIFO in L3GD20Andrew Tridgell2013-08-071-2/+7
| | |
* | | Fixed rc mode switch PDFLorenz Meier2013-08-073-0/+4398
| | |
* | | Added highlighting of current line to make editing and double-clicking ↵Lorenz Meier2013-08-071-1/+2
| | | | | | | | | | | | warnings/errors faster
* | | Made sure airspeed tests reset the sensors to default stateLorenz Meier2013-08-062-0/+8
| | |
* | | Merge branch 'mpu6k_queue' of github.com:PX4/FirmwareLorenz Meier2013-08-066-111/+553
|\ \ \
| * | | mpu6000: set the default DLFP filter to 42HzAndrew Tridgell2013-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | this allows for apps to ask for slightly higher filters with the software filter and not have it completely ruined by the on-chip DLPF
| * | | Made sensors startup routine more flexibleLorenz Meier2013-08-051-4/+6
| | | |
| * | | Increased MPU6K poll and sampling rate to 1 KHzLorenz Meier2013-08-051-4/+4
| | | |
| * | | Equipped MPU6k driver with Butterworth for accel and gyroLorenz Meier2013-08-051-12/+62
| | | |
| * | | Merge branch 'master' of github.com:PX4/Firmware into mpu6k_queueLorenz Meier2013-08-0512-114/+338
| |\ \ \
| * \ \ \ Merge branch 'master' into mpu6k_queueLorenz Meier2013-08-041-5/+5
| |\ \ \ \
| * | | | | Enabled mathlibLorenz Meier2013-08-041-0/+1
| | | | | |
| * | | | | mathlib: added LowPassFilter2p objectAndrew Tridgell2013-08-043-0/+199
| | | | | | | | | | | | | | | | | | | | | | | | used in gyro and accel drivers for better filtering
| * | | | | Added rate limit in sensors app. Just pending accel filters nowLorenz Meier2013-08-041-3/+63
| | | | | |
| * | | | | Fixed driver test / direct read, looks goodLorenz Meier2013-08-041-41/+70
| | | | | |
| * | | | | Try to save our sanity a bit and use the generic ringbuffer class rather ↵px4dev2013-08-031-151/+104
| | | | | | | | | | | | | | | | | | | | | | | | than re-implementing the wheel.
| * | | | | Add some more useful methods to the ringbuffer class.px4dev2013-08-031-5/+16
| | | | | |
| * | | | | Merge branch 'master' into mpu6k_queuepx4dev2013-08-031-0/+192
| |\ \ \ \ \
| * | | | | | Added queue to mpu6k driverLorenz Meier2013-08-041-53/+201
| | | | | | |
* | | | | | | Fix CAN2 pinout selection thanks to heads-up from Joe van Niekerkpx4dev2013-08-051-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | Hotfix: MEAS Airspeed sensor fixes from Sarthak KaingadeLorenz Meier2013-08-051-11/+20
| | | | | |
* | | | | | Fixed code style for meas_airspeed.cppLorenz Meier2013-08-051-1/+2
| | | | | |
* | | | | | Add a top-level Makefile rule for building "everything" as a test.px4dev2013-08-041-0/+9
| | | | | |
* | | | | | Make it possible to create a cdev without automatically creating a device node.px4dev2013-08-041-8/+8
| | | | | |
* | | | | | Add size and flush methods to the ringbuffer class.px4dev2013-08-041-5/+16
| | | | | |