diff --git a/docs/howto/how_to_launch_and_run_apollo.md b/docs/howto/how_to_launch_and_run_apollo.md index a6a4ecd19a416b6b0349df17ea5990a03176297d..a8cbfc52d41ddc42573ac144c756547a304da05e 100644 --- a/docs/howto/how_to_launch_and_run_apollo.md +++ b/docs/howto/how_to_launch_and_run_apollo.md @@ -30,8 +30,8 @@ former building step was skipped. ### Start Apollo -Running `scripts/bootstrap.sh` will start Dreamview backend with the Monitor module -enabled. +Running `scripts/bootstrap.sh` will start Dreamview backend with the monitor +module enabled. ``` # Startup modules monitor and dreamview, the default option is start. @@ -41,16 +41,17 @@ enabled. ### Access Dreamview Web UI Open [http://localhost:8888](http://localhost:8888) in your favorite browser, -e.g. Chrome, and you should see this screen. However, no module (except Monitor) -is running in the background at this moment. +e.g. Chrome, and you should see this screen. However, no module(s) except +monitor is running in the background at this moment. ![Access Dreamview](images/apollo_bootstrap_screen.png) -### Select Drive Mode +### Select Drive Mode and Map -From the dropdown box selet "Navigation" mode. +From the dropdown box of Mode Setup, select "Mkz Standard Debug" mode. From the +dropdown box of Map, select "Sunnyvale with Two Offices". -![Navigation Mode](images/dreamview_2_5_setup_profile.png) +![Drive Mode and Map Selection](images/dreamview_6_0_setup_profile.png) ### Replay Demo Record @@ -68,10 +69,10 @@ cyber_recorder play -f docs/demo_guide/demo_3.5.record -l Dreamview should show a running vehicle now. (The following image might be different due to frontend code changes.) -![Dreamview with Trajectory](images/dv_trajectory_2.5.png) +![Dreamview with Trajectory](images/dv_trajectory_6.0.png) ### Congrats! You have successfully built Apollo! Now you can revisit -[Apollo Readme](../../README.md) for -additional guidelines on the neccessary hardware setup. +[Apollo Readme](../../README.md) for additional guidelines on the neccessary +hardware setup. diff --git a/docs/howto/images/apollo_bootstrap_screen.png b/docs/howto/images/apollo_bootstrap_screen.png index c609c957ffd11a9761055a0cbfdd906eb868bcc9..14cb0c78f16cacad3edb1dabdfc692f62f7b6ab6 100644 Binary files a/docs/howto/images/apollo_bootstrap_screen.png and b/docs/howto/images/apollo_bootstrap_screen.png differ diff --git a/docs/howto/images/dreamview_2_5_setup_profile.png b/docs/howto/images/dreamview_2_5_setup_profile.png deleted file mode 100644 index 32ce7a200ded56899624fc27f51f78dd9521faec..0000000000000000000000000000000000000000 Binary files a/docs/howto/images/dreamview_2_5_setup_profile.png and /dev/null differ diff --git a/docs/howto/images/dreamview_6_0_setup_profile.png b/docs/howto/images/dreamview_6_0_setup_profile.png new file mode 100644 index 0000000000000000000000000000000000000000..12da884a8c8e17f0f10729b45d4b0fa31f7438e9 Binary files /dev/null and b/docs/howto/images/dreamview_6_0_setup_profile.png differ diff --git a/docs/howto/images/dv_trajectory_2.5.png b/docs/howto/images/dv_trajectory_2.5.png deleted file mode 100644 index bf796a4d5ee93558e68bd4a6dfc65b2ec35ae393..0000000000000000000000000000000000000000 Binary files a/docs/howto/images/dv_trajectory_2.5.png and /dev/null differ diff --git a/docs/howto/images/dv_trajectory_6.0.png b/docs/howto/images/dv_trajectory_6.0.png new file mode 100644 index 0000000000000000000000000000000000000000..a2833871a5e72202f1eaec92dceda1b3a55d8458 Binary files /dev/null and b/docs/howto/images/dv_trajectory_6.0.png differ