Skip to content

Commit

Permalink
fix: awsim brake map (AutomotiveAIChallenge#136)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Oct 6, 2024
1 parent 7f82ad9 commit 1a16502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<node pkg="aichallenge_awsim_adapter" exec="actuation_cmd_converter">
<param name="csv_path_accel_map" value="$(var csv_path_accel_map)"/>
<param name="csv_path_brake_map" value="$(var csv_path_accel_map)"/>
<param name="csv_path_brake_map" value="$(var csv_path_brake_map)"/>
</node>
<node pkg="aichallenge_awsim_adapter" exec="sensor_converter">
<param from="$(find-pkg-share aichallenge_awsim_adapter)/config/sensor_converter.param.yaml" />
Expand Down

0 comments on commit 1a16502

Please sign in to comment.