Invalid roslaunch XML syntax: not well-formed (invalid token):
Launch file
<launch>
<arg name="model" />
<command="$(find xacro)/xacro.py $(find mastering_ros_robot_description_pkg)/urdf/seven_dof_arm.xacro" param name="robot_description" />
<param name="use_gui" value="true" />
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find mastering_ros_robot_description_pkg)/urdf.rviz" required="true" />
</launch>
I don't know what's wrong. Every time that I try run appear the same error: RLException: Invalid roslaunch XML syntax: not well-formed (invalid token): line 3, column 9 The traceback for the exception was written to the log file
I checked the line, but there is nothing wrong.