#include <join_costmap.h>
Public Member Functions | |
| void | initialize (costmap_2d::Costmap2DROS *local_costmap_ros, costmap_2d::Costmap2DROS *global_costmap_ros) |
| initialize the two costmaps and check if resolution global costmap > resolution local costmap. With is neseccary. | |
| JoinCostmap () | |
| JoinCostmap constructor. | |
| void | joinMaps () |
| joinMaps join the local costmap in the global costmap. | |
Private Attributes | |
| vector< vector< int > > | global |
| costmap_2d::Costmap2DROS * | global_costmap_ros_ |
| bool | init |
| costmap_2d::Costmap2DROS * | local_costmap_ros_ |
Definition at line 32 of file join_costmap.h.
JoinCostmap constructor.
Definition at line 25 of file join_costmap.cpp.
| void ftc_local_planner::JoinCostmap::initialize | ( | costmap_2d::Costmap2DROS * | local_costmap_ros, |
| costmap_2d::Costmap2DROS * | global_costmap_ros | ||
| ) |
initialize the two costmaps and check if resolution global costmap > resolution local costmap. With is neseccary.
| local_costmap_ros | |
| global_costmap_ros |
Definition at line 29 of file join_costmap.cpp.
joinMaps join the local costmap in the global costmap.
Definition at line 53 of file join_costmap.cpp.
vector<vector<int> > ftc_local_planner::JoinCostmap::global [private] |
Definition at line 57 of file join_costmap.h.
Definition at line 53 of file join_costmap.h.
bool ftc_local_planner::JoinCostmap::init [private] |
Definition at line 60 of file join_costmap.h.
Definition at line 54 of file join_costmap.h.