Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: raw_vehicle_cmd_converter -> autoware_raw_vehicle_cmd_converter #68

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lexus_launch/config/raw_vehicle_cmd_converter.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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
csv_path_steer_map: $(find-pkg-share autoware_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: 1 addition & 1 deletion lexus_launch/launch/vehicle_interface.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</group>

<!-- raw_vehicle_converter -->
<include file="$(find-pkg-share raw_vehicle_cmd_converter)/launch/raw_vehicle_converter.launch.xml">
<include file="$(find-pkg-share autoware_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"/>
</include>

Expand Down
2 changes: 1 addition & 1 deletion lexus_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>accel_brake_map_calibrator</exec_depend>
<exec_depend>autoware_raw_vehicle_cmd_converter</exec_depend>
<exec_depend>individual_params</exec_depend>
<exec_depend>pacmod3</exec_depend>
<exec_depend>pacmod_interface</exec_depend>
<exec_depend>raw_vehicle_cmd_converter</exec_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
Loading