Skip to content
New issue

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

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

Already on GitHub? # to your account

Recreating the same for other robots #16

Open
rithuraj-techolution opened this issue Jun 6, 2024 · 1 comment
Open

Recreating the same for other robots #16

rithuraj-techolution opened this issue Jun 6, 2024 · 1 comment

Comments

@rithuraj-techolution
Copy link

Currently the repo supports mostly the UR robots, how can we recreate this for other robots as well?
Is there any approach of doing so?

@jr-b-reiterer
Copy link

Hi @rithuraj-techolution,

the rough approach would be to derive a new robot_server package from the ur_robot_server package and replacing all UR-specific things to match your robot and controller setup so that commands can go in and state can come out - mainly in the ros_bridge and command handler script; also the launch file will need many adaptations.

A WIP example of this approach can be seen in the panda_robot_server package. There is follow-up work on this by the community, e.g., #15.

Of course you would also need matching environments for your new robot server.

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

No branches or pull requests

2 participants