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

Revision history [back]

There seems to be a way to make comments like this.

<?ignore
<node name="my_rqt_dashboard" pkg="rqt_gui" type="rqt_gui" respawn="false" output="screen" 
    args="--perspective-file $(find my_rospkg)/cfg/viz/asdf.perspective"/>
?>

ref : https://norlab.ulaval.ca/research/how-to-comment-lauch-file/

There seems to be a way to make comments like this.

<?ignore
<node name="my_rqt_dashboard" pkg="rqt_gui" type="rqt_gui" respawn="false" output="screen" 
    args="--perspective-file $(find my_rospkg)/cfg/viz/asdf.perspective"/>
?>

( <?ignore <stuff> ?>, and <stuff> is said to be a comment. )

ref : https://norlab.ulaval.ca/research/how-to-comment-lauch-file/