add tf3
This commit is contained in:
@@ -89,7 +89,6 @@ void move_base::MoveBase::initialize(TFListenerPtr tf)
|
||||
private_nh_.getParam("global_frame", global_frame, std::string("map"));
|
||||
robot_base_frame_ = robot_base_frame;
|
||||
global_frame_ = global_frame;
|
||||
printf("[%s:%d] robot_base_frame: %s, global_frame: %s\n", __FILE__, __LINE__, robot_base_frame_.c_str(), global_frame_.c_str());
|
||||
double planner_frequency;
|
||||
private_nh_.getParam("planner_frequency", planner_frequency, 0.0);
|
||||
planner_frequency_ = planner_frequency;
|
||||
|
||||
Reference in New Issue
Block a user