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

This error is due to the fact that ROS cannot find the package. By default ROS will search inside "stack" or "share" depending on the version for the package. Once you completed Step 5, the "eddiebot" folder was probably placed in: "/home/christopher/eddiebot"

You need to move it into: "opt/ros/fuerte/share/"

This can be done by the following:

sudo mv -i eddiebot opt/ros/fuerte/share

This error is due to the fact that ROS cannot find the package. By default ROS will search inside "stack" or "share" depending on the version of ROS, for the package. Once you completed Step 5, the "eddiebot" folder was probably placed in: "/home/christopher/eddiebot"

You need to move it into: "opt/ros/fuerte/share/"

This can be done by the following:

sudo mv -i eddiebot opt/ros/fuerte/share