RobotApplicationConfig

Application configuration information for a robot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The application information for the robot application.

Link copied to clipboard

The version of the robot application.

Link copied to clipboard

The launch configuration for the robot application.

Link copied to clipboard
val tools: List<Tool>?

Information about tools configured for the robot application.

Link copied to clipboard

The upload configurations for the robot application.

Link copied to clipboard

A Boolean indicating whether to use default robot application tools. The default tools are rviz, rqt, terminal and rosbag record. The default is False.

Link copied to clipboard

A Boolean indicating whether to use default upload configurations. By default, .ros and .gazebo files are uploaded when the application terminates and all ROS topics will be recorded.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String