mirror of
https://github.com/synthetos/g2.git
synced 2026-02-06 02:51:54 +08:00
Many many changes to get the plan bound to a canonical machine. Not working yet for motion.
This commit is contained in:
@@ -78,7 +78,7 @@ stat_t cm_arc_callback()
|
||||
if (cm->arc.run_state == BLOCK_INACTIVE) {
|
||||
return (STAT_NOOP);
|
||||
}
|
||||
if (mp_planner_is_full(ACTIVE_Q)) {
|
||||
if (mp_planner_is_full(mp)) { //+++++
|
||||
return (STAT_EAGAIN);
|
||||
}
|
||||
cm->arc.theta += cm->arc.segment_theta;
|
||||
|
||||
Reference in New Issue
Block a user