diff --git a/docs/course/perception.md b/docs/course/perception.md index 6fb6845..3da6b6b 100644 --- a/docs/course/perception.md +++ b/docs/course/perception.md @@ -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 diff --git a/docs/course/velocity_planning.md b/docs/course/velocity_planning.md index 659ccf1..f2ddd7c 100644 --- a/docs/course/velocity_planning.md +++ b/docs/course/velocity_planning.md @@ -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) diff --git a/docs/development/docker/dev.drawio.svg b/docs/development/docker/dev.drawio.svg deleted file mode 100644 index 336b3f0..0000000 --- a/docs/development/docker/dev.drawio.svg +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - - - - - - docker container (aichallege-dev) - - - - - - docker container (aichallege-dev) - - - - - - - - - - - host - - - - - - host - - - - - - - - - - - aichallenge - - - - - - aichallenge - - - - - - - - - - - aichallenge_submit - - - - - - aichallenge_submit - - - - - - - - - - - aichallenge_system - - - - - - aichallenge_system - - - - - - - - - - - main.bash - - - - - - main.bash - - - - - - - - - - - simulator - - - - - - simulator - - - - - - - - - - - - - - - /aichallenge - - - - - - /aichallenge - - - - - - - - - - - mount - - - - - - mount - - - - - - - - - - - clone - - - - - - clone - - - - - - - - - - - output - - - - - - output - - - - - - - - - - - - - /output - - - - - - /output - - - - - - - - - - - copy result - - - - - - copy result - - - - - - - - - - - /autoware - - - - - - /autoware - - - - - - - - - - - - - - - github / google drive - - - - - - github / google drive - - - - - - - - - - - download - - - - - - download - - - - - - - - - - - mount - - - - - - mount - - - - - - - - - Text is not SVG - cannot display - - - - diff --git a/docs/development/docker/eval.drawio.svg b/docs/development/docker/eval.drawio.svg deleted file mode 100644 index 2f928b3..0000000 --- a/docs/development/docker/eval.drawio.svg +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - - - - - - host - - - - - - host - - - - - - - - - - - docker container (aichallege-eval) - - - - - - docker container (aichallege-eval) - - - - - - - - - - - - - /aichallenge - - - - - - /aichallenge - - - - - - - - - - - aichallenge_submit - - - - - - aichallenge_submit - - - - - - - - - - - aichallenge_system - - - - - - aichallenge_system - - - - - - - - - - - main.bash - - - - - - main.bash - - - - - - - - - - - simulator - - - - - - simulator - - - - - - - - - - - /autoware - - - - - - /autoware - - - - - - - - - - - aichallenge - - - - - - aichallenge - - - - - - - - - - - - - aichallenge_submit - - - - - - aichallenge_submit - - - - - - - - - - - aichallenge_system - - - - - - aichallenge_system - - - - - - - - - - - main.bash - - - - - - main.bash - - - - - - - - - - - - - simulator - - - - - - simulator - - - - - - - - - - - output - - - - - - output - - - - - - - - - - - - - /output - - - - - - /output - - - - - - - - - - - mount - - - - - - mount - - - - - - - - - - - copy - - - - - - copy - - - - - - - - - - - copy - - - - - - copy - - - - - - - - - - - copy result - - - - - - copy result - - - - - - - - - - - - - - - - - github / google drive - - - - - - github / google drive - - - - - - - - - - - clone - - - - - - clone - - - - - - - - - - - download - - - - - - download - - - - - - - - - - - clone - - - - - - clone - - - - - - - - - Text is not SVG - cannot display - - - - diff --git a/docs/specifications/interface.ja.md b/docs/specifications/interface.ja.md index 2460046..17e8af3 100644 --- a/docs/specifications/interface.ja.md +++ b/docs/specifications/interface.ja.md @@ -4,18 +4,19 @@ | Interface | Name | Type | | ------------ | ------------------------------------ | -------------------------------------------------------- | +| Service | `/control/control_mode_request` | `autoware_auto_vehicle_msgs/srv/ControlModeCommand` | +| Publisher | `/vehicle/status/control_mode` | `autoware_auto_vehicle_msgs/msg/ControlModeReport` | | Subscription | `/control/command/control_cmd` | `autoware_auto_control_msgs/msg/AckermannControlCommand` | | Publisher | `/vehicle/status/velocity_status` | `autoware_auto_vehicle_msgs/msg/VelocityReport` | | Publisher | `/vehicle/status/steering_status` | `autoware_auto_vehicle_msgs/msg/SteeringReport` | | Subscription | `/control/command/gear_cmd` | `autoware_auto_vehicle_msgs/msg/GearCommand` | | Publisher | `/vehicle/status/gear_status` | `autoware_auto_vehicle_msgs/msg/GearReport` | | Publisher | `/sensing/gnss/pose_with_covariance` | `geometry_msgs/msg/PoseWithCovarianceStamped` | -| Publisher | `/sensing/imu/imu_data` | `sensor_msgs/msg/Imu` | +| Publisher | `/sensing/imu/imu_raw` | `sensor_msgs/msg/Imu` | ### `/control/command/control_cmd` @@ -64,20 +65,20 @@ ### `/sensing/gnss/pose_with_covariance` -| Name | Description | -| --------------------- | -------------------------------------------- | -| header.stamp | データの取得時刻 | -| header.frame_id | フレームID (`map`) | -| pose.pose.position | 車両位置 (フレームID `base_link` 原点の位置) | -| pose.pose.orientation | 未使用 | -| pose.covariance | 位置精度 | - -### `/sensing/imu/imu_data` - -| Name | Description | -| ------------------- | ------------------------ | -| header.stamp | データの取得時刻 | -| header.frame_id | フレームID (`base_link`) | -| orientation | 方位 | -| angular_velocity | 角速度 | -| linear_acceleration | 加速度 | +| Name | Description | +| --------------------- | --------------------------------- | +| header.stamp | データの取得時刻 | +| header.frame_id | フレームID (`map`) | +| pose.pose.position | 車両位置 (`base_link` 原点の位置) | +| pose.pose.orientation | 未使用 | +| pose.covariance | 位置精度 | + +### `/sensing/imu/imu_raw` + +| Name | Description | +| ------------------- | ----------------------- | +| header.stamp | データの取得時刻 | +| header.frame_id | フレームID (`imu_link`) | +| orientation | 方位 | +| angular_velocity | 角速度 | +| linear_acceleration | 加速度 | diff --git a/mkdocs.yaml b/mkdocs.yaml index 95b06c3..605e154 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -26,7 +26,6 @@ nav: - course/index.md - course/vehicle.md - course/velocity_planning.md - - course/path_planning.md - course/perception.md - specifications: - specifications/interface.md