mirror of
https://github.com/synthetos/g2.git
synced 2026-02-05 18:49:54 +08:00
Checkpoint added Primary and Alternate planner queue section from the buffer primitives
This commit is contained in:
@@ -78,7 +78,7 @@ stat_t cm_arc_callback()
|
||||
if (arc.run_state == BLOCK_INACTIVE) {
|
||||
return (STAT_NOOP);
|
||||
}
|
||||
if (mp_planner_is_full()) {
|
||||
if (mp_planner_is_full(ACTIVE_Q)) {
|
||||
return (STAT_EAGAIN);
|
||||
}
|
||||
arc.theta += arc.segment_theta;
|
||||
|
||||
Reference in New Issue
Block a user