Hiep update
This commit is contained in:
21
include/robot_costmap_2d/unpreferred_layer.h
Normal file
21
include/robot_costmap_2d/unpreferred_layer.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef ROBOT_COSTMAP_2D_UNPREFERRED_LAYER_H_
|
||||
#define ROBOT_COSTMAP_2D_UNPREFERRED_LAYER_H_
|
||||
|
||||
#include <robot_costmap_2d/static_layer.h>
|
||||
|
||||
namespace robot_costmap_2d
|
||||
{
|
||||
class UnPreferredLayer : public StaticLayer
|
||||
{
|
||||
public:
|
||||
UnPreferredLayer();
|
||||
virtual ~UnPreferredLayer();
|
||||
|
||||
private:
|
||||
unsigned char interpretValue(unsigned char value);
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // ROBOT_COSTMAP_2D_UNPREFERRED_LAYER_
|
||||
Reference in New Issue
Block a user