Problem when running start_egm_joint
#76
Replies: 2 comments 3 replies
-
The general idea is that if you're using If you don't want to/can't use the addon, you're responsible for writing the RAPID code. But at that point you can't call (I'm confused why you would have the You appear to be using PS: this appears to be a question about |
Beta Was this translation helpful? Give feedback.
-
Thank you @gavanderhoorn for providing me with an answer. I indeed missed steps regarding the usage of StateMachine add-in. Following the user manual of the add-in ("System Installation" section) to setup the controller solved the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using RobotStudio 2022 and RobotWare 6.14 to control an IRB1200 robot (in a virtual station) using ROS. I've had good progress in the tutorials and RWS works fine. However, when I'm trying to execute example 2, I cannot move the simulated robot through ROS.
The UDPUC transmission protocols have been set up as show in tutorials. First of all, it is not clear to me what RAPID instructions should be fed within the T_ROB1 task. I tried using the code below, which was attached to some messages on this GitHub.
When starting the RAPID code, the status of EGM channel switches between active (true) and inactive (false). I don't know whether this is expected. Issuing
rosservice call /rws/sm_addin/start_egm_joint "{}"
then results in an error. I tried searching for this error, but had little success doing so.Any input is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions