|
EasyNav Plugins
|
#include <ObstacleFilter.hpp>


Public Member Functions | |
| std::string | get_layer_name () override |
| bool | is_adding_layer () override |
| ObstacleFilter () | |
| virtual void | on_initialize () |
| virtual void | update (::easynav::NavState &nav_state) |
| Public Member Functions inherited from OctomapFilter | |
| float | get_map_resolution () |
| void | initialize (const std::shared_ptr< rclcpp_lifecycle::LifecycleNode > parent_node, const std::string &plugin_name) |
| OctomapFilter () | |
| void | set_map_resolution (float resolution) |
Additional Inherited Members | |
| Protected Member Functions inherited from OctomapFilter | |
| std::shared_ptr< rclcpp_lifecycle::LifecycleNode > | get_node () const |
| const std::string & | get_plugin_name () const |
| Protected Attributes inherited from OctomapFilter | |
| float | map_resolution_ {0.1} |
| std::shared_ptr< rclcpp_lifecycle::LifecycleNode > | parent_node_ {nullptr} |
| std::string | plugin_name_ |
| ObstacleFilter | ( | ) |
|
override |
|
override |
|
virtual |
Implements OctomapFilter.
|
virtual |
Implements OctomapFilter.