Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
external
libuvc_ros
Commits
681c6343
Unverified
Commit
681c6343
authored
Apr 13, 2018
by
Kei Okada
Committed by
GitHub
Apr 13, 2018
Browse files
Merge pull request #45 from mikaelarguedas/patch-2
update to use non deprecated pluginlib macro
parents
c7d0bb3e
0cced03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
libuvc_camera/src/nodelet.cpp
View file @
681c6343
...
@@ -74,6 +74,5 @@ void CameraNodelet::onInit() {
...
@@ -74,6 +74,5 @@ void CameraNodelet::onInit() {
// Register this plugin with pluginlib.
// Register this plugin with pluginlib.
//
//
// parameters are: package, class name, class type, base class type
// parameters are: class type, base class type
PLUGINLIB_DECLARE_CLASS
(
libuvc_camera
,
driver
,
PLUGINLIB_EXPORT_CLASS
(
libuvc_camera
::
CameraNodelet
,
nodelet
::
Nodelet
)
libuvc_camera
::
CameraNodelet
,
nodelet
::
Nodelet
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment