Interface DockedPose

Docked pose

Describe a docked pose element with its infos and poses needed to perfom the docking 🔻

See

RoboccDocs for further information

Hierarchy

  • DockedPose

Properties

approach_pose: Pose

Approach position

color?: string

Color

description: string

Description

disable_safety_distance?: number

Distance from which safety is disabled

docked_pose: Pose

Docked position,

guided_distance?: number

Distance from which robot only move front

icon?: string

Icon

id?: number

Id

id_map?: number

Id of the map

marker: string

Marker

max_speed?: number

Max speed

motors_amps_threshold?: number

Max amps allowed on motors

motors_amps_time_threshold?: number

Length of time the max amps can be exceeded

name: string

Name

pose: Pose

Marker's position,

pushing_allowed?: boolean

Allow robot to push an obstacle

pushing_success_tolerance?: number

Distance between the robot and the docked pose from which the action is considered a success

undock_sequence: MoveSequence

Undock sequence

uuid?: number

Uuid, unique identifier on the current map

Generated using TypeDoc