[rospack] Error: package 'p3dx_mover' not found How to handle this error?
When I run the following command in the terminal $ rosrun p3dxmover popenMover.py [rospack] Error: package 'p3dxmover' not found I get above error. Please I need an urgent help.I need to resolve above error ASAP.If someone can help me quick it will be really helpful. Thanks in advance.
Asked by abhinaveen on 2015-09-27 02:56:38 UTC
Answers
It looks like you do not have the "p3dx_mover" package. Since there's no binary for this package, you will have to install the source code into your workspace.
Go to the github page where the p3dx_mover is located. (https://github.com/SD-Robot-Vision/p3dx_mover)
Clone the repository inside the src folder of your catkin workspace (i.e., catkin_ws/src/).
Run $ catkin_make from your workspace.
Now a $ rospack find p3dx_mover should give the location where the package is installed.
Asked by Sidd on 2015-09-27 19:55:11 UTC
Comments
Please refrain from adding pleas for help to your question. We already know that you need help, otherwise you wouldn't be posting here. And you probably won't get answers any sooner.
Asked by gvdhoorn on 2016-09-15 07:10:32 UTC