mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Ground rover: Use standard scheduling setup
This commit is contained in:
parent
d8cc38728d
commit
3ca474f045
@ -505,7 +505,7 @@ GroundRoverPositionControl::start()
|
||||
/* start the task */
|
||||
_control_task = px4_task_spawn_cmd("gnd_pos_ctrl",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
SCHED_PRIORITY_POSITION_CONTROL,
|
||||
1700,
|
||||
(px4_main_t)&GroundRoverPositionControl::task_main_trampoline,
|
||||
nullptr);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user