Client for FrontierExplorationServer that receives control points from rviz, and creates boundary polygon for frontier exploration.
More...
|
| void | pointCb (const geometry_msgs::PointStampedConstPtr &point) |
| | Build boundary polygon from points received through rviz gui. More...
|
| |
| void | vizPubCb () |
| | Publish markers for visualization of points for boundary polygon. More...
|
| |
Client for FrontierExplorationServer that receives control points from rviz, and creates boundary polygon for frontier exploration.
Definition at line 31 of file explore_client.cpp.
| frontier_exploration::FrontierExplorationClient::FrontierExplorationClient |
( |
| ) |
|
|
inline |
| void frontier_exploration::FrontierExplorationClient::pointCb |
( |
const geometry_msgs::PointStampedConstPtr & |
point | ) |
|
|
inlineprivate |
Build boundary polygon from points received through rviz gui.
- Parameters
-
| point | Received point from rviz |
Definition at line 92 of file explore_client.cpp.
| void frontier_exploration::FrontierExplorationClient::vizPubCb |
( |
| ) |
|
|
inlineprivate |
Publish markers for visualization of points for boundary polygon.
Definition at line 48 of file explore_client.cpp.
| geometry_msgs::PolygonStamped frontier_exploration::FrontierExplorationClient::input_ |
|
private |
| ros::Publisher frontier_exploration::FrontierExplorationClient::point_viz_pub_ |
|
private |
| ros::WallTimer frontier_exploration::FrontierExplorationClient::point_viz_timer_ |
|
private |
| ros::NodeHandle frontier_exploration::FrontierExplorationClient::private_nh_ |
|
private |
| bool frontier_exploration::FrontierExplorationClient::waiting_for_center_ |
|
private |
The documentation for this class was generated from the following file: