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
labrobotica
ros
iri_core
iri_ros_tools
Commits
3b24bf2f
Commit
3b24bf2f
authored
May 18, 2017
by
Sergi Hernandez
Browse files
Moved the module_nh to protected in order to be used by inherited classes.
parent
ef8795d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/iri_ros_tools/module.h
View file @
3b24bf2f
...
...
@@ -18,12 +18,13 @@
template
<
class
ModuleCfg
>
class
CModule
{
protected:
/* internal node handle */
ros
::
NodeHandle
module_nh
;
private:
std
::
string
name
;
ros
::
Rate
module_rate
;
CMutex
module_access
;
/* internal node handle */
ros
::
NodeHandle
module_nh
;
/* reconfiguer attributes */
dynamic_reconfigure
::
Server
<
ModuleCfg
>
dyn_reconf
;
/* thread attributes */
...
...
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