Michael Orlov

Results 271 comments of Michael Orlov

Re-run Windows CI It seems the previous failure is unrelated to the changes from this PR. ``` C:\ci\ws\src\yschulz\rosbag2\rosbag2_storage\include\rosbag2_storage/yaml.hpp(28,10): fatal error C1083: Cannot open include file: 'yaml-cpp/yaml.h': No such file or...

@clalancette Out of curiosity if this is a known issue ``` C:\ci\ws\src\yschulz\rosbag2\rosbag2_storage\include\rosbag2_storage/yaml.hpp(28,10): fatal error C1083: Cannot open include file: 'yaml-cpp/yaml.h': No such file or directory (compiling source file C:\ci\ws\src\yschulz\rosbag2\rosbag2_storage\src\rosbag2_storage\metadata_io.cpp) [C:\ci\ws\build\rosbag2_storage\rosbag2_storage.vcxproj]...

Re-run Windows CI after rebasing on the latest Roling * Windows [![Build Status](http://ci.ros2.org/buildStatus/icon?job=ci_windows&build=21679)](http://ci.ros2.org/job/ci_windows/21679/)

Ok. CI is green after rebase. Merging then.

https://github.com/Mergifyio backport jazzy

- Closing as a stale issue since there is no response from the author.

- Closing as a stale issue. - The helper functions are already inplace, and tests will be rewritten to be able to send analog of the CTL+C on Windows in...

@leizhenyu-lzy A friendly ping to follow up on the @fujitatomoya question > i think you are missing some required packages (Qt), and that leads https://github.com/python-pillow/Pillow/blob/f8160b858aebf8b7bffdefba48735feac300a060/src/PIL/ImageQt.py#L172 this if statement to be...

@MiguelCompany @EduPonz Could you please handle/triage this issue? The **35ms** delay looks like an unreasonably long delay for a simple `publish()` call with the ``` rclcpp::QoS custom_qos_profile = rclcpp::QoS(rclcpp::QoSInitialization::from_rmw(rmw_qos_profile_default)) .history(rmw_qos_history_policy_t::RMW_QOS_POLICY_HISTORY_KEEP_LAST)...

### Preliminary analysis The failure is very strange. It turns out that we already have `KeyboardInterrupt` handler in the relevant `relay_field.py` https://github.com/ros-tooling/topic_tools/blob/cefac4787f10a706d4bacf115c628b95f5033461/topic_tools/topic_tools/relay_field.py#L217-L227 Also according to the call stack, the failure...