qisdk / com.aldebaran.qi.sdk.object.touch / Touch

Touch

interface Touch

The Touch service provides objects to access and subscribe to sensor data.

Since
1

Types

Async

interface Async

Functions

async

abstract fun async(): Async!

getSensor

Get the TouchSensor object associated with a sensor.

abstract fun getSensor(name: String!): TouchSensor!

getSensorNames

Get the names of the robot touch sensors.

abstract fun getSensorNames(): MutableList<String!>!