qisdk / com.aldebaran.qi.sdk.object.actuation / FreeFrame / Async

Async

interface Async

Functions

frame

Retrieve the underlying Frame object that will be used for transform computation.

abstract fun frame(): Future<Frame!>!

update

Update the world location of the free frame by providing its location in a given frame of reference at a given time.

abstract fun update(base: Frame!, tf: Transform!, time: Long!): Future<Void!>!