Skip to content

Commit

Permalink
Update nav2_regulated_pure_pursuit_controller/src/parameter_handler.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Macenski <[email protected]>
Signed-off-by: Ramon Wijnands <[email protected]>
  • Loading branch information
Rayman and SteveMacenski authored Mar 28, 2024
1 parent a80350f commit b07b0a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ParameterHandler::ParameterHandler(
declare_parameter_if_not_declared(
node, plugin_name_ + ".max_angular_accel", rclcpp::ParameterValue(3.2));
declare_parameter_if_not_declared(
node, plugin_name_ + ".cancel_deceleration", rclcpp::ParameterValue(1.0));
node, plugin_name_ + ".cancel_deceleration", rclcpp::ParameterValue(3.2));
declare_parameter_if_not_declared(
node, plugin_name_ + ".allow_reversing", rclcpp::ParameterValue(false));
declare_parameter_if_not_declared(
Expand Down

0 comments on commit b07b0a3

Please sign in to comment.