yujinrobot / yujin_tools

Tools and utilities for development, typically with ROS build environments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yujin_make on hydro doesn't have underlying python paths

stonier opened this issue · comments

Fails when trying to import genlisp in a very normal build on hydro.

The build/catkin_generated/setup_cached.sh file doesn't include the underlying spaces when constructing the python path.

This was actually broken by my patch for helping to find installed underlays in https://github.com/ros/catkin/blob/groovy-devel/cmake/templates/generate_cached_setup.py.in. If one of the underlays is in the catkin global python destination, it doesn't add that path as it's already existing...from where?

From yujin_make! ha!