Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package 'vrep_ros_plugin' not found #58

Open
MustafaDaoud opened this issue Oct 21, 2016 · 2 comments
Open

package 'vrep_ros_plugin' not found #58

MustafaDaoud opened this issue Oct 21, 2016 · 2 comments

Comments

@MustafaDaoud
Copy link

Hi,
I installed the package on ros indigo, ubuntu 14.04
when I run vrep, I encounter this erro and vrep doesn't open

Plugin 'RosBridge': loading...
[rospack] Error: package 'vrep_ros_plugin' not found
[librospack]: error while executing command
terminate called after throwing an instance of 'pluginlib::ClassLoaderException'
what(): Unable to find package: vrep_ros_plugin
Aborted (core dumped)

@jokla
Copy link
Contributor

jokla commented Mar 15, 2017

Hi,

Sorry for the delay. Have you added to you bashrc the following?

export ROS_PACKAGE_PATH=${ROS_PACKAGE_PATH}:/path_to_catkin_ws/catkin_ws/src
source /opt/ros/indigo/setup.bash
source /path_to_catkin_ws/catkin_ws/devel/setup.bash

@mtshikomba
Copy link

I am having a similar issue and I tried what you have suggested, but it did not work:

tangos@ubuntu:~/catkin_ws$ sudo ./devel/lib/pluginlib_tutorials_/polygon_loader
[rospack] Error: package 'pluginlib_tutorials_' not found
[librospack]: error while executing command
terminate called after throwing an instance of 'pluginlib::ClassLoaderException'
what(): Unable to find package: pluginlib_tutorials_
Aborted (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants