rosidl_cli
4.0
  • Python API
    • rosidl_cli package
      • Subpackages
        • rosidl_cli.command package
      • Submodules
        • rosidl_cli.cli module
        • rosidl_cli.common module
        • rosidl_cli.entry_points module
        • rosidl_cli.extensions module
      • Module contents
  • Standard Documents
    • CHANGELOG
      • Changelog for package rosidl_cli
        • 4.0.1 (2023-07-14)
        • 4.0.0 (2023-04-11)
        • 3.4.0 (2023-02-13)
        • 3.3.1 (2022-11-02)
        • 3.3.0 (2022-09-08)
        • 3.2.1 (2022-06-21)
        • 3.2.0 (2022-05-04)
        • 3.1.3 (2022-04-08)
        • 3.1.2 (2022-04-05)
        • 3.1.1 (2022-03-28)
        • 3.1.0 (2022-03-01)
        • 3.0.1 (2022-01-13)
        • 3.0.0 (2021-11-05)
        • 2.5.0 (2021-08-10)
        • 2.4.0 (2021-07-12)
        • 2.3.0 (2021-06-11)
        • 2.2.1 (2021-04-06)
        • 2.2.0 (2021-03-18)
        • 2.1.0 (2021-03-09)
    • PACKAGE
  • Index
rosidl_cli
  • rosidl_cli
  • rosidl_cli package
  • rosidl_cli.command package
  • View page source

rosidl_cli.command package

Subpackages

  • rosidl_cli.command.generate package
    • Submodules
      • rosidl_cli.command.generate.api module
        • generate()
      • rosidl_cli.command.generate.extensions module
        • GenerateCommandExtension
        • load_type_extensions()
        • load_typesupport_extensions()
    • Module contents
      • GenerateCommand
        • GenerateCommand.add_arguments()
        • GenerateCommand.main()
        • GenerateCommand.name
  • rosidl_cli.command.translate package
    • Submodules
      • rosidl_cli.command.translate.api module
        • translate()
      • rosidl_cli.command.translate.extensions module
        • TranslateCommandExtension
        • load_translate_extensions()
    • Module contents
      • TranslateCommand
        • TranslateCommand.add_arguments()
        • TranslateCommand.main()
        • TranslateCommand.name

Submodules

  • rosidl_cli.command.helpers module
    • dependencies_from_include_paths()
    • generate_visibility_control_file()
    • idl_tuples_from_interface_files()
    • interface_path_as_tuple()
    • legacy_generator_arguments_file()
    • package_name_from_interface_file_path()

Module contents

class rosidl_cli.command.Command

Bases: object

The extension point for ‘command’ extensions.

The following methods must be defined: * main * add_arguments

add_arguments(parser)
main(*, parser, args)
Previous Next

© Copyright The <rosidl_cli> Contributors. License: Apache License 2.0.

Built with Sphinx using a theme provided by Read the Docs.