Lorenz Meier
|
cf563eda86
|
px4io code style
|
12 years ago |
Lorenz Meier
|
dc100f2020
|
Fixedwing controller code style
|
12 years ago |
Lorenz Meier
|
9ab20b11b6
|
Code style
|
12 years ago |
Lorenz Meier
|
65c8028629
|
Working on override channel mapping, allowed trim cal only with RC on
|
12 years ago |
Julian Oes
|
b5eccef69e
|
Started with px4io stop implementation
|
12 years ago |
Julian Oes
|
5e20dd1736
|
Added support for IO bootloader revision 3 on FMU
|
12 years ago |
Lorenz Meier
|
1a107bd7bf
|
Added warning, needs more work on the rotation matrix output
|
12 years ago |
Lorenz Meier
|
4435befefd
|
Added offset parameters for roll, pitch and yaw
|
12 years ago |
Lorenz Meier
|
16e49c447d
|
Added support for battery voltage and differential pressure to logging and plot script
|
12 years ago |
Lorenz Meier
|
d957f8e004
|
Hotfix: Copying from right actuator topic on IO if FMU and IO PWM outs are enabled
|
12 years ago |
Lorenz Meier
|
3bb145f584
|
Enabled and tested ring buffer, logging at full 250 Hz sensor rate
|
12 years ago |
px4dev
|
b5424a4d02
|
Fix the CMSIS DSP_Lib include path specification. This avoids some scary messages from 'make depend'.
|
12 years ago |
Lorenz Meier
|
b48f99b601
|
Updated state switching to most recent state machine rev
|
12 years ago |
unknown
|
1998ce1205
|
Battery-Warn-State added to struct Vehicle_Status
|
12 years ago |
px4dev
|
01ea8eb54f
|
Test for CortexM4 and FPU rather than the ARM mathlib-internal define.
|
12 years ago |
px4dev
|
ee5cd2c95a
|
Rather than assume that px4fmu means CMSIS DSPlib, test for cortex M4 and FPU.
|
12 years ago |
Lorenz Meier
|
435bae6542
|
Added logging with worker thread for microSD writes, untested, but feature-complete
|
12 years ago |
Lorenz Meier
|
e24dd0f684
|
Fixed minor compile error
|
12 years ago |
Lorenz Meier
|
451b38b39f
|
Removed commented-out lines (EXP support)
|
12 years ago |
px4dev
|
91dba46524
|
Fix fallout from removing the spurious CMSIS
|
12 years ago |
px4dev
|
faced6bfe3
|
Merge James's controllib bits into a separate library module.
Add a top-level mathlib header to avoid having to dig around for specific headers.
|
12 years ago |
px4dev
|
43ccb257a8
|
Move the math library pieces out of systemlib into mathlib
|
12 years ago |
jgoppert
|
23e8d0b467
|
Added kalman_demo. This is an attitude/position EKF example.
|
12 years ago |
px4dev
|
4447282260
|
Integrate the interesting parts of the CMSIS 3.01 (r3p1) DSP library
|
12 years ago |
jgoppert
|
84d7f19d7d
|
Added control library to build.
|
12 years ago |
jgoppert
|
8888b73e16
|
Added control library.
|
12 years ago |
jgoppert
|
d9491b20cc
|
Reformat of math library with astyle.
|
12 years ago |
jgoppert
|
4f3b17f53b
|
Added math library to build.
|
12 years ago |
jgoppert
|
db3fabc3ba
|
Added math library.
|
12 years ago |
Lorenz Meier
|
0945a2cc2f
|
Fixed RC mapping transmission, tested. Fixed RC scaling in manual mode
|
12 years ago |
Lorenz Meier
|
ef2efabbd4
|
Removed unlimited printing status message
|
12 years ago |
Lorenz Meier
|
ec3d298720
|
Fixed minor compile error
|
12 years ago |
Lorenz Meier
|
c94076f673
|
Added missing ADC start command, fixed return value / error behavior of ADC init
|
12 years ago |
Lorenz Meier
|
e2317edde8
|
Code style fix
|
12 years ago |
Lorenz Meier
|
1b2e886878
|
Removed unwanted cast
|
12 years ago |
Lorenz Meier
|
f89cd312ec
|
Used correct datatype, removed unwanted cast
|
12 years ago |
Lorenz Meier
|
a9e87c791d
|
Fixed header for sbus input
|
12 years ago |
Simon Wilks
|
7842caf3b2
|
Moved the channel mappings and attributes to the config section
|
12 years ago |
Lorenz Meier
|
83039e76d3
|
Reverted unwanted S.Bus changes
|
12 years ago |
Lorenz Meier
|
aaa9af2293
|
Reverting EKF change, as it did not really help.
|
12 years ago |
Simon Wilks
|
0a89ab7075
|
Send rc channel ordering and channel attributes from FMU to IO
|
12 years ago |
Andrew Tridgell
|
318609bf59
|
fixed PWM_SERVO_GET
this was using the wrong channel
|
12 years ago |
Andrew Tridgell
|
0134186420
|
fixup rate
|
12 years ago |
Andrew Tridgell
|
219ab05a70
|
added PWM_SERVO_SET_UPDATE_RATE ioctl
this allows apps to set the PWM update rate. APM needs this to honor
the user configurable PWM rate setting for copters.
|
12 years ago |
Simon Wilks
|
1b81724ef7
|
Manually remap the channel assignements for testing.
|
12 years ago |
px4dev
|
69cdab9afc
|
Fix a typo that caused PWM_SERVO_GET ioctls to fail on the FMU PWM outputs.
|
12 years ago |
Julian Oes
|
e4bfd78847
|
Attention: flipped the yaw direction of multirotors in order to be compatible to APM
|
12 years ago |
Andrew Tridgell
|
8ffba22771
|
build: allow for external apps via EXTERNAL_APPS
this is used by the APM build
|
12 years ago |
Andrew Tridgell
|
0fff8aa23b
|
GPS: added comment on units for variance
|
12 years ago |
Andrew Tridgell
|
63464a8959
|
mavlink: fixed build warning
|
12 years ago |