-
Notifications
You must be signed in to change notification settings - Fork 31
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
SNP TPP Build Error #44
Comments
This issue should be addressed by #37. Are you using a version of scan-n-plan workshop that includes these changes? Also, you'll need to update your version of the |
I'm using this fork and branch that @marrts created for Humble. I did a meld to compare the two forks, and most of the changes in the fork I'm using are small fixes (Use I have the other changes to include the correct |
AFAIK the port to the latest version of |
Rebasing onto latest master and checking out the specific version didn't fix the error unfortunately. However, after some more testing, I found something strange. When I compile my workspace in "Debug" mode (Specifying cmake arguments with colcon) the app does not crash, but when I compile in Release or |
Not sure why. I tried doing some digging and it turns out if I comment out loading the mesh modifier (L93 on noether_gui/src/tpp_pipeline_widget -
mesh_modifier_loader_widget_->configure(config[MESH_MODIFIERS_KEY]);
and tool path modifier (L110 on noether_gui/src/tpp_pipeline_widget -tool_path_modifier_loader_widget_->configure(config[TOOL_PATH_MODIFIERS_KEY]);
then the app runs fine without crashing. I checked and the header files are all included.If it's better, I can open a separate issue, but considering it's part of this PR I thought I'd drop a comment here. Any thoughts? Have you run into this issue as well?
Originally posted by @srsidd in #22 (comment)
The text was updated successfully, but these errors were encountered: