Skip to content

Commit

Permalink
オフライン最適化したcsvの読み取りに対応
Browse files Browse the repository at this point in the history
  • Loading branch information
hrjp committed Oct 22, 2024
1 parent 1e17a41 commit 70c08dd
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
</group> <!-- lane_driving -->

<node pkg="path_to_trajectory" exec="csv_to_trajectory_node" name="csv_to_trajectory" output="screen">
<param name="csv_file_path" value="$(find-pkg-share booars_launch)/map/csv/traj_mincurv_3.0m.csv"/>
<!-- trajectoryの速度設定 -->
<param name="velocity" value="30.0"/>
<param name="csv_file_path" value="$(find-pkg-share booars_launch)/map/csv/traj_race_cl.csv"/>
<!-- csvから読み込んだ速度に掛ける係数 -->
<param name="velocity_coef" value="1.0"/>

Check warning on line 100 in aichallenge/workspace/src/aichallenge_submit/booars_launch/launch/components/planning.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (coef)
<!-- 車両前方のtrajectoryの長さ -->
<param name="trajectory_length" value="150.0"/>
<!-- 車両後方のtrajectoryの長さ -->
Expand Down
Loading

0 comments on commit 70c08dd

Please sign in to comment.