Skip to content

Commit

Permalink
Fixing rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Jun 13, 2022
1 parent 6f31d59 commit 7da7282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_velocity_smoother/src/velocity_smoother.cpp
Expand Up @@ -30,7 +30,7 @@ namespace nav2_velocity_smoother
{

VelocitySmoother::VelocitySmoother(const rclcpp::NodeOptions & options)
: LifecycleNode("velocity_smoother", "", false, options),
: LifecycleNode("velocity_smoother", "", options),
last_command_time_{0, 0, get_clock()->get_clock_type()}
{
}
Expand Down

0 comments on commit 7da7282

Please sign in to comment.