Skip to content

Commit

Permalink
chore: sync upstream (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi authored May 30, 2024
2 parents 0caa81e + 1a41690 commit 1359a46
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 756 deletions.
8 changes: 4 additions & 4 deletions docs/course/perception.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# 04. 外界認識
# 03. 外界認識

## 04-01. lidarから点群を取得し障害物検知をする
## 03-01. lidarから点群を取得し障害物検知をする

!!! warning

作成中

## 04-02. 点群情報に基づいて経路・軌道計画し車両を追従させる
## 03-02. 点群情報に基づいて経路・軌道計画し車両を追従させる

!!! warning

作成中

## 04-03. PIDとpure pursuitで車両を軌道に追従させる
## 03-03. PIDとpure pursuitで車両を軌道に追従させる

!!! warning

Expand Down
1 change: 1 addition & 0 deletions docs/course/velocity_planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ twist:
$$ a = k_{\text{p}} \cdot (v_{\text{target}} - v_{\text{now}}) $$

以下に速度の比例制御を行うノードのサンプルを用意しました。

- [velocity_planning/p_controller.hpp](https://github.com/AutomotiveAIChallenge/autoware-practice/blob/main/src/autoware_practice_course/src/velocity_planning/p_controller.hpp)
- [velocity_planning/p_controller.cpp](https://github.com/AutomotiveAIChallenge/autoware-practice/blob/main/src/autoware_practice_course/src/velocity_planning/p_controller.cpp)

Expand Down
Loading

0 comments on commit 1359a46

Please sign in to comment.