abstract fun makeAnimation(anims: MutableList<String!>!): Future<Animation!>!
Create a new Animation object on the robot.
anims
- MutableList<String!>!: A vector of strings, each element representing the content of an animation file.
Return
Future<Animation!>!: An Animation object.
Since
1