#include <NavMapFilter.hpp>
|
| std::shared_ptr< rclcpp_lifecycle::LifecycleNode > | get_node () const |
◆ NavMapFilter()
◆ get_layer_name()
| virtual std::string get_layer_name |
( |
| ) |
|
|
virtual |
◆ get_map_resolution()
| float get_map_resolution |
( |
| ) |
|
◆ get_node()
| std::shared_ptr< rclcpp_lifecycle::LifecycleNode > get_node |
( |
| ) |
const |
|
protected |
◆ get_plugin_name()
| const std::string & get_plugin_name |
( |
| ) |
const |
◆ initialize()
| void initialize |
( |
const std::shared_ptr< rclcpp_lifecycle::LifecycleNode > | parent_node, |
|
|
const std::string & | plugin_name ) |
◆ is_adding_layer()
| virtual bool is_adding_layer |
( |
| ) |
|
|
virtual |
◆ on_initialize()
| virtual void on_initialize |
( |
| ) |
|
|
pure virtual |
◆ set_map_resolution()
| void set_map_resolution |
( |
float | resolution | ) |
|
◆ update()
| virtual void update |
( |
::easynav::NavState & | nav_state | ) |
|
|
pure virtual |
◆ map_resolution_
| float map_resolution_ {0.1} |
|
protected |
◆ parent_node_
| std::shared_ptr<rclcpp_lifecycle::LifecycleNode> parent_node_ {nullptr} |
|
protected |
◆ plugin_name_
The documentation for this class was generated from the following files:
- maps_managers/easynav_navmap_maps_manager/include/easynav_navmap_maps_manager/filters/NavMapFilter.hpp
- maps_managers/easynav_navmap_maps_manager/src/easynav_navmap_maps_manager/filters/NavMapFilter.cpp