Skip to content

Commit 04c0a15

Browse files
authored
Update dlux_global_planner.cpp (#55)
1 parent 9c42caa commit 04c0a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dlux_global_planner/src/dlux_global_planner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ DluxGlobalPlanner::DluxGlobalPlanner() :
5252
void DluxGlobalPlanner::initialize(const ros::NodeHandle& parent, const std::string& name,
5353
TFListenerPtr tf, nav_core2::Costmap::Ptr costmap)
5454
{
55+
tf_ = tf;
5556
ros::NodeHandle planner_nh(parent, name);
5657
costmap_ = costmap;
5758
potential_grid_.setInfo(costmap_->getInfo());

0 commit comments

Comments
 (0)