You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to interface with the SCARA arm if I set axes to None?
If not, is it possible to interface with the SCARA arm if I implement all the logic in egm_base_interface.cpp for a case Four? Before I attempt this, I want to check if its even possible to control the SCARA arm with this library.
Look forward to your response.
The text was updated successfully, but these errors were encountered:
Hi @jontje and @gavanderhoorn ,
I'm interested in using the library to interface with a four axis ABB SCARA Robot IRB 910SC.
Looking at the BaseConfiguration struct, the only supported RobotAxes enums are
None
,Six
andSeven
.I have the following questions:
None
?case Four
? Before I attempt this, I want to check if its even possible to control the SCARA arm with this library.Look forward to your response.
The text was updated successfully, but these errors were encountered: