diff --git a/pr-480/design/autoware-architecture/planning/image/planning-diagram.drawio.svg b/pr-480/design/autoware-architecture/planning/image/planning-diagram.drawio.svg index bde7965b6fc..2e7e852e25a 100644 --- a/pr-480/design/autoware-architecture/planning/image/planning-diagram.drawio.svg +++ b/pr-480/design/autoware-architecture/planning/image/planning-diagram.drawio.svg @@ -1,4 +1,3 @@ - -Parking ScenarioParking Scenariorouteroute高精度地図情報をもとに、自己位置からゴールまでのルートを計算します。高精度地図情報をもとに、自己位置からゴールまでのルートを計算します。mission_plannermission_plannerpath_with_lane_idpath_with_lane_idルート情報や障害物情報をもとに、レーンチェンジを実行します。pathpath交通ルールをもとに、経路上の最大速度を決定します。各モジュールは、自身の計算した最大速度と上段の結果を比較し、小さい速度を経路上に書き込みます。TrajectoryTrajectory車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。obstacle_avoidance_plannerobstacle_...TrajectoryTrajectory自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。obstacle_velocity_limiterobstacle_velocity_limiterTrajectoryTrajectory障害物停止・前車追従・近傍障害物減速の複数の機能を持ち、機能に応じて経路上に速度を埋め込む。 目標経路上に障害物点がある場合は停止、経路近くに障害物点群がある場合は減速、前方に車両が居る場合は前車追従。TrajectoryTrajectoryいまのrouteおよび地図情報から、LaneDriving / Parkingのシナリオを判断し、どちらの経路を使うかを切り替える。いまのrouteおよび地図情報から、LaneDriving / Parkingのシナリオを判断し、どちらの経路を使うかを切り替える。scenario_selectorscenario_selectorTrajectoryTrajectory経路に埋め込まれた最大速度を超過しないように、うまい具合で速度を平滑化する。カーブでの減速もここで行う。経路に埋め込まれた最大速度を超過しないように、うまい具合で速度を平滑化する。カーブでの減速もここで行う。motion_velocity_smoothermotion_velocity_...TrajectoryTrajectoryコストマップとゴールから、自車の走行ルートを計算する。いまはHA*を使ってる。コストマップとゴールから、自車の走行ルートを計算する。いまはHA*を使ってる。freespace_plannerfreespace_planneroccupancy_gridoccupancy_grid障害物点群や地図の走行可能エリアの情報から、駐車プランナー用のコストマップを生成する。障害物点群や地図の走行可能エリアの情報から、駐車プランナー用のコストマップを生成する。costmap_generatorcostmap_generatorbehaviorvelocityplannerbehavior...behaviorpathplannerbehavior...goalgoalobstaclestopplannerobstacle...障害物回避の可否判定と実行障害物回避の可否判定と実行slow_downslow_down入力シフト量に応じて経路を横方向にシフトさせる入力シフト量に応じて経路を横方向にシフトさせるadaptive_cruiseadaptive_cruiseレーンチェンジの可否判定と実行レーンチェンジの可否判定と実行stopstopLaneDriving ScenarioLaneDriving Sce...Behavior PlanningBehavior PlanningMotion PlanningMotion Planningvector_mapvector_mapTo ControlTo Controlvector_mapvector_mapDynamic ObjectsDynamic ObjectsDynamic ObjectsDynamic ObjectsDynamic ObjectsDynamic ObjectsDynamic ObjectsDynamic ObjectsObstacle PointsObstacle PointsObstacle PointsObstacle PointsDynamic ObjectsDynamic ObjectsObstacle PointsObstacle Pointsroute (from mission_planner)route (from mission_planner)mapmapmapmapvehicle_statevehicle_stateLocalizationLocalizationapproval,force_approvalapproval,...external_crosswalk_states,external_intersection_states,external_traffic_light_statesexternal_crosswalk_states,...PlanningPlanningTraffic Light StatesTraffic Light Statesexpand_stop_rangeexpand_stop_rangePerceptionPerceptionvelocity_limit(from external modules)velocity_limit...HumanMachineInterfaceHuman...PerceptionPerceptionexternal_velocity_limit_selectorexternal_velocity...velocity_limitvelocity_l...障害物回避の可否判定と実行障害物回避の可否判定と実行avoidanceavoidance入力シフト量に応じて経路を横方向にシフトさせる入力シフト量に応じて経路を横方向にシフトさせるside_shiftside_shiftレーンチェンジの可否判定と実行レーンチェンジの可否判定と実行lane_changelane_change通常走行通常走行lane_followinglane_followingpull_overpull_overpull_outpull_out右左折時に車両後方の巻き込み確認を行い、衝突の危険がある場合は停止します。右左折時に車両後方の巻き込み確認を行い、衝突の危険がある場合は停止します。blind_spotblind_spot横断歩道に人が居る、もしくは侵入しようとしてきている場合に、横断歩道手前で停止します。近くに人が居る場合は徐行します。横断歩道に人が居る、もしくは侵入しようとしてきている場合に、横断歩道手前で停止します。近くに人が居る場合は徐行します。cross_walkcross_walk規定された停止線で一時停止を行います規定された停止線で一時停止を行いますstop_linestop_line信号の色に応じて停止/発進の指示をします信号の色に応じて停止/発進の指示をしますtraffic_lighttraffic_light地図情報および動物体情報から、交差点での停止/発進の判定を行います。地図情報および動物体情報から、交差点での停止/発進の判定を行います。intersectionintersection規定エリア内の障害物点群がある場合に、対応する位置で停止します規定エリア内の障害物点群がある場合に、対応する位置で停止しますdetection_areadetection_areano_stopping_areano_stopping_areavirtual_traffic_lightvirtual_traffic_lightocclusion_spotocclusion_spotrun_outrun_outcheck_pointcheck_pointvector_mapvector_map自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。surround_obstacle_checkersurround_obstacle_checker(from other planning modules)(from othe...Obstacle PointsObstacle PointsDynamic ObjectsDynamic ObjectsTrajectoryTrajectoryCheck the trajectory and stop publishing it if it is unsafe.Check the trajectory and stop publishing it if it is unsafe.planning_validatorplanning_validatorno_drivable_laneno_drivable_laneText is not SVG - cannot display \ No newline at end of file +Parking ScenarioParking Scenariorouteroute高精度地図情報をもとに、自己位置からゴールまでのルートを計算します。高精度地図情報をもとに、自己位置からゴールまでのルートを計算します。mission_plannermission_plannerpath_with_lane_idpath_with_lane_idルート情報や障害物情報をもとに、レーンチェンジを実行します。pathpath交通ルールをもとに、経路上の最大速度を決定します。各モジュールは、自身の計算した最大速度と上段の結果を比較し、小さい速度を経路上に書き込みます。TrajectoryTrajectory車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。obstacle_avoidance_plannerobstacle_avoidance_plannerTrajectoryTrajectory自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。obstacle_velocity_limiterobstacle_velocity_limiterTrajectoryTrajectory障害物停止・前車追従・近傍障害物減速の複数の機能を持ち、機能に応じて経路上に速度を埋め込む。 目標経路上に障害物点がある場合は停止、経路近くに障害物点群がある場合は減速、前方に車両が居る場合は前車追従。TrajectoryTrajectoryいまのrouteおよび地図情報から、LaneDriving / Parkingのシナリオを判断し、どちらの経路を使うかを切り替える。いまのrouteおよび地図情報から、LaneDriving / Parkingのシナリオを判断し、どちらの経路を使うかを切り替える。scenario_selectorscenario_selectorTrajectoryTrajectory経路に埋め込まれた最大速度を超過しないように、うまい具合で速度を平滑化する。カーブでの減速もここで行う。経路に埋め込まれた最大速度を超過しないように、うまい具合で速度を平滑化する。カーブでの減速もここで行う。motion_velocity_smoothermotion_velocity_...TrajectoryTrajectoryコストマップとゴールから、自車の走行ルートを計算する。いまはHA*を使ってる。コストマップとゴールから、自車の走行ルートを計算する。いまはHA*を使ってる。freespace_plannerfreespace_planneroccupancy_gridoccupancy_grid障害物点群や地図の走行可能エリアの情報から、駐車プランナー用のコストマップを生成する。障害物点群や地図の走行可能エリアの情報から、駐車プランナー用のコストマップを生成する。costmap_generatorcostmap_generatorbehaviorvelocityplannerbehavior...behaviorpathplannerbehavior...goal, check_pointgoal, chec...obstaclestop plannerobstacle...障害物回避の可否判定と実行障害物回避の可否判定と実行slow_downslow_down入力シフト量に応じて経路を横方向にシフトさせる入力シフト量に応じて経路を横方向にシフトさせるadaptive_cruiseadaptive_cruiseレーンチェンジの可否判定と実行レーンチェンジの可否判定と実行stopstopLaneDriving ScenarioLaneDriving ScenarioBehavior PlanningBehavior PlanningMotion PlanningMotion PlanningTo ControlTo Controlvector_mapvector_mapDynamic ObjectsDynamic ObjectsDynamic Objects,Obstacle Points,Occupancy GridDynamic Objects,...Dynamic Objects,Obstacle PointsDynamic Objects,...Dynamic Objects,Obstacle PointsDynamic Objects,...Dynamic ObjectsDynamic Objectsroute (from mission_planner)route (from mission_planner)vehicle_statevehicle_stateLocalizationLocalizationapproval,force_approvalapproval,...external_crosswalk_states,external_intersection_states,external_traffic_light_statesexternal_crosswalk_states,...PlanningPlanningTraffic Light StatesTraffic Light Statesexpand_stop_rangeexpand_stop_rangePerceptionPerceptionvelocity_limitvelocity_limitHumanMachineInterfaceHuman...Dynamic ObjectsDynamic Objectsexternal_velocity_limit_selectorexternal_velocity_limit_selectorvelocity_limitvelocity_l...障害物回避の可否判定と実行障害物回避の可否判定と実行avoidanceavoidance入力シフト量に応じて経路を横方向にシフトさせる入力シフト量に応じて経路を横方向にシフトさせるside_shiftside_shiftレーンチェンジの可否判定と実行レーンチェンジの可否判定と実行lane_changelane_change通常走行通常走行lane_followinglane_followingpull_overpull_overpull_outpull_out右左折時に車両後方の巻き込み確認を行い、衝突の危険がある場合は停止します。右左折時に車両後方の巻き込み確認を行い、衝突の危険がある場合は停止します。blind_spotblind_spot横断歩道に人が居る、もしくは侵入しようとしてきている場合に、横断歩道手前で停止します。近くに人が居る場合は徐行します。横断歩道に人が居る、もしくは侵入しようとしてきている場合に、横断歩道手前で停止します。近くに人が居る場合は徐行します。cross_walkcross_walk規定された停止線で一時停止を行います規定された停止線で一時停止を行いますstop_linestop_line信号の色に応じて停止/発進の指示をします信号の色に応じて停止/発進の指示をしますtraffic_lighttraffic_light地図情報および動物体情報から、交差点での停止/発進の判定を行います。地図情報および動物体情報から、交差点での停止/発進の判定を行います。intersectionintersection規定エリア内の障害物点群がある場合に、対応する位置で停止します規定エリア内の障害物点群がある場合に、対応する位置で停止しますdetection_areadetection_areano_stopping_areano_stopping_areavirtual_traffic_lightvirtual_traffic_lightocclusion_spotocclusion_spotrun_outrun_outvector_mapvector_map自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。自車が停止しているときに、周囲の障害物を確認し、近くに障害物がいる場合は車両を発進させない。surround_obstacle_checkersurround_obstacle_checkerfrom other planning modulesfrom other...Dynamic Objects,Obstacle PointsDynamic Objects,...TrajectoryTrajectoryCheck the trajectory and stop publishing it if it is unsafe.Check the trajectory and stop publishing it if it is unsafe.planning_validatorplanning_validatorAPI LayerAPI LayerMapMapMapMapPerceptionPerceptionMission PlanningMission PlanningValidationValidationno_drivable_laneno_drivable_laneComponentComponentROS NodeROS NodeModlue PluginModlue Plugin車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。車両形状や走行可能領域を考慮して、経路の平滑化を行う。障害物も避けるが、long historyで最近は回避機能はoffになっています。elastic_band_smootherelastic_band_smootherTrajectoryTrajectorymodule to stop or slowdown before ego overlaps an other lane where other vehicles are incomingmodule to stop or slowdown before ego overlaps an other lane where other vehicles are incomingout_of_laneout_of_laneText is not SVG - cannot display \ No newline at end of file diff --git a/pr-480/sitemap.xml b/pr-480/sitemap.xml index 23ca0da08e3..1d7e6687f9c 100644 --- a/pr-480/sitemap.xml +++ b/pr-480/sitemap.xml @@ -2,1292 +2,1292 @@ https://autowarefoundation.github.io/autoware-documentation/pr-480/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/autoware-competitions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/license/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/cmake/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/cpp/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/docker/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/github-actions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/markdown/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/package-xml/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/python/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/languages/shell-scripts/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/class-design/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/console-logging/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/coordinate-system/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/directory-structure/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/launch-files/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/message-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/parameters/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/task-scheduling/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/coding-guidelines/ros-nodes/topic-namespaces/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/discussion-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/documentation-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/pull-request-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/pull-request-guidelines/ci-checks/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/pull-request-guidelines/commit-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/pull-request-guidelines/review-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/pull-request-guidelines/review-tips/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/testing-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/testing-guidelines/integration-testing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/contributing/testing-guidelines/unit-testing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/datasets/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/control/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/localization/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/map/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/node-diagram/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/perception/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/planning/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/data-types/gnss-ins-data/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/data-types/image/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/data-types/point-cloud/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/data-types/radar-data/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/sensing/data-types/ultrasonics-data/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-architecture/vehicle/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-concepts/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-concepts/difference-from-ai-and-auto/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/cooperation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/fail-safe/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/interface/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/localization/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/motion/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/operation_mode/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/perception/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/planning-factors/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/routing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/vehicle-doors/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/features/vehicle-status/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/fail_safe/mrm_state/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/interface/version/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/localization/initialization_state/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/localization/initialize/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/motion/accept_start/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/motion/state/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/change_to_autonomous/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/change_to_local/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/change_to_remote/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/change_to_stop/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/disable_autoware_control/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/enable_autoware_control/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/operation_mode/state/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/perception/objects/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/planning/steering_factors/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/planning/velocity_factors/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/planning/cooperation/get_policies/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/planning/cooperation/set_commands/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/planning/cooperation/set_policies/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/routing/clear_route/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/routing/route/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/routing/set_route/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/routing/set_route_points/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/routing/state/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/dimensions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/kinematics/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/status/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/doors/command/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/doors/layout/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/list/api/vehicle/doors/status/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/stories/bus-service/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/stories/taxi-service/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/CooperationCommand/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/CooperationDecision/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/CooperationPolicy/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/CooperationStatus/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DoorCommand/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DoorLayout/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DoorStatus/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DoorStatusArray/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DynamicObject/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DynamicObjectArray/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DynamicObjectKinematics/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/DynamicObjectPath/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/Gear/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/HazardLights/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/LocalizationInitializationState/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/MotionState/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/MrmState/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/ObjectClassification/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/OperationModeState/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/ResponseStatus/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/Route/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RouteData/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RouteOption/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RoutePrimitive/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RouteSegment/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/RouteState/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/SteeringFactor/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/SteeringFactorArray/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/TurnIndicators/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/VehicleDimensions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/VehicleKinematics/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/VehicleStatus/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/VelocityFactor/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/msg/VelocityFactorArray/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/AcceptStart/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/ChangeOperationMode/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/ClearRoute/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/GetCooperationPolicies/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/GetDoorLayout/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/GetVehicleDimensions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/InitializeLocalization/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/SetCooperationCommands/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/SetCooperationPolicies/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/SetDoorCommand/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/SetRoute/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_v1_msgs/srv/SetRoutePoints/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/types/autoware_adapi_version_msgs/srv/InterfaceVersion/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/change-operation-mode/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/drive-designated-position/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/get-on-off/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/initialize-pose/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/launch-terminate/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/vehicle-monitoring/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/ad-api/use-cases/vehicle-operation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/control/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/localization/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/map/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/perception-interface/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/planning/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/sensing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/vehicle-dimensions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/autoware-interfaces/components/vehicle-interface/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/configuration-management/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/configuration-management/development-process/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/configuration-management/release-process/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/design/configuration-management/repository-structure/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/overview/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/converting-utm-to-mgrs-map/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/crosswalk/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/detection-area/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/lanelet2/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/speed-bump/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/stop-line/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/creating-vector-map/traffic-light/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/fast-lio-lc/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/fast-lio-slam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/fd-slam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/hdl-graph-slam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/ia-lio-slam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/iscloam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/lego-loam-bor/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/lio-sam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/optimized-sc-f-loam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/sc-a-loam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/open-source-slam/sc-lego-loam/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-maps/pointcloud-map-preprocessing/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/calibration-tools/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/extrinsic-manual-calibration/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/ground-lidar-calibration/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/intrinsic-camera-calibration/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/lidar-camera-calibration/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/calibrating-sensors/lidar-lidar-calibration/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-individual-params/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-sensor-model/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-and-sensor-model/creating-vehicle-model/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-interface-package/ackermann-kinematic-model/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-interface-package/creating-vehicle-interface/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-interface-package/customizing-for-differential-drive-model/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-vehicle-interface-package/vehicle-interface/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/creating-your-autoware-repositories/creating-autoware-repositories/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/launch-autoware/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/launch-autoware/perception/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/launch-autoware/localization-methods/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/launch-autoware/localization-methods/eagleye-guide/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/tuning-parameters-and-performance/evaluating-controller-performance/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/integrating-autoware/tuning-parameters-and-performance/evaluating-real-time-performance/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/add-a-custom-ros-message/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/advanced-usage-of-colcon/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/an-example-procedure-for-adding-and-evaluating-a-new-node/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/applying-clang-tidy-to-ros-packages/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/debug-autoware/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/defining-temporal-performance-metrics/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/determining-component-dependencies/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/fixing-dependent-package-versions/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/reducing-start-delays/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/running-autoware-without-cuda/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/others/using-divided-map/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/how-to-guides/training-machine-learning-models/training-models/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/additional-settings-for-developers/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/autoware/docker-installation-devel/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/autoware/docker-installation-prebuilt/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/autoware/docker-installation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/autoware/source-installation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/installation/related-tools/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/models/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/ad-computers/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/ad_sensor_kit_suppliers/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/cameras/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/full_drivers_list/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/imu_ahrs_gnss_ins/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/lidars/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/radars/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/remote_drive/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/thermal_cameras/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/vehicle_drive_by_wire_suppliers/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/reference-hw/vehicle_platform_suppliers/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/support/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/support/docs-guide/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/support/support-guidelines/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/support/troubleshooting/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/support/troubleshooting/performance-troubleshooting/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ad-hoc-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ad-hoc-simulation/planning-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ad-hoc-simulation/rosbag-replay-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ad-hoc-simulation/digital-twin-simulation/MORAI_Sim-tutorial/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/ad-hoc-simulation/digital-twin-simulation/awsim-tutorial/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/scenario-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/scenario-simulation/planning-simulation/installation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/scenario-simulation/planning-simulation/random-test-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/scenario-simulation/planning-simulation/scenario-test-simulation/ - 2023-11-17 + 2023-11-21 daily https://autowarefoundation.github.io/autoware-documentation/pr-480/tutorials/scenario-simulation/rosbag-replay-simulation/driving-log-replayer/ - 2023-11-17 + 2023-11-21 daily \ No newline at end of file diff --git a/pr-480/sitemap.xml.gz b/pr-480/sitemap.xml.gz index e11ececcbb5..16f8ec68ece 100644 Binary files a/pr-480/sitemap.xml.gz and b/pr-480/sitemap.xml.gz differ