SMACC
Loading...
Searching...
No Matches
cb_navigate_next_waypoint.cpp
Go to the documentation of this file.
3
4namespace cl_move_base_z
5{
7{
8}
9
11{
12}
13
15{
16 auto waypointsNavigator = moveBaseClient_->getComponent<WaypointNavigator>();
17 waypointsNavigator->sendNextGoal();
18 ROS_INFO("[CbNavigateNextWaypoint] current iteration waypoints x: %ld",
19 waypointsNavigator->getCurrentWaypointIndex());
20}
21
23{
24}
25
26} // namespace cl_move_base_z
TComponent * getComponent()