EmbeddedESP32-CAM Video Streaming over HTTP and Face DetectionToday I had some experience with ESP32 camera module. I was really surprised that it can stream camera over HTTP quite well with a very cheap price. I had an ESP32 CAM board + a USB programmer from my friend to upload program onto the chip …
DevEnv SetupHow do I install Ubuntu on a new machine?I maintain this note as an instruction to install Ubuntu on a new machine and setup development environment as fast as possible. This note contains my autonomous scripts, and instructions to install necessary packages that I often use.
DevEnv SetupInstall Fira Code Font for UbuntuThis tutorial provides instructions for installing the Fira Code font in various versions of Ubuntu. This is my favorite font due to its various ligatures.
DevEnv SetupInstall Zsh and Auto suggestion plugin for UbuntuZSH, also called the Z shell, is an extended version of the Bourne Shell (sh), with plenty of new features, and support for plugins and themes. Since it's based on the same shell as Bash, ZSH has many of the same features, and switching …
Self-Driving Cars[MOOC] Apollo Lessons on Self-Driving CarsI've just completed one more MOOC course - Self-Driving Fundamentals - Featuring Apollo. Content: This note link add my lesson notes for the course lectures.
Self-Driving Cars[MOOC] Apollo Lesson 7: ControlMy note for lesson 7 of MOOC course: Self-Driving Fundamentals - Featuring Apollo. Content: Understand how to use steering, throttle and brake to execute our planned trajectory and master different types of controllers in Apollo.
Self-Driving Cars[MOOC] Apollo Lesson 6: PlanningMy note for lesson 6 of MOOC course: Self-Driving Fundamentals - Featuring Apollo. Content: Identify several different approaches Apollo uses to develop trajectories for autonomous vehicles.
Self-Driving Cars[MOOC] Apollo Lesson 5: PredictionMy note for lesson 5 of MOOC course: Self-Driving Fundamentals - Featuring Apollo. Content: Study different ways to predict how other vehicles or pedestrians might interact with Apollo self-driving cars.