sea-bass / pyrobosim

ROS 2 enabled 2D mobile robot simulator for behavior prototyping.
https://pyrobosim.readthedocs.io/
MIT License
248 stars 40 forks source link

Fix typo in actions documentation #285

Closed Kilidsch closed 1 month ago

Kilidsch commented 1 month ago

The actions docs include a 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 🙃 )