what are the differences between "name" and "type" in roslaunch?
what are the differents between "name" and "type" in roslaunch for nodes?
<launch>
<master auto="start"/>
<node pkg="tf" type="static_transform_publisher" name="fake_localize" args="0 0 0 0 0 0 map odom 10"/>
</launch>