Jiaxiang Luo


I received my B.Eng. degree in Automation and am currently pursuing an M.Eng. degree in Robotics Science and Engineering.
I am interested in Robotics and Robot learning, and I hope to publish my work in top conferences and journals in the future.

Projects


Infrared Vision Motion Capture System for Drone Trajectory Tracking Watch video I independently developed an infrared vision motion capture system for drone trajectory tracking.This system can provide 120fps positioning with millimeter-level accuracy, enabling the drone to perform autonomous hovering at fixed points or follow predetermined trajectories.I built the system from the ground up, so I’m very familiar with every component, including the motion capture principles and drone control mechanisms.
I released my code in this Github Repository.

A ROS2-Based Two-Wheel Drive Robot for 2D LiDAR SLAM and Autonomous Navigation Watch video I independently developed a vehicle for SLAM and autonomous navigation. Using ROS2 and open-source packages like slam_toolbox and navigation2, I successfully implemented the desired functionality. During this process, I wrote numerous ROS nodes to build this complex system, which gave me a solid understanding of ROS2’s communication mechanisms and the basic architecture of SLAM-enabled vehicles.