Lucas De Marchi
c39e9a9695
ROMFS: aerofc: set default EKF2 params
8 years ago
Lucas De Marchi
3c48aa4cf1
aerofc: use MPU9250 driver
8 years ago
Lucas De Marchi
e535156599
ROMFS: set baudrate to 460800 for aerofc
...
We are getting way to much transfer errors with high baudrate
8 years ago
bresch
12182ec1fc
Increase max yawrate default parameters for standard delta VTOL
...
MC_YAWRATE_MAX 20 => 50
Signed-off-by: bresch <brescianimathieu@gmail.com>
8 years ago
Lorenz Meier
bbd1906dfb
Add Rover SITL config
8 years ago
Beat Küng
d72133a380
rcS: increase log buffer by 4kB
...
To reduce dropouts, and because we have enough RAM :)
8 years ago
Sander Smeets
fc71ef98bb
DeltaQuad params ( #6894 )
...
DeltaQuad params
8 years ago
Matthias Grob
bfb4de0e66
startup scripts/mc_pos_control: renamed parameters after refactor
8 years ago
Henry Zhang
6791090fe3
add new config for NanoMind ( #6874 )
8 years ago
Pavel Kirienko
2b2c307eac
Performance audit (intentionally duplicates #6829 ) ( #6847 )
...
* UAVCAN ESC output: removing ESC output channels from published message that are always zero. This allows the UAVCAN stack to always transfer only the minimum number of output values, avoiding redundant zeroes and the associated increase in bus load and CPU time
* Added a separate mixer file for CAN quadrotor
* Sampling profiler improvements
* PMSP: Output more endpoints
* Matrix update
* libc usage workaround
* Removed UAVCAN perfcounters
* Matrix submodule update
8 years ago
David Sidrane
c20b85e6ad
Revert "UAVCAN performance audit ( #6829 )" ( #6846 )
...
This reverts commit 21e04c9f7a
.
8 years ago
Pavel Kirienko
21e04c9f7a
UAVCAN performance audit ( #6829 )
...
* UAVCAN ESC output: removing ESC output channels from published message that are always zero. This allows the UAVCAN stack to always transfer only the minimum number of output values, avoiding redundant zeroes and the associated increase in bus load and CPU time
* Added a separate mixer file for CAN quadrotor
* Sampling profiler improvements
* PMSP: Output more endpoints
* Matrix update
* libc usage workaround
* Removed UAVCAN perfcounters
8 years ago
Beat Küng
b1be963083
px4fmu_test rcS: switch to led_control command
8 years ago
José Roberto de Souza
07921c9f3a
aerofc: Use ram_flash dataman backend
8 years ago
Beat Küng
bac10bcfb8
rcS: do not wipe flight time param on autoconf
8 years ago
Beat Küng
8957b473a8
px4fmu rcS: start sensors in hil mode if HIL is set, don't load rc.sensors
...
This makes sure no sensor publishes sensor topics, instead they will be
published from mavlink.
8 years ago
José Roberto de Souza
8d50249e8f
ROMFS: common: Start aerofc_adc in AeroFC
...
Probably this was a merge error.
8 years ago
José Roberto de Souza
b1c11b14a8
ROMFS: common: AeroFC: Do not start MAVLink over USB
...
STM32 pins are not exposed in AeroFC, so lets save some memory here.
8 years ago
Andreas Antener
bd0cd35ff8
Convergence: fix motor output meta data
8 years ago
Andreas Antener
8683739fec
Convergence: updated tuning
8 years ago
Andreas Antener
2f3b1edbd4
Convergence: increase yaw output in mixer
8 years ago
Phillip Kocmoud
e4afce8b1b
Add the 20602 start command for the AUAV x2.1 to the ROMFS rc.sensors file
8 years ago
Lucas De Marchi
6121119631
ROMFS: allow to use 460800 baudrate for onboard mode
8 years ago
José Roberto de Souza
b7c53342dc
ROMFS: AeroFC: Start dataman with RAM backend
...
AeroFC don't have a SD Card or any other storage device, so changing
dataman backend to work over RAM to be able to load missions.
8 years ago
Phillip Kocmoud
ccfecd4ad2
Add support for the ICM-20602 to the Pixracer FMUv4 ( #6577 )
...
The current ICM-20608 is nearing EOL.
I have tested on both ICM-20608 and ICM-20602 based Pixracers.
8 years ago
klopezal
f09b60ad9e
lis3mdl : several fixes and enhancements
8 years ago
Lucas De Marchi
72e628f6e0
aerofc: use autodetection for MS5611 driver
8 years ago
Daniel Agar
317595cff3
SYS_COMPANION add 115200 normal telem
8 years ago
Beat Küng
b6f3cf9425
events: refactor temperature_calibration command to take options and use a single vehicle_command
...
This makes it easier to start calibration for all sensors at once.
8 years ago
Paul Riseborough
8001db257c
ROMFS: enable auto start of thermal calibration
8 years ago
Lucas De Marchi
d6ef703fa4
aerofc: disable internal compass ( #6485 )
...
It uses a shared I2C bus with MS65611 which causes noise on the baro
reads. This will rely on the external compass instead of the internal
one.
8 years ago
José Roberto de Souza
37f73bb0ed
ROMFS: aerofc: Only start logger with MAVLink support
...
AeroFC don't have SDCard to store logs.
8 years ago
José Roberto de Souza
340be986a6
ROMFS: aerofc: Switch from sdlog2 to logger
...
Logger have adds support of ULog over MAVLink and it will be used in AeroFC.
8 years ago
Lorenz Meier
fd6b051895
Start send_events in work queue
8 years ago
Paul Riseborough
d8c046e47c
ROMFS: add thermal calibration logging mode
8 years ago
Lorenz Meier
a3515893f3
ROMFS: Disable AR Drone and micro PCB quad for frames not supporting them
8 years ago
FantasyJXF
3f94818dcf
spelling error;
...
as it is
8 years ago
Henry Zhang
e81548bdb9
MindPX: Fix for hmc5883 rotation
8 years ago
CarlOlsson
0d3fd77ba9
mixer: Removed the pitch offset in the mixer file for the TBS Caipirinha since it should be handled by either hardware installation or trim parameter
...
Signed-off-by: CarlOlsson <carlolsson.co@gmail.com>
8 years ago
Bart Slinger
ff560e8c16
Blade130X heli meta-data
8 years ago
Andreas Antener
272f1dd4b9
Firefly6: config meta data update and some small param changes
8 years ago
Lorenz Meier
45c1ad830f
Autostart: Do not abort boot if sensor driver fails to start
8 years ago
Andreas Antener
cc1989b180
Convergence: updated param from todays flights
8 years ago
Andreas Antener
2416e523e4
Convergence: normalize the mixer
8 years ago
Andreas Antener
364a57016f
VTOL: added config for the E-flite Convergence
8 years ago
Lorenz Meier
e395c1f3d7
ROMFS: Limit test mixer to max 4 inputs
8 years ago
Andreas Antener
a5a5694a5e
Mixer tests: updated vtol2 test mixer to the one that actually failed before
8 years ago
Lorenz Meier
d0dbddea1b
Extend mixer test case with complex mixer
8 years ago
Lorenz Meier
51a89b74fb
VTOL mixer: Use formatting without workarounds for system test
8 years ago
Lorenz Meier
2eda90906d
Add VTOL2 test mixer
8 years ago