File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
nav2_regulated_pure_pursuit_controller/src Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ ParameterHandler::ParameterHandler(
183183 std::bind (
184184 &ParameterHandler::modifyParametersCallback,
185185 this , std::placeholders::_1));
186+
186187}
187188
188189ParameterHandler::~ParameterHandler ()
@@ -270,7 +271,7 @@ ParameterHandler::updateParametersCallback(
270271 for (const auto & parameter : parameters) {
271272 const auto & type = parameter.get_type ();
272273 const auto & name = parameter.get_name ();
273-
274+ // TODO: .transform_tolerance .max_robot_pose_search_dist .interpolate_curvature_after_goal
274275 if (type == ParameterType::PARAMETER_DOUBLE) {
275276 if (name == plugin_name_ + " .inflation_cost_scaling_factor" ) {
276277 params_.inflation_cost_scaling_factor = parameter.as_double ();
You can’t perform that action at this time.
0 commit comments