-
Notifications
You must be signed in to change notification settings - Fork 30
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
OMPL Dependency Version #132
Comments
DART and Aikido both use of C++11 extensively (@mxgrey is a C++ wizard), so I am surprised that you are having issues building with OMPL but not having issues building DART with the same compiler. Are you sure the issues aren't more mundane types of backwards incompatibility? |
Was it this issue:
Because I am having this issue as well. This is on ubuntu 14.04 with gcc 5.4.1 (I installed gcc 5), OMPL from the package manager. |
It looks like I don't think this is the same issue that @ClintLiddick had before, but I am not 100% sure. |
This is without ROS, so it's just the ubuntu package "ompl", which is apparently 0.13.0. I'll install ompl > 1.0 from source and see if it compiles then; a note in the readme might be worthwhile. |
I also found that OMPL switched from boost smart pointers to STL smart pointers since OMPL 1.2.0. This prevents building Aikido on macOS when the recent version of OMPL is installed (1.3.0). I think we should either: I guess we should (1) since the lab setting is Ubuntu 14.04 LTS. |
(Hah reminds me of OR_OMPL_HAS_BOOSTSMARTPTRS) |
The tests under |
I don't believe this issue is still persistent. Please reopen if it's not. |
While building aikido without catkin there was an error when using the Ubuntu 14.04 packaged OMPL (0.13), but the latest version (1.2.1) installed from source did not work either (many breaking changes, and also requiring a fully c++11 complier and stdlib, so GCC5+ which is not available on 14.04). Installing OMPL 1.1.0 from source worked. I'm not sure the best way to handle this odd dependency situation, but I know we should be able to build outside of a catkin workspace.
The text was updated successfully, but these errors were encountered: