abstract fun makeApproachHuman(context: RobotContext!, target: Human!): Future<ApproachHuman!>!
Generate an ‘approach human' action.
context
- RobotContext!: The context to authorize the action to be effectively executed on a robot.
target
- Human!: The human to approach.
Return
Future<ApproachHuman!>!: The ‘approach human' action.
Since
6