Question about nodes
Hi all,
I have a question about how nodes are implemented in ROS. From what I understand the "type=" definition refers to an executable file that ROS runs. Consider this example:
<node name="robot_state" pkg="robot_state_publisher" type="robot_state_publisher"/>
Now when I go into the robot_state package I don't find an executable called robot_state_publisher. Would anyone care to explain why that is?
Regards, Devin