-
Notifications
You must be signed in to change notification settings - Fork 249
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
Fixed and simplified media flange integration #199
base: master
Are you sure you want to change the base?
Conversation
@@ -36,6 +36,7 @@ | |||
// import com.kuka.generated.ioAccess.MediaFlangeIOGroup; // MEDIAFLANGEIO | |||
import com.kuka.roboticsAPI.deviceModel.LBR; | |||
import com.kuka.roboticsAPI.geometricModel.ObjectFrame; | |||
import com.kuka.roboticsAPI.ioModel.AbstractIOGroup; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is AbstractIoGroup available also without the media flange software module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems so. I tested copying the code a new project with the flange set to none
and it didn't show any errors.
…into development
No description provided.