-
Notifications
You must be signed in to change notification settings - Fork 55
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
Wait for an EGM communication session to start... #122
Comments
EGM sessions are started by the RAPID program, so the node is probably waiting for that. I suggest that you go back and reread the responses your previous questions in, for example, issues: ros-industrial/abb_robot_driver#10 and ros-industrial/abb_robot_driver#20. |
Thank you for your answer @jontje, I'm sorry, I assumed that the |
This would be one way to do it, yes. Note: with everything you've done, you're almost at the point where you've put together I'm still not sure why you can't use the FZI Cartesian controllers with |
The project I'm working on requires the use of ros_industrial packages and unfortunately I'm not in a position to use the FZI Cartesian controllers because it's considered 3rd party. It would be preferable, for what I'm doing, not to use ros_control and instead use RobotStudio to take care of the pose control. Do you have any suggestions for other possible alternatives? |
Which packages?
FZI is in the consortium, and in addition, the controllers they've made available have been used by others and FZI themselves in industrial settings. I'm not claiming they're free of problems, but that same claim cannot be made of the examples you're currently using instead of
It sounds like you have some constraints you're not telling us, but if that's a hard requirement, why not use RAPID and program a regular application? And pedantic, but RobotStudio is not involved. That's only a GUI. |
Hi,
I've built
abb_libegm_samples
andabb_libegm
in the same catkin_ws. After sourcing the setup.bat (I'm using Windows), and runningrosrun abb_libegm_samples a2_pose_trajectory_node
, the output is stuck to this:Wait for an EGM communication session to start...
I've changed the remote port number of the UCdevice to 6510, 6511, 6512, 6513, 6514, which doesn't seem to make a difference.
The text was updated successfully, but these errors were encountered: