Closed medino98 closed 8 months ago
Please open questions like this on https://robotics.stackexchange.com/questions/tagged/ros, which is our central Question and Answer site. You'll get a better answer there, and it will be searchable for the future.
Make sure to include a lot of information on what platform you are using, which ROS distribution you are using, and the exact steps you took.
Hi all!
I am new to ros2 and I came across with this guide for generating thread safety warnings with clang on the humble documentation page. https://docs.ros.org/en/humble/The-ROS2-Project/Contributing/Quality-Guide.html
I wanted to try it myself however no matter what I have tried I was not able to generate any warnings with the documentation given example.
My project structure:
The content of the trial.cpp file:
CMakeLists.txt:
package.xml:
The commands I ran for the build of the workspace (all the usual stuff and the commands referenced in the documentation)
I could not find any more resources in this matter so that is why I come here. I would be glad if someone could give me an insight into the matter in any way. Thanks in advance!