Michael Orlov

Results 271 comments of Michael Orlov

> I don't think this rule makes sense to me. If I specify --all --regex foo - should I really expect that the regex argument is invalidated? Should all only...

- Closing as wouldn't be merged. - The PR will be superseded by the #1480

- Closing this task since requested functionality will be implemented as part of the bigger feature implementation in core of the ROS 2 described in the [REP-2011](https://github.com/ros-infrastructure/rep/pull/358) and [REP-2016](https://github.com/ros-infrastructure/rep/pull/381) implementation....

@asymingt Thank your for new feature request. As usual PRs are welcome for consideration. Form my side as a help with design and implementation I created draft https://github.com/ros2/rosbag2/pull/1028

@andrewbest-tri We already have special parameter for excluding topics. ``` '-x', '--exclude', default='', help='Exclude topics containing provided regular expression. ' 'Works on top of --all, --regex, or topics list.') ```...

- Closing this issue since Galactic reached its End Of Life.

- Closing this issue in favor of the other opened https://github.com/ros2/rosbag2/issues/1553. After https://github.com/ros2/rosbag2/issues/1553 is implemented, one can match `topic_id` to the `topic_type` or `topic_name` stored in metadata. i.e. having a...

@clalancette @emersonknapp I remember we had problems on the on RHEL-8 due to the lack of adequate support for `std::filesystem::path(..)` See https://github.com/ros2/rosbag2/pull/1104 for details. Has it already been fixed or...

@tpasternak I am on CLion 2024.1.1 with a big Bazel project, and Google test indexing is continuously running forever and restarting repeatedly if stop it manually. What did you mean...

@tpasternak Unfortunately, in this particular case, minimum and reproducible are two contradictory entities. I think the problem is in the design of how tests are indexing in the Bazel plugin....