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

Async

interface Async

Functions

getSensor

Get the TouchSensor object associated with a sensor.

abstract fun getSensor(name: String!): Future<TouchSensor!>!

getSensorNames

Get the names of the robot touch sensors.

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