Closed Kilidsch closed 1 month ago
The actions docs include a TaskAction
TaskAction
TaskAction("place", "object", "apple")
I think this is a typo and should be
TaskAction("place", object="apple")
(except the robot is named "object" I guess 🙃 )
The actions docs include a
TaskAction
I think this is a typo and should be
(except the robot is named "object" I guess 🙃 )