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

forget to install nodelet xml files #3

Open
MiraiHattori opened this issue Nov 13, 2017 · 3 comments
Open

forget to install nodelet xml files #3

MiraiHattori opened this issue Nov 13, 2017 · 3 comments

Comments

@MiraiHattori
Copy link

hi
It seems you are forgetting to install nodelt xml files on your CMakeLists.txt

the problem was latest pluginlib crashes when you do not have pluginlib xml files, so we need to add something like

install(FILES
  rtp_plugins.xml app_plugins.xml
  DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

c.f.
ros-perception/slam_gmapping#56

@k-okada

@xuefengchang
Copy link
Owner

that may be an older version, we recommend compiling the latest source code.

@k-okada
Copy link

k-okada commented Nov 16, 2017 via email

@xuefengchang
Copy link
Owner

xuefengchang commented Dec 15, 2017

We have released the latest version. Thanks for your attention!
@k-okada @future731

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