mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 16:46:09 +08:00
init shmem early to avoid random crash in fastrpc (#6407)
* init shmem early to avoid possible crash * fix_code_style * Keep the initialziation to NULL, remove the duplicate memory allocation
This commit is contained in:
@@ -5,6 +5,7 @@ param set MAV_BROADCAST 1
|
||||
param set SDLOG_PRIO_BOOST 3
|
||||
dataman start
|
||||
navigator start
|
||||
sleep 2
|
||||
mavlink start -u 14556 -r 1000000
|
||||
sleep 1
|
||||
mavlink stream -u 14556 -s HIGHRES_IMU -r 50
|
||||
|
||||
Reference in New Issue
Block a user