mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
Drop unused and misleading Direction enums
This commit is contained in:
parent
1ddf7dd3f0
commit
4170a1c93a
@ -192,8 +192,6 @@ public:
|
||||
{
|
||||
FORWARD,
|
||||
BACKWARD,
|
||||
START = FORWARD,
|
||||
END = BACKWARD
|
||||
};
|
||||
using NotifyFunction = std::function<void(iterator, bool)>;
|
||||
Interface(const NotifyFunction& notify = NotifyFunction());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user