Skip to content

RuntimeInfo

Backwards compatibility for when 'RuntimeInfo' was defined here.

This is necessary because its used as an input in the stable

core.ConstructNode.synth

Initializer

import com.aliyun.ros.cdk.cxapi.RuntimeInfo;
RuntimeInfo.builder()
    .libraries(java.util.Map<java.lang.String, java.lang.String>)
    .build();

Properties

Name Type Description
libraries java.util.Map The list of libraries loaded in the application, associated with their versions.

~~libraries~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public java.util.Map<java.lang.String, java.lang.String> getLibraries();
  • Type: java.util.Map

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