ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I copied and pasted following:
1 <launch> 2 3 <group ns="turtlesim1"> 4 <node pkg="turtlesim" name="sim" type="turtlesim_node"/> 5 </group> 6 7 ...
If that is an actual copy-paste, then the problem are the line number.
Those are not supposed to be there.
Remove them and try again.
2 | No.2 Revision |
I copied and pasted following:
1 <launch> 2 3 <group ns="turtlesim1"> 4 <node pkg="turtlesim" name="sim" type="turtlesim_node"/> 5 </group> 6 7 ...
If that is an actual copy-paste, then the problem are the line number.numbers.
Those are not supposed to be there.
Remove them and try again.
3 | No.3 Revision |
I copied and pasted following:
1 <launch> 2 3 <group ns="turtlesim1"> 4 <node pkg="turtlesim" name="sim" type="turtlesim_node"/> 5 </group> 6 7 ...
If that is an actual copy-paste, then the problem are is the line numbers.
Those are not supposed to be there.
Remove them and try again.