-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add an optional timeout_sec input to Client.call() to fix issue https://github.com/ros2/rclpy/issues/1181 #1188
Commits on Oct 17, 2023
-
Add timeout_sec input to Client.call() to fix issue ros2#1181
Signed-off-by: KKSTB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3a40c9 - Browse repository at this point
Copy the full SHA e3a40c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 584287e - Browse repository at this point
Copy the full SHA 584287eView commit details -
Add doc to the added timeout_sec param
Signed-off-by: KKSTB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f9ce44 - Browse repository at this point
Copy the full SHA 2f9ce44View commit details -
return of Client.call() should be Optional
Signed-off-by: KKSTB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d748ac1 - Browse repository at this point
Copy the full SHA d748ac1View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bec12d6 - Browse repository at this point
Copy the full SHA bec12d6View commit details
Commits on Nov 15, 2023
-
Add test cases for client sync call
Signed-off-by: KKSTB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9a22d9 - Browse repository at this point
Copy the full SHA d9a22d9View commit details
Commits on Nov 16, 2023
-
1. Resolve flake8 formatting problems
2. Remove test_sync_call_slow() 3. Shorten test time Signed-off-by: KKSTB <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe59e7c - Browse repository at this point
Copy the full SHA fe59e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d86be6 - Browse repository at this point
Copy the full SHA 1d86be6View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9d97c1e - Browse repository at this point
Copy the full SHA 9d97c1eView commit details