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

Problem of Capter6 code #29

Open
tomato1986 opened this issue Oct 28, 2017 · 2 comments
Open

Problem of Capter6 code #29

tomato1986 opened this issue Oct 28, 2017 · 2 comments

Comments

@tomato1986
Copy link

Hi. When I tried to run chapter 6 code (roslaunch my_controller_pkg my_controller.launch), following error message appeared.
Why is this? I cannot solve this problem.

[ERROR] [1509151282.659039134, 11.464000000]: Could not load class my_controller_pkg/MyControllerPlugin: Could not find library corresponding to plugin my_controller_pkg/MyControllerPlugin. Make sure the plugin description XML file has the correct name of the library and that the library actually exists.
[ERROR] [1509151282.659179317, 11.464000000]: Could not load controller 'my_controller_name' because controller type 'my_controller_pkg/MyControllerPlugin' does not exist

My simulation environment is
Ubuntu 14LTS
ROS indigo

@qboticslabs
Copy link
Owner

Just check whether the ROS workspace is in the ROS Package path.

$ echo $ROS_PACKAGE_PATH

After catkin_make, you can list out the plugins available in the system using the command mentioned in the book.

@tomato1986
Copy link
Author

Thank you.
When I run "catkin build" instead of catkin_make, the code could work!!

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

2 participants