ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To call parent constructor from derived class use syntax :
not ::
child (ros::NodeHandle n) : parent (n) {std::cout << "child constructor" << std::endl ; }