#include <Costmap2DConfig.h>

Public Member Functions | |
| AbstractParamDescription (std::string n, std::string t, uint32_t l, std::string d, std::string e) | |
| virtual void | calcLevel (uint32_t &level, const Costmap2DConfig &config1, const Costmap2DConfig &config2) const =0 |
| virtual void | clamp (Costmap2DConfig &config, const Costmap2DConfig &max, const Costmap2DConfig &min) const =0 |
| virtual bool | fromMessage (const dynamic_reconfigure::Config &msg, Costmap2DConfig &config) const =0 |
| virtual void | fromServer (const ros::NodeHandle &nh, Costmap2DConfig &config) const =0 |
| virtual void | toMessage (dynamic_reconfigure::Config &msg, const Costmap2DConfig &config) const =0 |
| virtual void | toServer (const ros::NodeHandle &nh, const Costmap2DConfig &config) const =0 |
Definition at line 62 of file Costmap2DConfig.h.
| costmap_2d::Costmap2DConfig::AbstractParamDescription::AbstractParamDescription | ( | std::string | n, | |
| std::string | t, | |||
| uint32_t | l, | |||
| std::string | d, | |||
| std::string | e | |||
| ) | [inline] |
Definition at line 65 of file Costmap2DConfig.h.
| virtual void costmap_2d::Costmap2DConfig::AbstractParamDescription::calcLevel | ( | uint32_t & | level, | |
| const Costmap2DConfig & | config1, | |||
| const Costmap2DConfig & | config2 | |||
| ) | const [pure virtual] |
Implemented in costmap_2d::Costmap2DConfig::ParamDescription< T >.
| virtual void costmap_2d::Costmap2DConfig::AbstractParamDescription::clamp | ( | Costmap2DConfig & | config, | |
| const Costmap2DConfig & | max, | |||
| const Costmap2DConfig & | min | |||
| ) | const [pure virtual] |
| virtual bool costmap_2d::Costmap2DConfig::AbstractParamDescription::fromMessage | ( | const dynamic_reconfigure::Config & | msg, | |
| Costmap2DConfig & | config | |||
| ) | const [pure virtual] |
Implemented in costmap_2d::Costmap2DConfig::ParamDescription< T >.
| virtual void costmap_2d::Costmap2DConfig::AbstractParamDescription::fromServer | ( | const ros::NodeHandle & | nh, | |
| Costmap2DConfig & | config | |||
| ) | const [pure virtual] |
Implemented in costmap_2d::Costmap2DConfig::ParamDescription< T >.
| virtual void costmap_2d::Costmap2DConfig::AbstractParamDescription::toMessage | ( | dynamic_reconfigure::Config & | msg, | |
| const Costmap2DConfig & | config | |||
| ) | const [pure virtual] |
Implemented in costmap_2d::Costmap2DConfig::ParamDescription< T >.
| virtual void costmap_2d::Costmap2DConfig::AbstractParamDescription::toServer | ( | const ros::NodeHandle & | nh, | |
| const Costmap2DConfig & | config | |||
| ) | const [pure virtual] |
Implemented in costmap_2d::Costmap2DConfig::ParamDescription< T >.