qisdk / com.aldebaran.qi.sdk.object.actuation / Actuation / Async / makeLookAt

makeLookAt

abstract fun makeLookAt(context: RobotContext!, target: Frame!): Future<LookAt!>!

Create a LookAt action on the robot.

Parameters

context - RobotContext!: A qi.context.Context

target - Frame!: A frame representing the location of the target to look at.

Return
Future<LookAt!>!: A LookAt action.

Since
1