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
b4a4d2df
Commit
b4a4d2df
authored
Aug 11, 2013
by
Ken Tossell
Browse files
Fixed PACKAGE reference.
parent
7792f480
Changes
1
Show whitespace changes
Inline
Side-by-side
libuvc_camera/cfg/UVCCamera.cfg
View file @
b4a4d2df
...
...
@@ -182,4 +182,4 @@ gen.add("white_balance_RV", double_t, SensorLevels.RECONFIGURE_RUNNING,
# TODO: analog video standard, analog video lock
exit
(
gen
.
generate
(
PACKAGE
,
"libuvc_camera"
,
"UVCCamera"
))
exit
(
gen
.
generate
(
'libuvc_camera'
,
"libuvc_camera"
,
"UVCCamera"
))
Write
Preview
Supports
Markdown
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