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

You just need to remap (rename) the topic. It is explained on wiki in Remapping Arguments .

For you specific case, either:

  • Running from command-line, `rosrun hokuyo_node hokuyo_node scan:=base_scan
  • In launch script, <node pkg="hokuyo_node" type="hokuyo_node" name="hokuyo" > <remap from="scan" to="base_scan" />

You just need to remap (rename) the topic. It is explained on wiki in Remapping Arguments .

For you specific case, either:

  • Running from command-line, `rosrun rosrun hokuyo_node hokuyo_node scan:=base_scan
  • In launch script, <node pkg="hokuyo_node" type="hokuyo_node" name="hokuyo" > <remap from="scan" to="base_scan" />

You just need to remap (rename) the topic. It is explained on wiki in Remapping Arguments .

For you specific case, either:

  • Running from command-line, rosrun hokuyo_node hokuyo_node scan:=base_scan
  • In launch script, <node pkg="hokuyo_node" type="hokuyo_node" name="hokuyo" > <remap from="scan" to="base_scan" /> </node>

You just need to remap (rename) the topic. It is explained on wiki in Remapping Arguments .

For you specific case, either:

  • Running from command-line, rosrun hokuyo_node hokuyo_node scan:=base_scan
  • In launch script, <node pkg="hokuyo_node" type="hokuyo_node" name="hokuyo" > <remap from="scan" to="base_scan" />/> </node> </node>