Lorenz Meier
7526dd46a2
Added header for common priority bands
12 years ago
Lorenz Meier
e2196bca4f
Added position lock check
12 years ago
Lorenz Meier
f5bad08bd0
Cleaned up control mode state machine / flight mode / navigation state machine still needs a bit cleaning up
12 years ago
Lorenz Meier
61d7e1d285
Reverted changes to multirotor rate controller, changing to a discrete derivative does not help
12 years ago
Lorenz Meier
b2068b4e0e
WIP on mode switching input
12 years ago
Julian Oes
d4edf2e85c
Override is now really disabled for multirotors, also I don't think the parameter got ever read by the commander but I might be wrong
12 years ago
px4dev
a8451a2d18
Update apps/drivers/mpu6000/mpu6000.cpp
...
Don't call ::close on ORB publication handles.
12 years ago
Lorenz Meier
f2fb8c7960
Fix typo
12 years ago
Lorenz Meier
a2aa9dd8fd
Made MPU-6000 gyro optional
12 years ago
Lorenz Meier
4cf2266b79
Robustified actuator output topic, added number of mixed outputs
12 years ago
px4dev
5b92c51777
Initial implementation of application access to the PX4IO relays.
12 years ago
patacongo
0f2decb70f
Prep for release 6.24
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
Julian Oes
8053b4b9f7
Revert "I don't want a switch for failsafe for the copter"
...
This reverts commit 28b3ecd9c6
.
12 years ago
Julian Oes
06407b166f
My PID integral part fixes
12 years ago
Julian Oes
28b3ecd9c6
I don't want a switch for failsafe for the copter
12 years ago
patacongo
272fc3b523
Some minor fixes for CONFIG_ADDRENV=y
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5444 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
patacongo
56a6504618
Incorporate address environment interfaces in binfmt/ logic
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5443 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
Lorenz Meier
fe6496a04d
Correctly do position lock led signalling on IO and position lock measurement on FMU, tested with HIL.
12 years ago
Lorenz Meier
4676b71d8a
Cleanup in ADC driver, re-add all inputs that are present
12 years ago
Lorenz Meier
bc3b66043f
Cleaned up HIL on FMU / IO combo
12 years ago
Lorenz Meier
f41e5728fc
Correct demixing scaling for v-tail mixers
12 years ago
px4dev
76895af6eb
Fix several aspects of the PWM output driver; enable auto-reload, use named constants for various control bits, and use a more polite mechanism at disarm time to avoid runt pulses.
...
This may address an issue we've seen where we get occasional malformed PWM output pulses, possibly due to a race between compare updates and the timer.
12 years ago
px4dev
8d716dea45
Teach 'fake' to set the arming state as well.
...
Whitespace.
12 years ago
px4dev
b8044d9786
use <err.h> more consistently in the fmu driver.
12 years ago
px4dev
6d0bea0298
Fix the PWM servo ioctl base so it's not overlapping the GPIOs
12 years ago
Lorenz Meier
97a94e3b89
Fixed MAV_TYPE parameter readout
12 years ago
Lorenz Meier
df5c09ead1
Fixed MAVLink parameter initialization
12 years ago
Lorenz Meier
b9606d0d6e
Reverted arming state machine back to its original state, operational again
12 years ago
Lorenz Meier
e56911bf2d
Fixed signal loss detection on S.Bus parsing, stripped PX4IO code parts from S.Bus parser to allow FMU / IO parser code sharing. Added S.Bus channels 17 and 18 if channel data struct has enough space. Tested with receiver and PX4FMU.
12 years ago
Lorenz Meier
f81d00594c
Made PX4IO FMU timeout based on IOs HRT, updating mixers now on every FMU update and not at fixed rate, this is WIP and currently does not support mixing with RC-only
12 years ago
Lorenz Meier
03076a72ca
Added required additional fields: If system is ok to launch (required for LED indicator), if system is ok to override fully by RC (required for multirotors which should not support this), desired PWM output rate in Hz (again required for some multirotors).
12 years ago
patacongo
200ce6d7ff
configs/xtrs/nsh and pashello now use kconfig-frontends and build Windows native
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5422 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
Simon Wilks
03b51c69e0
Added more LED state logic and improve code.
...
The LED will now also indicate when the FMU is ARMED. Switched to using
a 16-bit value where each bit indicates what state the LED should be
in.
12 years ago
Simon Wilks
197e573885
Add an additional safety switch LED blink sequence when FMU and IO are armed
...
If both the FMU and the IO board are armed then the secure switch will
blink two times quickly then a pause followed by two quick blinks and
so on.
12 years ago
Lorenz Meier
82cbac70ee
Fixed calibration check
12 years ago
px4dev
fd771f67f2
Adjust the control mapping from DSM receivers to correspond to the standard PPM control mapping for channels 0-4.
12 years ago
px4dev
7c3b28d503
Lock out the PPM decoder if the DSM or S.bus decoders have seen a frame recently.
12 years ago
px4dev
1485a4ec1a
Fix breakage to the DSM parser introduced with the input prioritisation logic. Back out to a "any input wins" strategy; connecting multiple receivers to I/O at the same time is currently not supported (read: strange things will happen).
12 years ago
px4dev
6e328b4d7a
Add a 'monitor' verb to the px4io command so we can watch inputs to IO (it could get smarter).
12 years ago
px4dev
451ecc1bf4
Remove a few cut-and-paste author attributions.
12 years ago
px4dev
269bd9f403
Force the fade speed to something sensible. Deal better with failed probes.
12 years ago
px4dev
2a8ef50df4
A driver and shell command for the BlinkM I2C LED controller.
12 years ago
patacongo
7f7356cdc9
standard keypad inteface and apps/examples/keypadtest from Denis Carikli
...
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5403 42af7a65-404d-4744-a932-0658087f49c3
12 years ago
Lorenz Meier
126e6ac207
Enabled manual override switch, work in progress. Added initial demix testing code to support delta mixing on the remote for convenient manual override
12 years ago
Lorenz Meier
2bfb672791
Cleaned up mode indication
12 years ago
Lorenz Meier
aa1d57c085
Allowed mode switching via command
12 years ago
Lorenz Meier
de88732e8e
Prevented unhealthy RC input from propagating through the system
12 years ago
px4dev
efd3b9dea6
Clean up the FMU communications init.
12 years ago
px4dev
7d9d307ab0
We don't need non-blocking I/O for this context anymore; it's OK for it to block.
12 years ago
px4dev
8c4e9de70a
Use the right constraint for the output mixer; we might end up wanting more virtual control channels.
12 years ago