Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Jun 29, 2023
1 parent 1749f6d commit e254294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joint_limits/src/simple_joint_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ bool SimpleJointLimiter<JointLimits>::on_enforce(
}
else
{
// compute the travel_distance at new desired velocity, in best case duration stopping_duration
// compute the travel_distance at new desired velocity, in best case duration
// stopping_duration
double motion_after_stopping_duration = desired_vel[index] * stopping_duration;
// re-check what happens if we don't slow down
if (
Expand Down

0 comments on commit e254294

Please sign in to comment.