-
Notifications
You must be signed in to change notification settings - Fork 5
Executables in examples_rclpy_minimal_client
#1259
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
Comments
Tested along #1261 Step 1 - Check clientTest passed ✔️
Step 2 - Check client_asyncTest passed ✔️
Step 3 - Check client_async_member_functionTest passed ✔️
Step 4 - Check client_async_callbackTest failed ❌ The server processes the request but the client never processes the response and hangs forever
Note that with rmw_fastrtps_cpp it works:
|
Just tested this and second @mikaelarguedas findings. Setup: Docker |
See ros2/examples#382, which should fix the issue here. |
With that PR open, I'm going to go ahead and close this. Thank you for testing! |
Configuration
Process
Step 1 - Check
client
# StdIn - terminal 1 ros2 run examples_rclpy_minimal_client client
Step 2 - Check
client_async
# StdIn - terminal 1 ros2 run examples_rclpy_minimal_client client_async
Step 3 - Check
client_async_member_function
# StdIn - terminal 1 ros2 run examples_rclpy_minimal_client client_async_member_function
Step 4 - Check
client_async_callback
# StdIn - terminal 1 ros2 run examples_rclpy_minimal_client client_async_callback
The text was updated successfully, but these errors were encountered: