export declare const RobotApplicationRobotSoftwareSuiteName: { readonly Ros: "ROS"; readonly Ros2: "ROS2"; readonly General: "General"; }; /** * The name of robot software suite. */ export type RobotApplicationRobotSoftwareSuiteName = (typeof RobotApplicationRobotSoftwareSuiteName)[keyof typeof RobotApplicationRobotSoftwareSuiteName]; export declare const RobotApplicationRobotSoftwareSuiteVersion: { readonly Kinetic: "Kinetic"; readonly Melodic: "Melodic"; readonly Dashing: "Dashing"; }; /** * The version of robot software suite. */ export type RobotApplicationRobotSoftwareSuiteVersion = (typeof RobotApplicationRobotSoftwareSuiteVersion)[keyof typeof RobotApplicationRobotSoftwareSuiteVersion]; export declare const RobotApplicationSourceConfigArchitecture: { readonly X8664: "X86_64"; readonly Arm64: "ARM64"; readonly Armhf: "ARMHF"; }; /** * The architecture of robot application. */ export type RobotApplicationSourceConfigArchitecture = (typeof RobotApplicationSourceConfigArchitecture)[keyof typeof RobotApplicationSourceConfigArchitecture]; export declare const RobotArchitecture: { readonly X8664: "X86_64"; readonly Arm64: "ARM64"; readonly Armhf: "ARMHF"; }; /** * The target architecture of the robot. */ export type RobotArchitecture = (typeof RobotArchitecture)[keyof typeof RobotArchitecture]; export declare const SimulationApplicationRenderingEngineName: { readonly Ogre: "OGRE"; }; /** * The name of the rendering engine. */ export type SimulationApplicationRenderingEngineName = (typeof SimulationApplicationRenderingEngineName)[keyof typeof SimulationApplicationRenderingEngineName]; export declare const SimulationApplicationRobotSoftwareSuiteName: { readonly Ros: "ROS"; readonly Ros2: "ROS2"; readonly General: "General"; }; /** * The name of the robot software suite. */ export type SimulationApplicationRobotSoftwareSuiteName = (typeof SimulationApplicationRobotSoftwareSuiteName)[keyof typeof SimulationApplicationRobotSoftwareSuiteName]; export declare const SimulationApplicationRobotSoftwareSuiteVersion: { readonly Kinetic: "Kinetic"; readonly Melodic: "Melodic"; readonly Dashing: "Dashing"; readonly Foxy: "Foxy"; }; /** * The version of the robot software suite. */ export type SimulationApplicationRobotSoftwareSuiteVersion = (typeof SimulationApplicationRobotSoftwareSuiteVersion)[keyof typeof SimulationApplicationRobotSoftwareSuiteVersion]; export declare const SimulationApplicationSimulationSoftwareSuiteName: { readonly Gazebo: "Gazebo"; readonly RosbagPlay: "RosbagPlay"; readonly SimulationRuntime: "SimulationRuntime"; }; /** * The name of the simulation software suite. */ export type SimulationApplicationSimulationSoftwareSuiteName = (typeof SimulationApplicationSimulationSoftwareSuiteName)[keyof typeof SimulationApplicationSimulationSoftwareSuiteName]; export declare const SimulationApplicationSimulationSoftwareSuiteVersion: { readonly Seven: "7"; readonly Nine: "9"; readonly SimulationApplicationSimulationSoftwareSuiteVersion_11: "11"; readonly Kinetic: "Kinetic"; readonly Melodic: "Melodic"; readonly Dashing: "Dashing"; readonly Foxy: "Foxy"; }; /** * The version of the simulation software suite. */ export type SimulationApplicationSimulationSoftwareSuiteVersion = (typeof SimulationApplicationSimulationSoftwareSuiteVersion)[keyof typeof SimulationApplicationSimulationSoftwareSuiteVersion]; export declare const SimulationApplicationSourceConfigArchitecture: { readonly X8664: "X86_64"; readonly Arm64: "ARM64"; readonly Armhf: "ARMHF"; }; /** * The target processor architecture for the application. */ export type SimulationApplicationSourceConfigArchitecture = (typeof SimulationApplicationSourceConfigArchitecture)[keyof typeof SimulationApplicationSourceConfigArchitecture];