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

Revision history [back]

click to hide/show revision 1
initial version

A few year later (hoping that someone will find this useful):

<launch>
    <node name = "my_rqt_dashboard" pkg = "rqt_gui" type = "rqt_gui" respawn = "false" output = "screen" args = "--perspective-file $(find my_pkg_with_rqt_config)/rqt_config/my_dashboard.perspective"/>
</launch>

A few year later (hoping that someone will find this useful):

<launch>
    <node name = "my_rqt_dashboard" pkg = "rqt_gui" type = "rqt_gui" respawn = "false" output = "screen" args = "--perspective-file name="my_rqt_dashboard" pkg="rqt_gui" type="rqt_gui" respawn="false" output="screen" args="--perspective-file $(find my_pkg_with_rqt_config)/rqt_config/my_dashboard.perspective"/>
</launch>