diff --git a/docs/howto/how_to_use_a_different_vehicle_cn.md b/docs/howto/how_to_use_a_different_vehicle_cn.md index 05a341b91248c72bf35a6415e64e7d692874ad21..ae854d943a778dff6300545c352dfc7813ecdc13 100644 --- a/docs/howto/how_to_use_a_different_vehicle_cn.md +++ b/docs/howto/how_to_use_a_different_vehicle_cn.md @@ -1,13 +1,4 @@ -# 如何选择使用不同的车辆 +# 如何在Dreamview中应用不同的车型 -为了添加不同的车辆,你必须首先按照[Readme文档中的安装步骤](https://github.com/ApolloAuto/apollo/blob/master/README.md) 安装并成功启动Apollo。 - -为了在DreamView中支持一种新车辆,请遵循如下步骤: - -1. 在`modules/calibration/data`目录下,为新车辆创建一个新目录 - -2. 在`modules/calibration/data`目录下已经有一个名为`mkz_example`的参考样例。参考该目录下的文件列表并包含所有必须的配置文件。如需要,务必根据新添车辆的参数更新所有配置文件。 - -3. 重启DreamView,你便能在`车辆`下拉菜单中看到新添加的车辆(名字和新创建的目录名字一样)。 - -4. 选择新配置的车辆。 +## 在Dreamview中选择不同的车型 +进入DreamView,点击右上方的“车辆”下拉框,并选择要配置的车辆 diff --git a/docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md b/docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md index 58e685416eb45df6ac7b553df2f15f48cb6b2ee5..68515465a4628e261cae70e7751028e077c58c4b 100644 --- a/docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md +++ b/docs/quickstart/apollo_2_0_hardware_system_installation_guide_v1.md @@ -1089,6 +1089,11 @@ Use the components that you were required to provide to perform the following ta 2. Establish a Wi-Fi connection on the Apple iPad Pro to access the HMI and control the Apollo ADS that is running on the IPC. +# Time Sync Script Setup [Optional] + +In order to, sync the computer time to the NTP server on the internet, you could use the [Time Sync script](https://github.com/ApolloAuto/apollo/blob/master/scripts/time_sync.sh) + + # Next Steps After you complete the hardware installation in the vehicle, see the [Apollo Quick Start](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_1_5_quick_start.md) for the steps to complete the software installation. diff --git a/docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md b/docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md index d405d401f8bf488ba56703e00cbe58d2a45b0b95..ff09f0493145799ece10f9f79b63322b420e4cd5 100644 --- a/docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md +++ b/docs/quickstart/apollo_2_5_hardware_system_installation_guide_v1.md @@ -1041,6 +1041,11 @@ Use the components that you were required to provide to perform the following ta 2. Establish a Wi-Fi connection on the Apple iPad Pro to access the HMI and control the Apollo ADS that is running on the IPC. +# Time Sync Script Setup [Optional] + +In order to, sync the computer time to the NTP server on the internet, you could use the [Time Sync script](https://github.com/ApolloAuto/apollo/blob/master/scripts/time_sync.sh) + + # Next Steps After you complete the hardware installation in the vehicle, see the [Apollo Quick Start](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_2_5_quick_start.md) for the steps to complete the software installation. diff --git a/docs/quickstart/apollo_3_0_hardware_system_installation_guide.md b/docs/quickstart/apollo_3_0_hardware_system_installation_guide.md index 76fe8e39afb9feb51efefd143eeb57e54a249588..d962e1756d7e8ae7159ca989450d95e0b4b1166d 100644 --- a/docs/quickstart/apollo_3_0_hardware_system_installation_guide.md +++ b/docs/quickstart/apollo_3_0_hardware_system_installation_guide.md @@ -167,6 +167,11 @@ Use the components that you were required to provide to perform the following ta 2. Establish a Wi-Fi connection on the Apple iPad Pro to access the HMI and control the Apollo ADS that is running on the IPC. +## Time Sync Script Setup [Optional] + +In order to, sync the computer time to the NTP server on the internet, you could use the [Time Sync script](https://github.com/ApolloAuto/apollo/blob/master/scripts/time_sync.sh) + + ## Next Steps After you complete the hardware installation in the vehicle, see the [Apollo Quick Start](https://github.com/ApolloAuto/apollo/blob/master/docs/quickstart/apollo_3_0_quick_start.md) for the steps to complete the software installation.