Skip to content

Conditional includes of launch files are not displayed #17

@matthiashh

Description

@matthiashh

First of all thanks for the work put into this tool.

One thing I found missing is a visualization of conditions. For example in

  <!-- Gazebo  -->
  <include if="$(arg sim)" file="$(find bh_gazebo)/launch/gazebo.launch">
      <arg name="world" value="$(arg world)"/>
      <arg name="robot_name" value="dual_arm"/>
      <arg name="gui" value="$(arg gui)"/>
  </include>

the condition if="$(arg sim)" is not rendered in the GUI, but quite important when trying to understand launch files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions