SMACC
Loading...
Searching...
No Matches
waypoints_event_dispatcher.cpp
Go to the documentation of this file.
2
3namespace cl_move_base_z
4{
6{
7 auto& fn = postWaypointFn[index % WAYPOINTS_EVENTCOUNT];
8 if(fn!=nullptr)
9 fn();
10}
11} // namespace smacc
std::function< void()> postWaypointFn[WAYPOINTS_EVENTCOUNT]
#define WAYPOINTS_EVENTCOUNT