sane 0 Posted June 17, 2019 Share Posted June 17, 2019 Hey, I'm trying to make a babby's first robot, and I'm already hitting some blockades All my code so far: local r = require("robot") r.forward() However, when I run this snippet, I get an out of bounds error as seen here: This also happens with some few other functions. (for example: place and detect) I'm convinced that this is not an error on my part, but I hope someone can prove me wrong. Quote Link to post Share on other sites
0 Solution payonel 21 Posted June 17, 2019 Solution Share Posted June 17, 2019 I can't get this to repro. can you open a github issue and provide this info? also (in the github issue) can you paste the steps you are taking? the exact code? Quote Link to post Share on other sites
0 payonel 21 Posted June 17, 2019 Share Posted June 17, 2019 oc version please also, looks like you've set your hostname on that robot - which only tells me this isn't a minimal repro please provide minimal repro steps (also, if you have a bug, github is the place to report it) Quote Link to post Share on other sites
0 sane 0 Posted June 17, 2019 Author Share Posted June 17, 2019 2 hours ago, payonel said: oc version please also, looks like you've set your hostname on that robot - which only tells me this isn't a minimal repro please provide minimal repro steps (also, if you have a bug, github is the place to report it) I have a hostname on it because i put an old hard drive in there oc version is 1.7.4.153 Running the same snippet on a Creatix throws the same error: I haven't done anything to the creatix, I placed it, and then pasted the snippet into the lua interpreter. Quote Link to post Share on other sites
0 sane 0 Posted June 17, 2019 Author Share Posted June 17, 2019 2 hours ago, payonel said: I can't get this to repro. can you open a github issue and provide this info? also (in the github issue) can you paste the steps you are taking? the exact code? I have posted the issue on github Quote Link to post Share on other sites
Hey, I'm trying to make a babby's first robot, and I'm already hitting some blockades
All my code so far:
local r = require("robot") r.forward()
However, when I run this snippet, I get an out of bounds error as seen here:
This also happens with some few other functions. (for example: place and detect)
I'm convinced that this is not an error on my part, but I hope someone can prove me wrong.
Link to post
Share on other sites