Do I need to source fuerte setup.bash before using catkin?
Hi, i just tried to install ROS Fuerte core libraries to use them as an overlay. I did so using the instructions from http://www.ros.org/wiki/fuerte/Installation/Ubuntu/Source section 1.5.1. But when i try to do:
cmake .. -DCMAKE_INSTALL_PREFIX=~/home/local/ros_fuerte
I am getting the error:
CMake Warning at CMakeLists.txt:25 (find_package):
Could not find module Findcatkin.cmake or a configuration file for package
catkin.
Adjust CMAKE_MODULE_PATH to find Findcatkin.cmake or set catkin_DIR to the
directory containing a CMake configuration file for catkin. The file will
have one of the following names:
catkinConfig.cmake
catkin-config.cmake
CMake Error at CMakeLists.txt:28 (catkin_workspace):
Unknown CMake command "catkin_workspace".
When source /opt/ros/fuerte/setup.bash , the error disappears. But isn't this behaviour strange since the instructions are about installing ROS from source or am I missing something here?