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
Hello, I have been trying to use service server on my app, but seem to be running into some issues.
I have seen the code in rcljava_examples/src/main/java/org/ros2/rcljava/examples/service, and I have tried to use createService like this code.However, the TestClientConsumer cannot be executed when I use ros2 tool to call this service on the other computer.
Meanwhile, I tried to send request by the button on the gui of my android app, after sent a request by the button, client within my app received the response from the server, and the pending reqest on the computer received the response as well.
Hello, I have been trying to use service server on my app, but seem to be running into some issues.
I have seen the code in rcljava_examples/src/main/java/org/ros2/rcljava/examples/service, and I have tried to use createService like this code.However, the TestClientConsumer cannot be executed when I use ros2 tool to call this service on the other computer.
Meanwhile, I tried to send request by the button on the gui of my android app, after sent a request by the button, client within my app received the response from the server, and the pending reqest on the computer received the response as well.
Does anyone have any thoughts on how to fix this?
The text was updated successfully, but these errors were encountered: