Lorenz Meier
|
16e49c447d
|
Added support for battery voltage and differential pressure to logging and plot script
|
12 years ago |
Lorenz Meier
|
e1a6f1b910
|
Merge branch 'master' of github.com:PX4/Firmware into sdlog_buffering
|
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
|
6c93cbfa5e
|
Merge branch 'master' of github.com:PX4/Firmware into fixedwing
|
12 years ago |
Lorenz Meier
|
6f8081b5ea
|
Merge branch 'master' of github.com:PX4/Firmware into sdlog_buffering
|
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 |
Lorenz Meier
|
780087acf0
|
Merged with master
|
12 years ago |
Lorenz Meier
|
9a7befef18
|
Merge pull request #139 from NosDE/master
Added Battery Alarm Status to Struct Vehicle_Status
|
12 years ago |
unknown
|
1998ce1205
|
Battery-Warn-State added to struct Vehicle_Status
|
12 years ago |
Lorenz Meier
|
b78a430424
|
Merge branch 'master' of github.com:PX4/Firmware into sdlog_buffering
|
12 years ago |
Lorenz Meier
|
8cc9fb9e2c
|
Merge branch 'master' of github.com:PX4/Firmware into fixedwing
|
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 |
px4dev
|
c137ceba7d
|
Remove more redundant CMSIS pieces from here.
|
12 years ago |
Lorenz Meier
|
2169e1f808
|
Merge branch 'master' of github.com:PX4/Firmware into mathlib
|
12 years ago |
Lorenz Meier
|
fe5f9d46d5
|
Merge branch 'master' into fixedwing
|
12 years ago |
Lorenz Meier
|
e24dd0f684
|
Fixed minor compile error
|
12 years ago |
Lorenz Meier
|
51b3d6614d
|
Merge pull request #138 from PX4/fix_yaw_direction
Fix yaw direction
|
12 years ago |
Lorenz Meier
|
41f657e3e5
|
Merged with master
|
12 years ago |
Lorenz Meier
|
451b38b39f
|
Removed commented-out lines (EXP support)
|
12 years ago |
Lorenz Meier
|
f55beb679c
|
Merge branch 'master' of github.com:PX4/Firmware into fixedwing
|
12 years ago |
px4dev
|
91dba46524
|
Fix fallout from removing the spurious CMSIS
|
12 years ago |
px4dev
|
6b341e583a
|
Remove a spurious copy of CMSIS that snuck in.
|
12 years ago |
px4dev
|
e88a981093
|
Merge commit '23e8d0b4675e1101a5dd38fa48f96ec3c13ca68b' into local/mathlib
Fix the controllib test_params build.
|
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
|
950d104c8d
|
Merge commit '8888b73e160520e5b15e168998013f4a5f6e64c0' into local/mathlib
|
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
|
98a53e85d6
|
Merge commit 'd9491b20cc5fc8b683eb0f60a50da6b322b55e57' into local/mathlib
|
12 years ago |
px4dev
|
95aa959571
|
Merge commit '4f3b17f53b120cd54112097f4217a90863013c1f' into local/mathlib
|
12 years ago |
px4dev
|
e0cf9f943a
|
Merge commit 'db3fabc3baccdeef3108544b4e9da9c8f0895a58' into local/mathlib
|
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 |
jgoppert
|
1579630efe
|
Added CMSIS 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 |
sjwilks
|
659543f852
|
Merge pull request #96 from sjwilks/autostart-scripts
Updated PX4IO autostart script.
|
12 years ago |
Lorenz Meier
|
ac784dc638
|
Merge branch 'master' into fixedwing
|
12 years ago |
Lorenz Meier
|
ec3d298720
|
Fixed minor compile error
|
12 years ago |
Lorenz Meier
|
2bd4301849
|
Merge branch 'master' of github.com:PX4/Firmware into fixedwing
|
12 years ago |
Lorenz Meier
|
c94076f673
|
Added missing ADC start command, fixed return value / error behavior of ADC init
|
12 years ago |
Lorenz Meier
|
f788d452ea
|
Merged
|
12 years ago |
Lorenz Meier
|
4462a25ce9
|
Merge branch 'master' of github.com:PX4/Firmware into fixedwing_io_mixing
|
12 years ago |