Skip to content
Snippets Groups Projects
Commit 99e3a106 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Made some attributes protected to allow inherited classes to use them.

parent 43f19fff
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ class CDynamixelMotorGroup
*
*/
std::vector<unsigned char> servo_id;
protected:
/* Motion sequence attributes */
/**
* \brief
......@@ -155,7 +156,6 @@ class CDynamixelMotorGroup
*
*/
CMutex motion_access;
protected:
/**
* \brief
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment