SMACC
Loading...
Searching...
No Matches
Classes | Functions
cl_move_base_z::pure_spinning_local_planner Namespace Reference

Classes

class  PureSpinningLocalPlanner
 

Functions

tf::Stamped< tf::Pose > optionalRobotPose (costmap_2d::Costmap2DROS *costmapRos)
 
void publishGoalMarker (double x, double y, double phi)
 

Function Documentation

◆ optionalRobotPose()

tf::Stamped< tf::Pose > cl_move_base_z::pure_spinning_local_planner::optionalRobotPose ( costmap_2d::Costmap2DROS *  costmapRos)

Definition at line 24 of file pure_spinning_local_planner.cpp.

25{
26 tf::Stamped<tf::Pose> tfpose;
27 costmapRos->getRobotPose(tfpose);
28 return tfpose;
29}

Referenced by cl_move_base_z::pure_spinning_local_planner::PureSpinningLocalPlanner::computeVelocityCommands().

Here is the caller graph for this function:

◆ publishGoalMarker()

void cl_move_base_z::pure_spinning_local_planner::publishGoalMarker ( double  x,
double  y,
double  phi 
)

Definition at line 145 of file pure_spinning_local_planner.cpp.

146{
147}