mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
add todo
This commit is contained in:
parent
d0ab3c3703
commit
3b9f6ee519
@ -716,6 +716,7 @@ void ConnectingPrivate::newState(Interface::iterator it, bool updated) {
|
||||
// remove all pending pairs involving this state
|
||||
pending.remove_if([it](const StatePair& p) { return std::get<opposite<other>()>(p) == it; });
|
||||
else
|
||||
// TODO(v4hn): If a state becomes reenabled, this skips all previously removed pairs, right?
|
||||
pending.sort();
|
||||
} else { // new state: insert all pairs with other interface
|
||||
assert(it->priority().enabled()); // new solutions are feasible, aren't they?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user