I am getting so many error messages. How can I get a clean ros2_ws that I can begin from the beginning. I have lost most of my previous work, that does not matter. But, I can’t go forward with this mess
Hi @ROxX ,
Those are not errors. They are just warnings that comes from test suites that are/were present inside previously created packages. They show up by default.
From what I see in your image, your package compilation is successful.
Please stop assuming that whatever error or warning or debug message printed on the screen has messed up your system. Please take a few seconds to Google the exact same lines to get to understand them. Every non-success message displayed on the screen is not an error! Please understand this.
There are no errors in your picture and your custom_interfaces
package has successfully compiled, as seen in the output. THERE IS NOTHING WRONG HERE!
Please proceed with your learning. Also try to understand the errors/warnings printed on the screen!
Regards,
Girish
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.