Tomoya Fujita
Tomoya Fujita
this issue is still valid and IMO nobody is working on this right at this moment. probably you can take a look at around https://github.com/ros2/rmw_implementation/blob/8bcc72770ff638b816d723660dafda82fccc28ff/test_rmw_implementation/test/test_subscription.cpp#L775 to understand. these tests are...
i am not able to reproduce this issue with rolling on amd64 ubuntu noble. ```console root@tomoyafujita-B760M-Pro-RS-D4:~/ros2_ws/colcon_ws# time timeout 30s ros2 run prover_rclpy rclpy_1452_subscriber [INFO] [1765780242.842557644] [clock_sub_with_timer]: Node started with multithreaded...
looks related to https://github.com/ros2/rclpy/issues/1381
this problem can be reproducible with my local environment, https://github.com/ros2/rclcpp/blob/b14af74a4c9b8683e72b15d61d0ed9121d883973/rclcpp/test/rclcpp/test_executor.cpp#L347 exception is thrown here, not in the second `spin_all` call. @jmachowinski @mjcarroll do you have any clue about this unexpected...
i am not able to reproduce this issue any more... does anyone have reproducible environment for this issue? according to https://github.com/ros2/rclcpp/issues/2926#issuecomment-3334695039, can we move the hot patch as following? i...
@Crola1702 any ways that we can try above diff in the reproducible environment?
@Crola1702 i created https://github.com/ros2/rclcpp/pull/3042
it is hard to determine what happened to you with current information, it would be more helpful to share more details like complete procedure or reproducible examples so that we...
@wjwwood @emersonknapp in waffle meeting, we decided to take this to next PMC meeting agenda.
probably duplication of https://github.com/ros2/rclpy/issues/1381