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

Revision history [back]

Some things to look out for:

  • Make sure the node names are different. If you copied and pasted launch file code, it could be happening that both nodes are started with the same name, which could lead to the first getting killed as soon as the second one is started.
  • Both approaches might publish localization information to tf. This could lead to various issues.