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

How to use this repository for a cobot #21

Open
SakethTecholution opened this issue Sep 16, 2024 · 1 comment
Open

How to use this repository for a cobot #21

SakethTecholution opened this issue Sep 16, 2024 · 1 comment

Comments

@SakethTecholution
Copy link

I have a cobot made by doosan just like UR robot . And I have ROS 2 Support of it. How to use DORA along with it to train a robot. The major issue with that is they won't be having leader and follwwr configuration. So we need some kind of teleoperative interface (gamepad or keyboard) . How to make doraand act policy support for these kind of robots. If any one can suggest me a pipeline I can work on it

@haixuanTao
Copy link
Contributor

Yes, so I am still iterating on the process but i have added a dora-keyboard: https://github.com/dora-rs/dora/tree/main/node-hub/dora-keyboard that makes it possible to collect keystroke into dora and then control a robot.

I use this to then do inverse kinematics ( send cartesian position ) to the robot to make it moves.

The idea is then to collect those keyboard teleoperated data using a recorder and then generating a policy out of it,

We are still iterating on the design for ACT but it will also be a supported platform.

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