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

I'm assuming your using c++.

You can create as many NodeHandles as you want in your code. You only need to call ros::init at the top of your main. Everything else can just create a ros::NodeHandle using any valid constructor.