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

Add missing dependency on pluginlib #1

Merged
merged 1 commit into from
Mar 8, 2013

Conversation

wjwwood
Copy link
Member

@wjwwood wjwwood commented Mar 8, 2013

Nodelet does not pass along pluginlib implicitly, because pluginlib is not used in any exposed headers. This is correct behavior on nodelet's behalf.

This library directly imports pluginlib:

https://github.com/ros-perception/laser_proc/blob/groovy-devel/src/LaserProcNodelet.cpp#L59

And therefore this package should depend on pluginlib explicitly.

@chadrockey
Copy link
Member

Great! Thanks for the help. Did this work in the past for depthimage to laserscan? I'll have to update that one as well.

@wjwwood
Copy link
Member Author

wjwwood commented Mar 8, 2013

No idea.

@chadrockey
Copy link
Member

depthimage_to_laserscan got this dependency from image_transport.

chadrockey added a commit that referenced this pull request Mar 8, 2013
@chadrockey chadrockey merged commit 9034db4 into groovy-devel Mar 8, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants