You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the scripts in the examples/ folder of LeRobot
My own task or dataset (give details below)
Reproduction
I am planning to control my own robot left-arm. I've almost figure out all the parts if lerobot-dataset, then I want to make my own dataset respect to the aloha_sim_transfer_cube_human rather than "korch ALOHA teleop hardware system".
my questions are:
Must I keep such a high fps like 50 when collect data from camera and arm actions?
actions comes from human control on the arm, and state comes from reading operation, but how should I set the time gap between action and state?
Expected behavior
answers from anyone
The text was updated successfully, but these errors were encountered:
@Cadene thanks so much man! On
For quetion 2 , I am still not clear about the time alignment of video and state, are they recorded in a same thread func like this?
def func():
while True:
read_frame()
read_state()
System Info
all software cfg match author's project
Information
Reproduction
I am planning to control my own robot left-arm. I've almost figure out all the parts if lerobot-dataset, then I want to make my own dataset respect to the aloha_sim_transfer_cube_human rather than "korch ALOHA teleop hardware system".
my questions are:
Expected behavior
answers from anyone
The text was updated successfully, but these errors were encountered: