Skip to content

Commit

Permalink
fix(raw_vehicle_cmd_converter): csv paths are resolved in param.yaml (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#884)

Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx authored Mar 7, 2024
1 parent 1c9530b commit d6bb368
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/**:
ros__parameters:
csv_path_accel_map: $(find-pkg-share raw_vehicle_cmd_converter)/data/default/accel_map.csv
csv_path_brake_map: $(find-pkg-share raw_vehicle_cmd_converter)/data/default/brake_map.csv
csv_path_steer_map: $(find-pkg-share raw_vehicle_cmd_converter)/data/default/steer_map.csv
convert_accel_cmd: true
convert_brake_cmd: true
convert_steer_cmd: false
Expand Down

0 comments on commit d6bb368

Please sign in to comment.