Skip to content

bug fix: twist angular value in /vehicle_cmd is remaining during error state

As described in the issue below, twist angular value remains during error state. core_planning#13 (closed)

The counter measure is to update twist angular value during error state as follows:

  1. set zero when twist linear speed becomes sufficiently small
  2. decreases in proportion to twist linear speed

Merge request reports