We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebc6e0 commit 0ce6d0dCopy full SHA for 0ce6d0d
nav2_controller/src/controller_server.cpp
@@ -68,8 +68,7 @@ ControllerServer::ControllerServer(const rclcpp::NodeOptions & options)
68
// The costmap node is used in the implementation of the controller
69
costmap_ros_ = std::make_shared<nav2_costmap_2d::Costmap2DROS>(
70
"local_costmap", std::string{get_namespace()},
71
- get_parameter("use_sim_time").as_bool(), options
72
- );
+ get_parameter("use_sim_time").as_bool(), options);
73
}
74
75
ControllerServer::~ControllerServer()
0 commit comments