Skip to content

Commit

Permalink
docs: Update documentation for trajectory_planner and longitudinal_co… (
Browse files Browse the repository at this point in the history
  • Loading branch information
masahiro-kubota authored May 22, 2024
1 parent 84f823b commit 9447b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/course/velocity_planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ ros2 run autoware_practice_course p_controller --ros-args -p kp:=5.0 -p target_v

![alt text](./images/2-3/node_diagram.png)

dummy_localizerからの位置情報を基にtrajectory_plannerノードが各ウェイポイントの目標速度を決定します
各ウェイポイントの目標速度とdummy_localizerからの車両の速度情報からlongitudinal_controllerノードが制御入力を決定します
trajectory_plannerノードがスタートからゴールまでの各ウェイポイントの目標速度を決定します
longitudinal_controllerノードが車両に最も近いウェイポイントを探索し、ウェイポイントでの目標速度と現在の車両の速度を基に制御入力を決定します

各ノードは以下のコマンドを別々のターミナルで実行することで起動することができます。

Expand Down

0 comments on commit 9447b05

Please sign in to comment.