Nav2 Navigation Stack - humble
humble
ROS 2 Navigation Stack
|
This is the complete list of members for nav2_costmap_2d::ObstacleLayer, including all inherited members.
activate() | nav2_costmap_2d::ObstacleLayer | virtual |
addExtraBounds(double mx0, double my0, double mx1, double my1) | nav2_costmap_2d::CostmapLayer | |
addStaticObservation(nav2_costmap_2d::Observation &obs, bool marking, bool clearing) (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | |
callback_group_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
cellDistance(double world_dist) | nav2_costmap_2d::Costmap2D | |
clearArea(int start_x, int start_y, int end_x, int end_y, bool invert) | nav2_costmap_2d::CostmapLayer | virtual |
clearing_buffers_ | nav2_costmap_2d::ObstacleLayer | protected |
clearStaticObservations(bool marking, bool clearing) (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | |
clock_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
combination_method_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
convexFillCells(const std::vector< MapLocation > &polygon, std::vector< MapLocation > &polygon_cells) | nav2_costmap_2d::Costmap2D | |
copyCostmapWindow(const Costmap2D &map, double win_origin_x, double win_origin_y, double win_size_x, double win_size_y) | nav2_costmap_2d::Costmap2D | |
copyMapRegion(data_type *source_map, unsigned int sm_lower_left_x, unsigned int sm_lower_left_y, unsigned int sm_size_x, data_type *dest_map, unsigned int dm_lower_left_x, unsigned int dm_lower_left_y, unsigned int dm_size_x, unsigned int region_size_x, unsigned int region_size_y) | nav2_costmap_2d::Costmap2D | inlineprotected |
copyWindow(const Costmap2D &source, unsigned int sx0, unsigned int sy0, unsigned int sxn, unsigned int syn, unsigned int dx0, unsigned int dy0) | nav2_costmap_2d::Costmap2D | |
Costmap2D(unsigned int cells_size_x, unsigned int cells_size_y, double resolution, double origin_x, double origin_y, unsigned char default_value=0) | nav2_costmap_2d::Costmap2D | |
Costmap2D(const Costmap2D &map) | nav2_costmap_2d::Costmap2D | |
Costmap2D(const nav_msgs::msg::OccupancyGrid &map) | nav2_costmap_2d::Costmap2D | explicit |
Costmap2D() | nav2_costmap_2d::Costmap2D | |
costmap_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
CostmapLayer() | nav2_costmap_2d::CostmapLayer | inline |
current_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
deactivate() | nav2_costmap_2d::ObstacleLayer | virtual |
declareParameter(const std::string ¶m_name, const rclcpp::ParameterValue &value) | nav2_costmap_2d::Layer | |
declareParameter(const std::string ¶m_name, const rclcpp::ParameterType ¶m_type) | nav2_costmap_2d::Layer | |
default_value_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
deleteMaps() | nav2_costmap_2d::Costmap2D | protectedvirtual |
dyn_params_handler_ | nav2_costmap_2d::ObstacleLayer | protected |
dynamicParametersCallback(std::vector< rclcpp::Parameter > parameters) | nav2_costmap_2d::ObstacleLayer | |
enabled_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
footprint_clearing_enabled_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
getCharMap() const | nav2_costmap_2d::Costmap2D | |
getClearingObservations(std::vector< nav2_costmap_2d::Observation > &clearing_observations) const | nav2_costmap_2d::ObstacleLayer | protected |
getCost(unsigned int mx, unsigned int my) const | nav2_costmap_2d::Costmap2D | |
getCost(unsigned int index) const | nav2_costmap_2d::Costmap2D | |
getDefaultValue() | nav2_costmap_2d::Costmap2D | inline |
getFootprint() const | nav2_costmap_2d::Layer | |
getFullName(const std::string ¶m_name) | nav2_costmap_2d::Layer | |
getIndex(unsigned int mx, unsigned int my) const | nav2_costmap_2d::Costmap2D | inline |
getMarkingObservations(std::vector< nav2_costmap_2d::Observation > &marking_observations) const | nav2_costmap_2d::ObstacleLayer | protected |
getMutex() (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | inline |
getName() const | nav2_costmap_2d::Layer | inline |
getOriginX() const | nav2_costmap_2d::Costmap2D | |
getOriginY() const | nav2_costmap_2d::Costmap2D | |
getResolution() const | nav2_costmap_2d::Costmap2D | |
getSizeInCellsX() const | nav2_costmap_2d::Costmap2D | |
getSizeInCellsY() const | nav2_costmap_2d::Costmap2D | |
getSizeInMetersX() const | nav2_costmap_2d::Costmap2D | |
getSizeInMetersY() const | nav2_costmap_2d::Costmap2D | |
global_frame_ | nav2_costmap_2d::ObstacleLayer | protected |
has_extra_bounds_ (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
hasParameter(const std::string ¶m_name) | nav2_costmap_2d::Layer | |
indexToCells(unsigned int index, unsigned int &mx, unsigned int &my) const | nav2_costmap_2d::Costmap2D | inline |
initialize(LayeredCostmap *parent, std::string name, tf2_ros::Buffer *tf, const nav2_util::LifecycleNode::WeakPtr &node, rclcpp::CallbackGroup::SharedPtr callback_group) | nav2_costmap_2d::Layer | |
initMaps(unsigned int size_x, unsigned int size_y) | nav2_costmap_2d::Costmap2D | protectedvirtual |
isClearable() | nav2_costmap_2d::ObstacleLayer | inlinevirtual |
isCurrent() const | nav2_costmap_2d::Layer | inline |
isDiscretized() | nav2_costmap_2d::CostmapLayer | inline |
isEnabled() const | nav2_costmap_2d::Layer | inline |
laserScanCallback(sensor_msgs::msg::LaserScan::ConstSharedPtr message, const std::shared_ptr< nav2_costmap_2d::ObservationBuffer > &buffer) | nav2_costmap_2d::ObstacleLayer | |
laserScanValidInfCallback(sensor_msgs::msg::LaserScan::ConstSharedPtr message, const std::shared_ptr< nav2_costmap_2d::ObservationBuffer > &buffer) | nav2_costmap_2d::ObstacleLayer | |
Layer() | nav2_costmap_2d::Layer | |
layered_costmap_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
local_params_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
logger_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
mapToWorld(unsigned int mx, unsigned int my, double &wx, double &wy) const | nav2_costmap_2d::Costmap2D | |
marking_buffers_ | nav2_costmap_2d::ObstacleLayer | protected |
matchSize() | nav2_costmap_2d::CostmapLayer | virtual |
max_obstacle_height_ | nav2_costmap_2d::ObstacleLayer | protected |
min_obstacle_height_ | nav2_costmap_2d::ObstacleLayer | protected |
mutex_t typedef (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | |
name_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
node_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
observation_buffers_ | nav2_costmap_2d::ObstacleLayer | protected |
observation_notifiers_ | nav2_costmap_2d::ObstacleLayer | protected |
observation_subscribers_ | nav2_costmap_2d::ObstacleLayer | protected |
ObstacleLayer() | nav2_costmap_2d::ObstacleLayer | inline |
onFootprintChanged() | nav2_costmap_2d::Layer | inlinevirtual |
onInitialize() | nav2_costmap_2d::ObstacleLayer | virtual |
operator=(const Costmap2D &map) | nav2_costmap_2d::Costmap2D | |
origin_x_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
origin_y_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
pointCloud2Callback(sensor_msgs::msg::PointCloud2::ConstSharedPtr message, const std::shared_ptr< nav2_costmap_2d::ObservationBuffer > &buffer) | nav2_costmap_2d::ObstacleLayer | |
polygonOutlineCells(const std::vector< MapLocation > &polygon, std::vector< MapLocation > &polygon_cells) | nav2_costmap_2d::Costmap2D | |
projector_ | nav2_costmap_2d::ObstacleLayer | protected |
raytraceFreespace(const nav2_costmap_2d::Observation &clearing_observation, double *min_x, double *min_y, double *max_x, double *max_y) | nav2_costmap_2d::ObstacleLayer | protectedvirtual |
raytraceLine(ActionType at, unsigned int x0, unsigned int y0, unsigned int x1, unsigned int y1, unsigned int max_length=UINT_MAX, unsigned int min_length=0) | nav2_costmap_2d::Costmap2D | inlineprotected |
reset() | nav2_costmap_2d::ObstacleLayer | virtual |
resetBuffersLastUpdated() | nav2_costmap_2d::ObstacleLayer | |
resetMap(unsigned int x0, unsigned int y0, unsigned int xn, unsigned int yn) | nav2_costmap_2d::Costmap2D | |
resetMaps() | nav2_costmap_2d::Costmap2D | protectedvirtual |
resetMapToValue(unsigned int x0, unsigned int y0, unsigned int xn, unsigned int yn, unsigned char value) | nav2_costmap_2d::Costmap2D | |
resizeMap(unsigned int size_x, unsigned int size_y, double resolution, double origin_x, double origin_y) | nav2_costmap_2d::Costmap2D | |
resolution_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
rolling_window_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
saveMap(std::string file_name) | nav2_costmap_2d::Costmap2D | |
setConvexPolygonCost(const std::vector< geometry_msgs::msg::Point > &polygon, unsigned char cost_value) | nav2_costmap_2d::Costmap2D | |
setCost(unsigned int mx, unsigned int my, unsigned char cost) | nav2_costmap_2d::Costmap2D | |
setDefaultValue(unsigned char c) | nav2_costmap_2d::Costmap2D | inline |
size_x_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
size_y_ (defined in nav2_costmap_2d::Costmap2D) | nav2_costmap_2d::Costmap2D | protected |
static_clearing_observations_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
static_marking_observations_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
tf_ (defined in nav2_costmap_2d::Layer) | nav2_costmap_2d::Layer | protected |
touch(double x, double y, double *min_x, double *min_y, double *max_x, double *max_y) | nav2_costmap_2d::CostmapLayer | protected |
transformed_footprint_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
updateBounds(double robot_x, double robot_y, double robot_yaw, double *min_x, double *min_y, double *max_x, double *max_y) | nav2_costmap_2d::ObstacleLayer | virtual |
updateCosts(nav2_costmap_2d::Costmap2D &master_grid, int min_i, int min_j, int max_i, int max_j) | nav2_costmap_2d::ObstacleLayer | virtual |
updateFootprint(double robot_x, double robot_y, double robot_yaw, double *min_x, double *min_y, double *max_x, double *max_y) | nav2_costmap_2d::ObstacleLayer | protected |
updateOrigin(double new_origin_x, double new_origin_y) | nav2_costmap_2d::Costmap2D | virtual |
updateRaytraceBounds(double ox, double oy, double wx, double wy, double max_range, double min_range, double *min_x, double *min_y, double *max_x, double *max_y) | nav2_costmap_2d::ObstacleLayer | protected |
updateWithAddition(nav2_costmap_2d::Costmap2D &master_grid, int min_i, int min_j, int max_i, int max_j) (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
updateWithMax(nav2_costmap_2d::Costmap2D &master_grid, int min_i, int min_j, int max_i, int max_j) (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
updateWithOverwrite(nav2_costmap_2d::Costmap2D &master_grid, int min_i, int min_j, int max_i, int max_j) (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
updateWithTrueOverwrite(nav2_costmap_2d::Costmap2D &master_grid, int min_i, int min_j, int max_i, int max_j) (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
useExtraBounds(double *min_x, double *min_y, double *max_x, double *max_y) (defined in nav2_costmap_2d::CostmapLayer) | nav2_costmap_2d::CostmapLayer | protected |
was_reset_ (defined in nav2_costmap_2d::ObstacleLayer) | nav2_costmap_2d::ObstacleLayer | protected |
worldToMap(double wx, double wy, unsigned int &mx, unsigned int &my) const | nav2_costmap_2d::Costmap2D | |
worldToMapEnforceBounds(double wx, double wy, int &mx, int &my) const | nav2_costmap_2d::Costmap2D | |
worldToMapNoBounds(double wx, double wy, int &mx, int &my) const | nav2_costmap_2d::Costmap2D | |
~Costmap2D() | nav2_costmap_2d::Costmap2D | virtual |
~Layer() | nav2_costmap_2d::Layer | inlinevirtual |
~ObstacleLayer() | nav2_costmap_2d::ObstacleLayer | virtual |