Skip to content

Commit

Permalink
disable update of the velocity smoother as it causes crashes
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem committed Jul 9, 2024
1 parent 239f71b commit 85fa306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ rcl_interfaces::msg::SetParametersResult MotionVelocityPlannerNode::on_set_param
updateParam(parameters, "ego_nearest_dist_threshold", planner_data_.ego_nearest_dist_threshold);
updateParam(parameters, "ego_nearest_yaw_threshold", planner_data_.ego_nearest_yaw_threshold);

set_velocity_smoother_params();
// set_velocity_smoother_params(); TODO(Maxime): fix update parameters of the velocity smoother

rcl_interfaces::msg::SetParametersResult result;
result.successful = true;
Expand Down

0 comments on commit 85fa306

Please sign in to comment.