Skip to content

RuntimeInfo

Information about the application's runtime components.

Initializer

import ros_cdk_assembly_schema
ros_cdk_assembly_schema.RuntimeInfo(
  libraries: typing.Mapping[str]
)

Properties

Name Type Description
libraries typing.Mapping[str] The list of libraries loaded in the application, associated with their versions.

librariesRequired

libraries: typing.Mapping[str]
  • Type: typing.Mapping[str]

The list of libraries loaded in the application, associated with their versions.