Skip to content

Use choice XML tag in .launch.xml files #250

@destogl

Description

@destogl

Add this to the example launch files to keep the knowledge about it.

Here the example:

<arg name="log_level_driver" default="info" description="Set the logging level of the loggers of all started nodes.">
      <choice value="debug"/>
      <choice value="DEBUG"/>
      <choice value="info"/>
      <choice value="INFO"/>
      <choice value="warn"/>
      <choice value="WARN"/>
      <choice value="error"/>
      <choice value="ERROR"/>
      <choice value="fatal"/>
      <choice value="FATAL"/>
  </arg>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions