-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings appearing as errors when compiling noether #148
Comments
It is running clang tidy, but that should only run if NOETHER_ENABLE_TESTING is set to on. Though it does not look like you are setting it, but I do not see where it is being initialize to off. When building pass --cmake-args -DNOETHER_ENABLE_TESTING=OFF and see if it goes away. I also recommend doing a clean build. |
Ah okay, I'll try with that variable set then thanks 👍 . Should those be fixed in noether then if the code isn't passing the clang check, or are they not a concern? |
Success! Thanks for the help. Will leave this open in case the warnings need to be fixed |
They should be fixed, but depending on the error/warning it may not be an issue. |
There are a few open PR's where we are restructuring and cleaning up the repo, so it may be getting addressed in one of those but this should remain open until those are merged and tested. |
Hi,
I'm attempting to compile noether without having to build VTK or PCL from source. I've downloaded the
libpcl-dev
andros-noetic-pcl-msgs
packages throughapt-get
, however I'm getting the following errors when building thevtk_viewer
package:Any ideas & suggestions would be much appreciated!
The text was updated successfully, but these errors were encountered: