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

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.

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