Lorenz Meier
|
d07a63c169
|
Fixed compile errors and warnings in param test
|
13 years ago |
Lorenz Meier
|
9b239bc001
|
fixed typo, removed deamon example from default build
|
13 years ago |
Lorenz Meier
|
86ed36579a
|
Updated ROMFS scrips, created new ardrone_interface to jointly use multirotor_att_control on all multirotors, including AR.Drone frames
|
13 years ago |
Lorenz Meier
|
dae0b922f1
|
Added deamon example, reworked / merged multirotor attitude control. Ready for AR.Drone interface changes and integration tests
|
13 years ago |
Lorenz Meier
|
85bc4f683a
|
Cleaned up position control (WIP), moved PID structs (should become classes) to systemlib, added deamon app example
|
13 years ago |
px4dev
|
d903311dce
|
Add support for setting and exporting parameters.
|
13 years ago |
px4dev
|
a9dc84231e
|
Import of the Mongo C-BSON library with light modifications for PX4.
From https://github.com/mongodb/mongo-c-driver.git at 8ae2c57e95a3939850a77fb9329c129b2bcfcd1a
|
13 years ago |
px4dev
|
2c85075221
|
Import of Troy Hanson's uthash package, v1.9.6
|
13 years ago |
px4dev
|
a86974e3e3
|
Hand over control of the onboard EEPROM to the NuttX I2C EEPROM driver and NXFFS.
|
13 years ago |
px4dev
|
d91f5f3dd7
|
The beginnings of a new parameter system.
|
13 years ago |
Lorenz Meier
|
2a5fcd9174
|
Fixed incorrect scaling of acceleration values
|
13 years ago |
Lorenz Meier
|
23ae096911
|
Added simple, but complete code example
|
13 years ago |
px4dev
|
8477754411
|
Share the PX4IO protocol header, such as it is, between the two apps.
Stop using systemlib in the PX4IO firmware; it has expectations that can't reasonably be met.
|
13 years ago |
px4dev
|
fcad5b52c5
|
Teach err.c how to live without standard I/O
|
13 years ago |
Lorenz Meier
|
9a56be6907
|
Changed mavlink and sensors apps to deamons, now started with mavlink start and sensors start.
|
13 years ago |
Lorenz Meier
|
7874bbd37f
|
Updated tests suite properly to MPU-6000 driver, should pass now
|
13 years ago |
Lorenz Meier
|
d48f7ea9f2
|
Fixed sensors test
|
13 years ago |
px4dev
|
99d5ec78a1
|
Add <err.h> modeled on the BSD functions of the same name; this will let us clean up a lot of output from various shell tools.
|
13 years ago |
Lorenz Meier
|
dc484c1d21
|
State machine cleanup, introduced variable rates for MAVLink depending on the baud rate
|
13 years ago |
Lorenz Meier
|
5aa91b6f17
|
Updated MPU test to new driver model
|
13 years ago |
Lorenz Meier
|
c6eff9eb8b
|
Removed outdated sensors bringup app
|
13 years ago |
Lorenz Meier
|
8a8b6b7165
|
Fixed PI wrapping code, debugging more sensor code, possible misalignment of mag and acc frames in filter
|
13 years ago |
Lorenz Meier
|
bce043a21b
|
Fixed mag axis assignment, fixed mag calibration
|
13 years ago |
Lorenz Meier
|
73286f3262
|
Minor tweaks and command parsing debugging
|
13 years ago |
Lorenz Meier
|
8575d8cd49
|
Fixed arming bug
|
13 years ago |
Lorenz Meier
|
18e71843be
|
Increased attitude estimator bm stack
|
13 years ago |
Lorenz Meier
|
46c4b987cc
|
Various fixes for params interface
|
13 years ago |
Lorenz Meier
|
e95662f505
|
mag cal, scaling of throttle
|
13 years ago |
Lorenz Meier
|
b30e443f28
|
Updated start script, checking commander mishaps
|
13 years ago |
Lorenz Meier
|
1530aeccae
|
Working towards full sensor flexibility
|
13 years ago |
px4dev
|
e84d0f41fa
|
fix a fatal one-character typo in the multirotor output scaling logic
|
13 years ago |
px4dev
|
5198a9daf7
|
New multirotor mixer; builds, not yet tested.
|
13 years ago |
px4dev
|
34118c72ef
|
mechanical style fixups
|
13 years ago |
patacongo
|
3cc812dbad
|
Fixes to apps/*/Make.defs files needed for auto-configuration build
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5027 7fd9a85b-ad96-42d3-883c-3090e2eb8679
|
13 years ago |
Lorenz Meier
|
92a1fab0fd
|
Integrated optical flow
|
13 years ago |
Lorenz Meier
|
ab8d1b3b3b
|
Reworked ardrone / multirotor control
|
13 years ago |
px4dev
|
735f8ffa3d
|
Config tweaks to enable the new-style ms5611 driver.
|
13 years ago |
px4dev
|
35c4a21ca1
|
Simplify an error message to avoid a bad pointer deref.
|
13 years ago |
px4dev
|
f1f843099b
|
Nuke a dead file.
|
13 years ago |
px4dev
|
3c5bb3f57c
|
New-style driver for the MPU6000.
|
13 years ago |
px4dev
|
edfdb8f47e
|
force 8-bit SPI transactions for device::SPI drivers.
|
13 years ago |
Lorenz Meier
|
1d029b01fe
|
First initial revision of ACC driver and gyro
|
13 years ago |
Lorenz Meier
|
d92cdc7cfa
|
Improved float tests
|
13 years ago |
Lorenz Meier
|
9014577aff
|
Massive improvements in state machine, still tracing wrong throttle scaling in manual input path
|
13 years ago |
patacongo
|
2b184e2630
|
drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5022 7fd9a85b-ad96-42d3-883c-3090e2eb8679
|
13 years ago |
Lorenz Meier
|
43019ba618
|
Further cleanups, added sanity check against system state machine
|
13 years ago |
Lorenz Meier
|
5adb691f89
|
Streamlined ar drone interface, removed a lot of old cruft, preparing for generic multirotor control
|
13 years ago |
px4dev
|
65aec69705
|
Syntax change to improve readability; output scalers are now labelled O: instead of looking like control scalers.
Make mixer terminology more consistent; mixer inputs are 'controls'.
|
13 years ago |
Lorenz Meier
|
18c6c620c0
|
Added manual control abstraction layer, reworked sensors and ardrone_control apps to use it instead of direct RC channels
|
13 years ago |
px4dev
|
42ace38e31
|
Don't try to mix if we have no mixer installed.
|
13 years ago |