Skip to content

Commit

Permalink
no need for protected - keep as was before
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Oct 31, 2014
1 parent 4251d87 commit f3f6162
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,11 @@ class ControllerManager{
/*\}*/


protected:
hardware_interface::RobotHW* robot_hw_;

private:
void getControllerNames(std::vector<std::string> &v);

hardware_interface::RobotHW* robot_hw_;

ros::NodeHandle root_nh_, cm_node_;

typedef boost::shared_ptr<ControllerLoaderInterface> LoaderPtr;
Expand Down

0 comments on commit f3f6162

Please sign in to comment.