Interface Behaviour

Behaviour

Behaviour with sound, LED, settings like max speed, safety margin and events like onEnter onExit area to apply specific behaviour on custom area, on the entire map or an autopilot step ⚙️

See

RoboccDocs for further information

Hierarchy

  • Behaviour

Properties

agv_mode?: OnOff

AGV mode

airplane_zone?: OnOff

Safety margin override

cam3d_filtering?: number

Cam3D Filtering

disable_self_relocation?: OnOff

Disable vehicle's ability to automatically relocate itself during navigation

disable_us_sensors?: OnOff

Disable US sensors

led_anim?: LedAnim

LED animation

led_color?: string

LED color (Hex format)

max_speed?: number

Maximum speed in meters / second. Set to -1 to use default value. Otherwise, value must be between 0.2 and 1.0.

min_obstacle_height?: number

Min obstacle height from ground. Set to -1 to use default value. Otherwise, value must be between 0.0 and 0.10.

On enter behaviour

On exit behaviour

replanning_timeout?: number

Time in seconds before replanning. Set to -1 to use default value. Otherwise, value must be between 1 and 300.

safety_margin_override?: number

Safety margin override

sound_loop_delay?: number

Delay between each sound loop, in seconds

sound_sample?: string

Sound sample

sound_volume?: number

Sound volume

Generated using TypeDoc