update from DuongTD
This commit is contained in:
@@ -57,6 +57,7 @@ namespace robot_costmap_2d
|
||||
{
|
||||
struct CallBackInfo
|
||||
{
|
||||
std::string observation_source;
|
||||
std::string data_type;
|
||||
std::string topic;
|
||||
bool inf_is_valid;
|
||||
@@ -84,6 +85,11 @@ public:
|
||||
void addStaticObservation(robot_costmap_2d::Observation& obs, bool marking, bool clearing);
|
||||
void clearStaticObservations(bool marking, bool clearing);
|
||||
|
||||
LayerType getType() const override
|
||||
{
|
||||
return LayerType::OBSTACLE_LAYER;
|
||||
}
|
||||
|
||||
protected:
|
||||
void handleImpl(const void* data,
|
||||
const std::type_info&,
|
||||
|
||||
Reference in New Issue
Block a user