Skip to content

Publish ground truth car state to separate topic in vehicle model

Angus Stewart requested to merge ground_truth_car_state into ros2

Previously the vehicle model published the car state to /ground_truth/state but would apply noise to the state as well. This MR changes it so that the noisy car state is published to /odometry_integration/car_state instead.

Closes #23 (closed)

Merge request reports