Skip to content

Commit

Permalink
chore: move csv path to config file
Browse files Browse the repository at this point in the history
Signed-off-by: Fumiya Watanabe <[email protected]>
  • Loading branch information
rej55 committed Mar 7, 2024
1 parent 716a519 commit 2f65aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lexus_launch/config/raw_vehicle_cmd_converter.param.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/**:
ros__parameters:
csv_path_accel_map: $(var csv_accel_brake_map_path)/accel_map.csv
csv_path_brake_map: $(var csv_accel_brake_map_path)/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
2 changes: 0 additions & 2 deletions lexus_launch/launch/vehicle_interface.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
<!-- raw_vehicle_converter -->
<include file="$(find-pkg-share raw_vehicle_cmd_converter)/launch/raw_vehicle_converter.launch.xml">
<arg name="config_file" value="$(find-pkg-share lexus_launch)/config/raw_vehicle_cmd_converter.param.yaml"/>
<arg name="csv_path_accel_map" value="$(var csv_accel_brake_map_path)/accel_map.csv"/>
<arg name="csv_path_brake_map" value="$(var csv_accel_brake_map_path)/brake_map.csv"/>
</include>

<!-- accel brake map calibrator -->
Expand Down

0 comments on commit 2f65aa5

Please sign in to comment.