LGDXRobot2
A flexible DIY Mecanum wheel chassis designed to inspire your enthusiasm on robotics.
What is LGDXRobot2?
Build Your Robot with Any Configuration
Build your LGDXRobot using any chassis size and Mecanum wheels. Choose any computer and sensors to run your robotics software.
Simplified Software Setup
Open-source firmware, ChassisTuner, and ready-to-use Docker images with web access help reduce the complexity of robot development.
Completely Open-Source Design
Chassis
A 240 mm × 240 mm three-layer chassis structure.
Controller Board
Based on the BlackPill MCU and TB6612FNG motor driver, capable of driving four motors with PID control.

Testing LGDXRobot2 with ChassisTuner

Hardware Testing
Test communication with the controller and monitor the robot's status.
PID Fine Tune
Fine-tune the PID settings for each motor using charts to achieve maximum performance.
Unlimited Possibilities with ROS2
LGDXRobot Cloud
Manage and monitor your LGDXRobot2 remotely via the cloud.
NAV2
An open-source navigation framework.
Webots
Simulate the robot without the need for physical hardware.

Rapid Deployment of Remote ROS2 Interface
docker run -d \ --name lgdxrobot2 \ -e PUID=1000 \ -e PGID=1000 \ -p 3000:3000 \ -p 3001:3001 \ yukaitung/lgdxrobot2.desktop:latest
Download
ROS2 Package
ROS2 integration for the hardware, with examples for both physical and simulated robots.
Download