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

Revision history [back]

I found the problem: for some reason, the catkin_find command which is executed in rosrun script was not installed. A bit weird, since other packages depend on this one.

Anyway, installing catkin, in my case opkg install catkin solved the problem.

I found the problem: for some reason, the catkin_find command which is executed in rosrun script was not installed. A bit weird, since other packages depend on this one.

Anyway, installing catkin, in my case opkg install catkin solved the problem.

EDIT: I had the problem again on a different platform and I had to do: source /opt/ros/indifo/share/rosbash/rosbash to make it work.

I found the problem: for some reason, the catkin_find command which is executed in rosrun script was not installed. A bit weird, since other packages depend on this one.

Anyway, installing catkin, in my case opkg install catkin solved the problem.

EDIT: I had the problem again on a different platform and I had to do: source /opt/ros/indifo/share/rosbash/rosbash/opt/ros/indigo/share/rosbash/rosbash to make it work.