You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed the package.h issue in #14. This header was no longer required - it was left over from a previous implementation of the class - so I simply deleted the #include.
The other error message is because of an OMPL version incompatibility and, thankfully, has nothing to do with Boost. The SimpleSetup(const base::SpaceInformationPtr &) constructor was added in this OMPL commit, which was first released the OMPL 1.0.0 release (October 26, 2014).
I still do need to get Travis builds up, although I don't think it would have caught either of these bugs. 😓
Here are the errors I got in aikido build. It seems ompl and boost doesn't go well. I have ompl 0.13.0 and boost 1.54.0 installed.
The text was updated successfully, but these errors were encountered: