ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think you missed sourcing your workspace after catkin_make:

source /home/asun/catkin_ws/devel/setup.bash

If you have only sourced the setup.bash of the ros distro in /opt/ros/... your environment will not know where the packages/execs in your workspace are places....