|
Nav2 Navigation Stack - humble
humble
ROS 2 Navigation Stack
|
A tool to periodically publish visualization data from a Costmap2D. More...
#include <nav2_costmap_2d/include/nav2_costmap_2d/costmap_2d_publisher.hpp>
Public Member Functions | |
| Costmap2DPublisher (const nav2_util::LifecycleNode::WeakPtr &parent, Costmap2D *costmap, std::string global_frame, std::string topic_name, bool always_send_full_costmap=false) | |
| Constructor for the Costmap2DPublisher. | |
| ~Costmap2DPublisher () | |
| Destructor. | |
| void | on_configure () |
| Configure node. | |
| void | on_activate () |
| Activate node. | |
| void | on_deactivate () |
| deactivate node | |
| void | on_cleanup () |
| Cleanup node. | |
| void | updateBounds (unsigned int x0, unsigned int xn, unsigned int y0, unsigned int yn) |
| Include the given bounds in the changed-rectangle. | |
| void | publishCostmap () |
| Publishes the visualization data over ROS. | |
| bool | active () |
| Check if the publisher is active. More... | |
A tool to periodically publish visualization data from a Costmap2D.
Definition at line 63 of file costmap_2d_publisher.hpp.
|
inline |
Check if the publisher is active.
Definition at line 129 of file costmap_2d_publisher.hpp.