Hello everybody,
I have just installed the orocos-toolchain package under ROS Hydro (on Ubuntu 12.04) via apt-get using the instructions reported here: http://wiki.ros.org/orocos_toolchain for Hydro.
After installation, all I have is an empty package under /opt/ros/hydro/share/orocos-toolchain
that contains only package.xml file and nothing else (no rtt or ocl folders, and so on).
All I can see from the apt-get installation is this error:
sh: 0: getcwd() failed: No such file or directory sh: 0: getcwd() failed: No such file or directory sh: 0: getcwd() failed: No such file or directory Selecting previously unselected package ros-hydro-orocos-toolchain. (Reading database ... 297061 files and directories currently installed.) Unpacking ros-hydro-orocos-toolchain (from .../ros-hydro-orocos-toolchain_2.7.0-1precise-20140819-1853-+0000_amd64.deb) ... Setting up ros-hydro-orocos-toolchain (2.7.0-1precise-20140819-1853-+0000) ...
but the installations goes fine (or so it seems). Of course, when I type source `rosstack find orocos_toolchain`/env.sh
no env.sh
file if found at all.
Am I doing something wrong?
Thank you in advance, Federico