Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Scherzinger <[email protected]>
  • Loading branch information
urmahp and stefanscherzinger committed Aug 11, 2022
1 parent ff3a683 commit 3f88e21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bool CartesianTrajectory::init(const cartesian_control_msgs::CartesianTrajectory
sign_flipped = false;
}

// If the dot product is negative, we change the sing of the orientation to not travel the long way around
// If the dot product is negative, we change the sign of the orientation to not travel the long way around
double dot_product = state.q.dot(next_state.q);
if (dot_product < 0.0)
{
Expand Down

0 comments on commit 3f88e21

Please sign in to comment.