ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ok, stupid me...

I must not use the paramClient inside the node but the node itself to call has_parameter().

this->has_parameter( name ) instead of paramClient.has_parameter( name )