Skip to content

Commit

Permalink
Update planning/motion_velocity_smoother/src/motion_velocity_smoother…
Browse files Browse the repository at this point in the history
…_node.cpp
  • Loading branch information
shmpwk authored Jun 7, 2024
1 parent 721f15c commit 3d603d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ void MotionVelocitySmootherNode::onForceAcceleration(
force_acceleration_mode_ = true;
message = "Trigger force acceleration";
} else if (!request->data && force_acceleration_mode_) {
RCLCPP_INFO(get_logger(), "Force accelration is deactivated");
RCLCPP_INFO(get_logger(), "Force acceleration is deactivated");
smoother_->setMaxAccel(get_parameter("normal.max_acc").as_double());
smoother_->setMaxJerk(get_parameter("normal.max_jerk").as_double());
smoother_->setMaxLatAccel(get_parameter("max_lateral_accel").as_double());
Expand Down

0 comments on commit 3d603d1

Please sign in to comment.