Skip to content

Apply backward waypoints to velocity_set

Fixed bug

Fixed the sign of speed in velocity_set.

Related issue is #8 (closed) . Related MR is !22 (merged) .

Description of the bug

In functions for reducing the absolute value of the speed, a positive value is output regardless of the sign of the speed input.

Expected behavior

Keep the sign of the original speed.

Actual behavior

The sign of speed is always converted to positive.

Merge request reports