interface Async
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!>!>! |