Skip to content

Commit

Permalink
Merge branch 'main' into main-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi committed Apr 8, 2024
2 parents 38d1ee7 + fdaf146 commit 6a9c92f
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/course/control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 04. 制御
5 changes: 5 additions & 0 deletions docs/course/localization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 03. 自己位置推定

!!! warning

作成中
5 changes: 5 additions & 0 deletions docs/course/perception.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 07. 外界認識

!!! warning

作成中
5 changes: 5 additions & 0 deletions docs/course/planning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 06. 経路計画

!!! warning

作成中
5 changes: 5 additions & 0 deletions docs/course/rviz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 05. 可視化ツール

!!! warning

作成中
8 changes: 8 additions & 0 deletions docs/course/sensing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 02. センサーデータの利用

## 02-01. IMUデータの利用

!!! warning

作成中

## 02-02. GNSSデータの利用

!!! warning

作成中
4 changes: 4 additions & 0 deletions docs/course/vehicle.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ros2 run autoware_practice_course vehicle_forward
!!! warning

作成中
- steering_tire_angle を変更して車両を左右のどちらかに動かす

```bash
ros2 launch autoware_practice_launch practice.launch.xml problem:=vehicle_turning
Expand All @@ -63,6 +64,9 @@ ros2 launch autoware_practice_launch practice.launch.xml problem:=vehicle_turnin
!!! warning

作成中
- ギアを変更して REVERSE にする
- speed と acceleration を変更して車両を後退させる
- 後退の場合は speed が負で acceleration は正になる

```bash
ros2 launch autoware_practice_launch practice.launch.xml problem:=vehicle_backward
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ nav:
- course/index.md
- course/vehicle.md
- course/sensing.md
- course/localization.md
- course/control.md
- course/rviz.md
- course/planning.md
- course/perception.md
- specifications:
- specifications/interface.md
- specifications/hardware.md
Expand Down

0 comments on commit 6a9c92f

Please sign in to comment.