px4dev
|
3d79b9a0b0
|
Tease the PWM driver out and fix some build issues after cleaning up behind the cpuload pieces.
|
12 years ago |
px4dev
|
c3fe915b44
|
Checkpoint - moving things out of the NuttX configs/*/src directories
|
12 years ago |
Lorenz Meier
|
d7d373f465
|
System state updates
|
12 years ago |
Lorenz Meier
|
f13c7821d9
|
Fixed mavlink app termination, terminates now cleanly
|
12 years ago |
Lorenz Meier
|
9e8a02b928
|
Switched to a more convenient audio tune
|
12 years ago |
Lorenz Meier
|
3a26708203
|
Resolved wrong TX drop display
|
12 years ago |
Lorenz Meier
|
df8148033a
|
Cleaned up calibration, added text messages ring buffer
|
12 years ago |
px4dev
|
5925d146bc
|
Move the tone_alarm driver out of the NuttX configs area and add it as an stm32-specific driver in the PX4 apps space.
Add a new tone_alarm command that can be used to start/stop alarm tones from the shell.
|
12 years ago |
Lorenz Meier
|
096bf2dc93
|
Checkpoint: Working, but non-verified full mag calibration
|
12 years ago |
Lorenz Meier
|
d1429f266d
|
Calibration progress, needs sphere fitting
|
13 years ago |
Lorenz Meier
|
8b000b3317
|
Fixed an abort condition, fixed value initialization, implemented naive three-step calibration
|
13 years ago |
Lorenz Meier
|
97726fa679
|
Calibration WIP, not compiling
|
13 years ago |
daregger
|
b50bc7798a
|
Wip on inner rate loop
|
13 years ago |
Lorenz Meier
|
965bd35e2b
|
Ignore measurement parts not projected to the plane
|
13 years ago |
Lorenz Meier
|
084cde72f7
|
Reworked calibration
|
13 years ago |
Lorenz Meier
|
4dbf7befe3
|
Disable rate control, disable offset estimation
|
13 years ago |
Lorenz Meier
|
87ce36eef3
|
Fixed logging, merged
|
13 years ago |
tnaegeli
|
613e12fcac
|
working offboard
|
13 years ago |
Lorenz Meier
|
2fa0dec369
|
Back out testing changes that are a bit too much ahead of time for master
|
13 years ago |
Lorenz Meier
|
2a06b66845
|
Fixed inner yaw rate loop
|
13 years ago |
tnaegeli
|
733975ed2d
|
fixed Rate controller
|
13 years ago |
px4dev
|
dfae108e6a
|
Go back to the FIFO scheduler for now, as we don't have time to shake out the RR scheduler changeover just yet.
Make the "default" scheduler a centralized definition so that changes are easier in future.
|
13 years ago |
Lorenz Meier
|
178462edcd
|
Minor cleanups in debug output and offboard control arming
|
13 years ago |
px4dev
|
93c200d281
|
Add new 'task_spawn' interface for starting new tasks in the PX4 world
|
13 years ago |
Julian Oes
|
d206327541
|
Magnetometer calibration fixed
|
13 years ago |
Julian Oes
|
2c5c314105
|
Cleanup of lots of debugging printfs
|
13 years ago |
Julian Oes
|
7f15309892
|
Calibration should not freeze anymore, ardrone flying but estimator is not able to use calibrated magnetometer data
|
13 years ago |
Lorenz Meier
|
cbb1f1c9ed
|
Fixed RC and offboard control state machine
|
13 years ago |
Julian Oes
|
5c00ca343f
|
forgot to remove printfs of magnetometer calibration
|
13 years ago |
Julian Oes
|
6b0ed71ae0
|
Simplified magnetometer calibration routine
|
13 years ago |
Julian Oes
|
e217540e01
|
write all params to EEPROM for now (workaround to prevent standard values being written)
|
13 years ago |
Julian Oes
|
268874fdb7
|
auto save after calibration (however the rest is reset to stock)
|
13 years ago |
Lorenz Meier
|
8a11f76994
|
Updated C files for attitude estimator
|
13 years ago |
Lorenz Meier
|
082074f991
|
Completely implemented offboard control
|
13 years ago |
Lorenz Meier
|
291f4f3a33
|
Reworked control interface, needs testing / validation
|
13 years ago |
px4dev
|
53fe61a621
|
Fix gyro/mag parameter names in calibration routines.
Thanks to AngeloDP for spotting this.
|
13 years ago |
Lorenz Meier
|
47c96d3d12
|
Quite flyable state
|
13 years ago |
Lorenz Meier
|
a74a455ab5
|
Fixed calibration routines to ignore previous offsets during calibration, added scale compensation for MPU-6000
|
13 years ago |
Lorenz Meier
|
3140ba658a
|
Fixed HIL enabling, renamed failsafe to better term "lockdown", made sure HIL is actually locking down system. Pending implementation of lockdown in PWM outputs
|
13 years ago |
Lorenz Meier
|
7aafd6f521
|
Commented out potentially problematic printf() statements
|
13 years ago |
Lorenz Meier
|
db6ec2d7d2
|
Various minor fixes and improvements across system
|
13 years ago |
Lorenz Meier
|
84e11a0cac
|
Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1 s of RC loss. Added debug topic.
|
13 years ago |
Lorenz Meier
|
cae070c73e
|
Changed to publishing armed state in commander
|
13 years ago |
Lorenz Meier
|
e9373752d1
|
Fixed arming state setting / publication
|
13 years ago |
Lorenz Meier
|
7cd89520cc
|
More black magic put into the attitude estimation - works nicely now
|
13 years ago |
Lorenz Meier
|
7d87f2b06e
|
Fixed calibration, added calibration for accel, working on further filter improvements
|
13 years ago |
Lorenz Meier
|
fa32184973
|
params debugging
|
13 years ago |
Lorenz Meier
|
9a750ae698
|
Correct scaling for calibration routines
|
13 years ago |
Lorenz Meier
|
2fca24f803
|
Added missing calibration announcement for gyro cal in commander
|
13 years ago |
Lorenz Meier
|
2d2548e714
|
Final parameter interface cleanup - removed last bit of old cruft, fixed a bug on parameter update notification, cleaned up API slightly in naming
|
13 years ago |