qisdk / com.aldebaran.qi.sdk.object.actuation / Frame / Async / makeAttachedFrame

makeAttachedFrame

abstract fun makeAttachedFrame(tf: Transform!): Future<AttachedFrame!>!

Create a frame representing the location of an object, and initialize it at the given transform with respect to current frame. The attached frame will move with its parent.

Parameters

tf - Transform!: The desired transform between this frame and the new one.

Return
Future<AttachedFrame!>!: A handle to the attached frame.

Since
1