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

Revision history [back]

Have you tried "rospack profile"?

From the tutorial "Creating a Package":

"Now lets make sure that ROS can find your new package. It is often useful to call rospack profile after making changes to your path so that new directories will be found:

$ rospack profile
$ rospack find beginner_tutorials

"

Have you tried "rospack profile"?

From the tutorial "Creating a Package":

"Now lets make sure that ROS can find your new package. It is often useful to call rospack profile after making changes to your path so that new directories will be found:

$ rospack profile
$ rospack find beginner_tutorials

"

Try also to export just the folder /home/moni/VirtualTouch:

export ROS_PACKAGE_PATH=/home/moni/VirtualTouch:$ROS_PACKAGE_PATH

Have you tried "rospack profile"?

From the tutorial "Creating a Package":

"Now lets make sure that ROS can find your new package. It is often useful to call rospack profile after making changes to your path so that new directories will be found:

$ rospack profile
$ rospack find beginner_tutorials

"

EDIT:
Try also to export just the folder /home/moni/VirtualTouch:

$ export ROS_PACKAGE_PATH=/home/moni/VirtualTouch:$ROS_PACKAGE_PATH

ROS_PACKAGE_PATH=/home/moni/VirtualTouch:$ROS_PACKAGE_PATH