ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

using GUI tool, service caller to call a service

asked 2018-03-23 05:46:12 -0500

Ibrahim_aerospace gravatar image

Hello everyone ! I am trying to implement service type communication in ROS when i used terminal of operation to type the command and establish server-client communication, it works fine but when i use service caller in RQT to call the client, the following error appears:

ibrahim@ibrahim-Aspire-V5-591G:~/catkin_ws$ rqt
ServiceCaller.on_refresh_services_button_clicked(): could not get class of service /ros_tutorial_srv:
Unable to load type [ros_tutorials_service/SrvTutorial].
Have you typed 'make' in [ros_tutorials_service]?

Anyone have experience regarding this matter. Please reply. Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-13 07:57:42 -0500

mescarra gravatar image

Go to your project root dir, compile the project and do:

source devel/setup.bash

That should do it.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2018-03-23 05:46:12 -0500

Seen: 880 times

Last updated: Jun 13 '18