Move_base launching error
Hi! We made our own move_base package according to the original one and tried to launch it on the PR2. But ros could not find our package. We already set up our ROS PACKAGE PATH to our workspace. The error are following
[c2-0]: ERROR: cannot launch node of type [move_base_3/move_base]: move_base_3
ROS path [0]=/opt/ros/fuerte/share/ros
ROS path [1]=/opt/ros/fuerte/share
ROS path [2]=/opt/ros/fuerte/stacks
[c2-0]: ... done launching nodes
And here is our ros package path messages
/u/jfasola/fuerte_workspace/sandbox:/u/jfasola/fuerte_workspace/sandbox:/opt/ros/fuerte/stacks:/opt/ros/fuerte/share:/opt/ros/fuerte/share/ros
can you post your launch file as well?
I solved that problem. I targeted the node to c2, but it was copied to c1. Thanks!