OpenComputers II

OpenComputers II

27.1k Downloads

Python `turn` command gives error on robot

rschulman opened this issue ยท 1 comments

commented

The python library's turn method is returning an error screenshotted below. The equivalent lua command is working properly.

Screenshot_20220130_132444

commented

This was actually my mistake. I was constructing the r object incorrectly, based on misreading the docs (and mistranslating from lua to python). Its working now that I've done it correctly. Closing this.