All Posts
-
Camera Setup for Master-Slave Robotic Arms: How Many Cameras for 3D Positioning?
Tom posted in LeRobot •3D spatial localization requires dual-camera configurations to resolve XYZ coordinates (two cameras for XY and Z axes respectively). Monocular approaches can estimate depth (Z-axis) when supplement...
-
Left/Right Keys Not Working in New Update – Any Fixes or Workarounds?
Tom posted in LeRobot •Uninstall existing pynput installation and deploy specified version via: pip install pynput==1.7.7
-
Persistent Issue Unresolved Despite Trying All Online Fixes – Any Expert Insights?
Tom posted in LeRobot •The issue was resolved by configuring line 134 in common/datasets/video_utils.py to explicitly utilize the installed H.264 encoder.
-
Persistent Issue Unresolved Despite Trying All Online Fixes – Any Expert Insights?
Seth Pecksniff posted in LeRobot •Map: 100%|███████████████████████████| 297/297 [00:00<00:00, 2197.30 examples/s] Creating parquet from Arrow format: 100%|████████| 1/1 [00:00<00:00, 723.90ba/s] Unknown encoder 'libsvtav1'...
-
Left/Right Keys Not Working in New Update – Any Fixes or Workarounds?
Nude posted in LeRobot •Has anyone resolved the left/right key malfunction issue in the latest version?
-
Camera Setup for Master-Slave Robotic Arms: How Many Cameras for 3D Positioning?
hot cocoa on the couch posted in LeRobot •As a beginner, I have a question: For a master-slave robotic arm setup, how many cameras are needed? Is one sufficient? Is the camera intended for 3D spatial positioning? If two cameras are require...
-
Virtual Machine Unable to Access Host RTX 4080 GPU – How to Fix?
Josep posted in LeRobot •As a beginner, I have a question: My virtual machine cannot utilize the host’s RTX 4080 GPU. How can I resolve this?
-
Gripper Motor Calibration: Is Neutral Position ~2000 in Closed State Valid, or Should Mid-Open Be the Neutral Point?
Seth Pecksniff posted in LeRobot •For the gripper motor, is the neutral position calibration value set to around 2000 even in the closed state? Shouldn’t the neutral position correspond to the gripper being half-open instead ...
-
Dual-Arm Coordination: Does It Require Two Master and Two Slave Arms?
really queer Christmas posted in LeRobot •When implementing dual-arm coordination, is it necessary to configure two master arms and two slave arms?
-
Right Arrow Key Skips to Next Episode Instead of Stopping Acquisition – How to Fix?
Mescal posted in LeRobot •During data acquisition, pressing the right arrow key does not stop the process but instead advances to the next episode. How can this be resolved?
-
Has Anyone Successfully Converted an RGB Camera to RGB-D?
insane anime posted in LeRobot •Has anyone tried modifying an RGB camera to an RGB-D camera in ACT?
-
If I use an uncalibrated camera to obtain the pose of an AprilTag, what is the reference coordinate system for this pose
Grey Cat posted in LeRobot •I don’t fully understand the purpose of camera calibration. If I use an uncalibrated camera to obtain the pose of an AprilTag, what is the reference coordinate system for this pose?
-
What could be causing this issue?
Tom posted in LeRobot •The blinking and non-responsive behavior of Servos 2 and 3 is typically caused by communication failures, insufficient power supply, or activation of servo protection mechanisms. Communi...
-
What could be causing this issue?
Edward posted in LeRobot •All other motors are functioning properly.
-
What could be causing this issue?
Edward posted in LeRobot •When executing the command: python lerobot/scripts/control_robot.py \ --robot.type=so100 \ --control.type=teleoperate Motors 2 and 3 are blinking but not moving. W...
-
In the new version of LeRobot, is the data collection unable to proceed to the next dataset by pressing keyboard buttons
Tom posted in LeRobot •You can try to install the correct version of pynput package, try run the command in your python environment: pip install pynput==1.7.7
-
In the new version of LeRobot, is the data collection unable to proceed to the next dataset by pressing keyboard buttons
David posted in LeRobot •In the new version of LeRobot, is the data collection unable to proceed to the next dataset by pressing keyboard buttons? There is no response when I press the keys, and it only automatically proce...
-
Why does this occur?
Tom posted in LeRobot •Error encountered: "Wrong motor position range detected for gripper" Root cause: The gripper motor's actual position exceeds the system's expected range (nominal range [0, 100]%, maximum allowable...
-
Why does this occur?
Andy posted in LeRobot •The following error occurs: "Wrong motor position range detected for gripper. Expected to be in nominal range of [0, 100] % (a full linear translation), with a maximum range of [-10, 110] % to acc...