ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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/
2 | No.2 Revision |
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/