abstract fun makeLookAt(context: RobotContext!, target: Frame!): Future<LookAt!>!
Create a LookAt action on the robot.
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