Tech Blogs

LeRobot SO-ARM100 Assembly Guide

1.Setting Servo IDs 1.Wiring Diagram 2.Check the port of servo driver. Run the program - it will first detect all serial ports. Then manually unplug the USB cable and press...

On 0 comments

LeRobot Project Runtime Environment Setup Guide

LeRobot Community Repository: https://github.com/huggingface/lerobot 1. Dependency Preparation 1.1 Install NVIDIA Graphics Drivers Linux Users:Refer to: Linux Ubuntu OS Install NVIDIA Driver Guide Windows Users:Download from official website: https://www.nvidia.com/en-us/drivers/ 1.2 Install...

On 0 comments

Linux Ubuntu OS Install Anaconda Guide

1. Install Required Dependencies Execute the following command to install necessary dependency packages for Anaconda: sudo apt install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 2. Download...

On 0 comments

Linux Ubuntu OS install Nvidia CUDA Guide

  1. Check Compatibility Between NVIDIA Driver and CUDA Versions First, consult the NVIDIA CUDA Toolkit Release Notes to verify the CUDA version compatible with your graphics driver. Official documentation...

On 0 comments

Linux Ubuntu OS install Nvidia Driver Guide

  1. Check if Graphics Card Drivers Are Installed on Your Computer Run the following command in the terminal: nvidia-smi If the output matches the following, drivers are already installed....

On 0 comments