cb_base_navigation
|
#include <visualization.h>
Public Member Functions | |
void | publishGoalPoseMarker (const geometry_msgs::PoseStamped &goal, const std::string &frame="map") |
Publishes goal pose marker. More... | |
Visualization () | |
Constructor for the Visualization object (inits the publishers) More... | |
Private Attributes | |
ros::Publisher | goal_pose_marker_pub_ |
Definition at line 28 of file local_planner/visualization.h.
cb_local_planner::Visualization::Visualization | ( | ) |
Constructor for the Visualization object (inits the publishers)
Definition at line 5 of file local_planner/visualization.cpp.
void cb_local_planner::Visualization::publishGoalPoseMarker | ( | const geometry_msgs::PoseStamped & | goal, |
const std::string & | frame = "map" |
||
) |
Publishes goal pose marker.
goal | goal position and orientation |
frame | coordinate frame |
Definition at line 11 of file local_planner/visualization.cpp.
|
private |
Definition at line 45 of file local_planner/visualization.h.