robotarium / robotarium_python_simulator

A Python simulator for the Robotarium! See your algorithm run on real robots!
MIT License
111 stars 59 forks source link

bug in at_position function in the Python simulator #15

Open vdm370 opened 3 years ago

vdm370 commented 3 years ago

There is a small error that prevents the program from running whenever we're using the at_position function. It can be found at line #95 in the misc.py file, poses shouldn't be poses but should be points. Fixing that resolves the issue,