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

[rospack] Error: package 'p3dx_mover' not found How to handle this error?

asked 2015-09-27 02:56:38 -0500

abhinaveen gravatar image

When I run the following command in the terminal $ rosrun p3dx_mover popenMover.py [rospack] Error: package 'p3dx_mover' 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.

edit retag flag offensive close merge delete

Comments

1

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.

gvdhoorn gravatar image gvdhoorn  ( 2016-09-15 07:10:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-09-27 19:55:11 -0500

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.

  1. Go to the github page where the p3dx_mover is located. ( https://github.com/SD-Robot-Vision/p3... )

  2. Clone the repository inside the src folder of your catkin workspace (i.e., catkin_ws/src/).

  3. Run $ catkin_make from your workspace.

  4. Now a $ rospack find p3dx_mover should give the location where the package is installed.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-09-27 02:56:38 -0500

Seen: 1,158 times

Last updated: Sep 27 '15