jetson agx xavier +ros+python

<launch>
 <node name="talker"pkg="beginner_tutorials"type="talker.py"/>
 <node name="listener"pkg="beginner_tutorials"type="listener.py"/>
</launch>

RLException: Invalid roslaunch XML syntax: not well-formed (invalid token): line 2, column 20
The traceback for the exception was written to the log file

<launch>
    <node name="talker" pkg="beginner_tutorials" type="talker.py" />
    <node name="listener" pkg="beginner_tutorials" type="listener.py" />
</launch>

版权声明:本文为qq_35212636原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。