Skip to content

add update_rate as a configurable parameter

  1. Currently, the update rate of pure_pursuit for ctrl_cmd and twist_cmd are hard-coded at 30 Hz. It should be configurable as other related packages such as twist_filter.
  2. If in near future our pacmod can handle higher update rate, we also need to make it configurable.

See astuff/autoware.ai/core_planning!28 (merged) for more details.

Merge request reports