Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some questions about real world env #432

Open
1 of 2 tasks
NNsauce opened this issue Sep 12, 2024 · 2 comments
Open
1 of 2 tasks

some questions about real world env #432

NNsauce opened this issue Sep 12, 2024 · 2 comments

Comments

@NNsauce
Copy link

NNsauce commented Sep 12, 2024

System Info

all software cfg match author's project

Information

  • 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:

  1. Must I keep such a high fps like 50 when collect data from camera and arm actions?
  2. 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

@Cadene
Copy link
Collaborator

Cadene commented Sep 12, 2024

  1. No need to keep high fps. We like fps=30 because it's quite smooth and doesnt put too much pressure on your computer ressources.

"how should I set the time gap between action and state?"

Not sure I understand. As soon as we read from leader arm we send to follower.

@NNsauce
Copy link
Author

NNsauce commented Sep 14, 2024

@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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants