Skip to content

❤ Projects

A collection of my side projects. Enjoy browsing 😄

🤖 Lingao robot ROS2

gps navigation

The vision is to have a robot going up and down the beach. By covering some area it should filter out dirt from the sand and clean up the beach like a vacuum cleaning robot. I tested some methods for SLAM and navigation on the real robot in my living room. The coverage planner and GPS navigation is already implemented in the simulation. However this project is still in progress.

🔌 Power Supply

Power Supply CabelingPower Supply CabelingPower Supply Cabeling

I was lucky enough to find a functional computer power supply in the electric waste of the Uni campus. There are many good tutorials on YouTube how to convert it into a bench power supply. Links to the tutorials are on the lift side. It proved to be a very useful tool for charging batteries and powering prototypes. The front panel is 3D printed and I used Fusion360 for the design.

🚗 Autonomous RC-car race (first place) 🏆

rc-car race

In this competition organized at HKUST I trained the Jetson-racer to drive autonomously, avoid obstacles and overtake other cars. Basically I drove along the race course and recorded images with the corresponding throttle and steering values. This data is fed into the a ML model and let it train. It was much fun and I resliced what machine learning is capable of but also it's limitations.