-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error in dependencies needed to run Noether Gui App (Dev Branch) #225
Comments
Added the lib folder of libjawt.so and libjvm.so to the LD_LIBRARY_PATH.
GUI is running in current window with this additional paths. |
I noticed the same thing here on Humble, but the issue doesn't appear to happen any more. I haven't tested on |
@Humvee3982 How are you running noether_gui_app? I can't find the executable when I try autocomplete by tab in terminal but I can see the line adding adding executable noether_gui_app in the CMake.. |
You should find an Application when using colcon and running it without an error in the Note: I'm using the dev branch |
@Humvee3982 I see, there isn't a Side note, there's a typo in your LD_LIBRARY_PATH update that might drive some people who are having the same problem a little crazy. Yours say
Very minor detail that's a little hard to pickup, so I thought I'd mention it. Thanks for the help though! I really appreciate it! Got everything running on here thanks to you |
FWIW, all of this repo on the |
@marip8 I think the basic use of Noether is rastering or combing along the surface of a provided mesh, which I think is handled pretty well at the moment. It would be nice to have to the current gui pop up in a separate window than RViz (similar to the scan n plan workshop) but also have a portion that let's you name and publish topics after generating tool path plans. That would make the gui act like a preview for generating tool path plans. I do believe Noether should have a closer connection to Industrial Reconstruction, so that users would have the option to load a mesh from a reconstruction, but I get how that would be application specific. I do think that there are going to be a handful popular uses of Noether (which are seen in other ros-industrial repos) that could be packaged more project agnostic rather than ROS agnostic. It was a little difficult to swap out robots and controllers from other projects to just use their panels for generating meshes and tool path plans.. Regardless, I appreciate your response and interest! Noether really pulls my project together. I'm going to see what else I can do to integrate it better into my workflow, and if I can add anything worth contributing (hopefully) I'll be back in here |
Proceed to reproduce:
sudo resdep install -i -r --rosdistro=rolling --from-paths src
colcon build --symlink-install
The text was updated successfully, but these errors were encountered: