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
First of all, thank you very much for creating the Foxy branch for abb_ros2, I have tested it by controlling my ABB IRB120 in Robot Studio with MoveIt!2 in Foxy and it works :)
Unfortunately, I am having some problems when trying to manipulate the Controller I/O-s with ABB-RWS in ROS2 Foxy. I wanted to test the ROS2-RobotStudio connection by calling a simple service, and this is what happens:
I launch the RWS client, and it connects to the robot correctly:
I call "ros2 service list", and the ROS2 Services provided by abb_rws appear on the screen.
I try to call a ROS2 Service, but ROS2 cannot detect the ROS2 Service, and therefore nothing is executed. This happens with every single ROS2 Service on the list:
I have followed the same exact steps in my ROS2 Rolling machine, and it works properly:
I believe something could be missing, which blocks all ABB RWS ROS2 Services from being executed or initialised...
Any help with this would be much appreciated, thank you very much in advance!
Regards,
Mikel
The text was updated successfully, but these errors were encountered:
MikelBueno
changed the title
ABB RWS serivice calls not working on Foxy
ABB RWS Service calls not working on Foxy
Aug 18, 2022
Hi,
First of all, thank you very much for creating the Foxy branch for abb_ros2, I have tested it by controlling my ABB IRB120 in Robot Studio with MoveIt!2 in Foxy and it works :)
Unfortunately, I am having some problems when trying to manipulate the Controller I/O-s with ABB-RWS in ROS2 Foxy. I wanted to test the ROS2-RobotStudio connection by calling a simple service, and this is what happens:
I launch the RWS client, and it connects to the robot correctly:
![ABB RWS Foxy - Connection](https://user-images.githubusercontent.com/98389310/185444494-3f30200d-f0c8-43ae-852d-ed7e95970e39.png)
I call "ros2 service list", and the ROS2 Services provided by abb_rws appear on the screen.
I try to call a ROS2 Service, but ROS2 cannot detect the ROS2 Service, and therefore nothing is executed. This happens with every single ROS2 Service on the list:
![ABB RWS Foxy - Service Call](https://user-images.githubusercontent.com/98389310/185444543-6fa053f7-ae84-4103-93a2-f44e7035e05d.png)
I have followed the same exact steps in my ROS2 Rolling machine, and it works properly:
![ABB RWS Rolling - Connection](https://user-images.githubusercontent.com/98389310/185444700-41a17ff3-1e9c-4829-8db4-24fa1e136d03.png)
![ABB RWS Rolling - Service Call](https://user-images.githubusercontent.com/98389310/185444710-58c7dafa-a8f1-431e-ac84-6099ee7c3f9a.png)
I believe something could be missing, which blocks all ABB RWS ROS2 Services from being executed or initialised...
Any help with this would be much appreciated, thank you very much in advance!
Regards,
Mikel
The text was updated successfully, but these errors were encountered: