mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
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
This commit is contained in:
committed by
David Sidrane
parent
4fe29e5246
commit
21e04c9f7a
@@ -25,4 +25,5 @@ then
|
||||
param set MC_YAWRATE_D 0.0
|
||||
fi
|
||||
|
||||
set MIXER quad_x_can
|
||||
set OUTPUT_MODE uavcan_esc
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
R: 4x 10000 10000 10000 0
|
||||
Reference in New Issue
Block a user