squirrel-project / squirrel_planning

Repository for planning related SQUIRREL packages.
0 stars 8 forks source link

(KCL) small waypoints update #45

Closed m312z closed 8 years ago

ipa-nhg commented 8 years ago

LGTM

m312z commented 8 years ago

Here the Travis build failed because Python version 3.4 was not found. As this compiles elsewhere, I'm not sure what can fix this?

ipa-rmb commented 8 years ago

Error message from Travis:

CMake Error at /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find PythonLibs: Found unsuitable version "2.7.6", but required is at least "3.4" (found /usr/lib/x86_64-linux-gnu/libpython2.7.so) Call Stack (most recent call first): /usr/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:372 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.2/Modules/FindPythonLibs.cmake:205 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:17 (find_package)

m312z commented 8 years ago

@ipa-nhg can we try a Travis build now?

m312z commented 8 years ago

Ah, nvm. We got a new error. Looking into it now.

At least python was loaded!

ipa-nhg commented 8 years ago

@m312z @Senka2112 The error looks like there is a problem with python-catkin-pkg , maybe you have to force build with python3-catkin-pkg? I tried only installing the package manually but it also didn't work...

m312z commented 8 years ago

@ipa-nhg I'll keep trying.

Good news is that apart from Travis, it compiled everywhere during the integration meeting, so this is not as urgent as it would otherwise have been.

Ideally we can fix this before Philip Zech's deadline in January.

ipa-nhg commented 8 years ago

Travis is happy! thanks @m312z

ipa-nhg commented 8 years ago

If you remove the recommender package, please update also the package.xml of the metapackage https://github.com/m312z/squirrel_planning/blob/indigo_dev/squirrel_planning/package.xml#L16

ipa-nhg commented 8 years ago

Thanks! Finally merged!