jhdcs

Results 44 comments of jhdcs

Or not. Just the UI being strange.

Ah, yes, it needs a `compile_commands.json` file to have been generated (which we can get via `-DCMAKE_EXPORT_COMPILE_COMMANDS=ON`). I'll try and add in those modifications and see where this leaves us.

[clang_tidy_output.txt](https://github.com/ros2/rosbag2/files/6696887/clang_tidy_output.txt) For our information, this is what Clang-Tidy is returning when I run it locally.

> FYI. `Clang-Tidy` built-in in `CLion` IDE and highlights all these findings by the red color by default and even sometimes suggesting quick fixes or giving extra info about issue....

> I notice that a significant amount of the output is from generated code in `build/` - is there a way to only run on the "written" code in `src/`?...

> Regardless of that - rosbag2 needs to solve the "old bag problem" in some way - we will have to make changes at some point, it seems inevitable. I...

Thank you very much for all your hard work! I'm glad to see ROS 2 Rust finally get support for this!!!

On the three different variants of the message interface: 1. `builtin_interfaces::msg::Time` is the standard sort of message that we would like to use; however, due to Rust not being on...

Yes I am! Though progress is admittedly slow. I would welcome any and all help that you would like to provide! I'm currently trying to create a unit test to...

From a quick peek into the CI logs, it looks like the system is having trouble finding the `examples_logging_demo` and `examples_parameter_demo` packages. Do you know of anything that might cause...