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

Is it possible to access the I/O-groups? #283

Open
stevkr opened this issue Mar 15, 2022 · 1 comment
Open

Is it possible to access the I/O-groups? #283

stevkr opened this issue Mar 15, 2022 · 1 comment

Comments

@stevkr
Copy link

stevkr commented Mar 15, 2022

Hi,
is it possible with iiwa_stack to access a connected I/O group?
Background is the following:
I want to control an iiwa 14 R820 via ROS and I have installed a valve and some more devices that are normally switched on and off via commands in Sunrise Workbench (via previously configured I/O group in WorkVisual and controlled via X65 connector).
That valve I would like to control also via ROS and no longer via a Workbench program. Is this possible?

Many greetings

@exo-core
Copy link
Contributor

exo-core commented Mar 19, 2022

You would need to provide a custom implementation of the ROSTool class and change the line

protected ROSTool rosTool = null;

in /src/de/tum/in/camp/kuka/ros/app/ROSBaseApplication.java to load it. There are some examples is the iiwa_stack_tools repository.

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