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
# terminal 1
ros2 run examples_rclpy_minimal_action_server server
# terminal 2
ros2 run examples_rclpy_minimal_action_client client
# Once action finishes Ctrl+C in terminal 1
Traceback (most recent call last):
File "C:\ros2-windows\lib\examples_rclpy_minimal_action_server\server-script.py", line 33, in <module>
sys.exit(load_entry_point('examples-rclpy-minimal-action-server==0.18.0', 'console_scripts', 'server')())
File "C:\ros2-windows\Lib\site-packages\examples_rclpy_minimal_action_server\server.py", line 100, in main
rclpy.spin(minimal_action_server, executor=executor)
File "C:\ros2-windows\Lib\site-packages\rclpy\__init__.py", line 228, in spin
executor.spin_once()
File "C:\ros2-windows\Lib\site-packages\rclpy\executors.py", line 786, in spin_once
self._spin_once_impl(timeout_sec)
File "C:\ros2-windows\Lib\site-packages\rclpy\executors.py", line 767, in _spin_once_impl
handler, entity, node = self.wait_for_ready_callbacks(
File "C:\ros2-windows\Lib\site-packages\rclpy\executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "C:\ros2-windows\Lib\site-packages\rclpy\executors.py", line 600, in _wait_for_ready_callbacks
wait_set.wait(timeout_nsec)
KeyboardInterrupt
[ERROR] [1683619416.040049400] [rcl]: Failed to remove timer jump callback
[ros2run]: Process exited with failure 3221225786
Expected behavior
Server exits cleanly
Actual behavior
Additional information
Feature request
Feature description
Implementation considerations
The text was updated successfully, but these errors were encountered:
Yadunund
changed the title
rclpy action server examples exit with error: failed to remove timer jump callback
rclpy action server examples exit with error "failed to remove timer jump callback" on windows
May 10, 2023
Bug report
Required Info:
Steps to reproduce issue
Ctrl+C
Expected behavior
Server exits cleanly
Actual behavior
Additional information
Feature request
Feature description
Implementation considerations
The text was updated successfully, but these errors were encountered: