Skip to content

Apply backward waypoints to lane_rule

Fixed bug

Fixed the sign of speed in lane_rule.

Related issue is #8 (closed) .

Description of the bug

In the function 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