-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sequence contains no elements #1
Comments
I've been trying to figure this one out myself. My current theory is that its expecting the angles to be declared in radians, rather than degrees. I need to do more testing to confirm this though. |
Hallo, |
hello, and thank's for reply please you can send me the exe file please ? 2016-01-03 16:13 GMT+01:00 minirevollo [email protected]:
Achraf bouchtarouif |
Hallo, https://github.com/Make-Magazine/DrawBot/releases https://github.com/Make-Magazine/DrawBot/releases I hope it works. Von: okachraf1 [mailto:[email protected]] hello, and thank's for reply please you can send me the exe file please ? 2016-01-03 16:13 GMT+01:00 minirevollo < mailto:[email protected] [email protected]>:
Achraf bouchtarouif — |
Thank you very much!!! 2016-01-03 19:20 GMT+01:00 minirevollo [email protected]:
Achraf bouchtarouif |
exact the problem was in hub location Thank you!! 2016-01-03 23:05 GMT+01:00 Achraf Bouchtarouif <[email protected]
Achraf bouchtarouif |
It appears that input with an absolute value greater than or equal to 2 for either "Baseline Adj" or "Arm Adj" reliably gives the error "Sequence contains no elements" (see comments at the Drawbot project page for others reporting the same problem) This prevents accurate calibration of TRS Drawbots per the instructions; e.g. the sample "nudge" calibration values given in the instructions (-2, +3.5) do not work, nor do other values outside an apparent +/- 1.9 (or so) range.
Smaller baseline and arm adj value increments such as 0.5 or 0.01 do affect .wav file output (and hence Drawbot output) but it is inclear what conversion factor between degrees of skew at calibration and numeric input in the WAVE generator is required.
Evidently something in the code has changed between the time the screenshots in the instructions were produced and the current release available on github.
If this issue could be addressed it would be much appreciated. Several of us have very much enjoyed building Drawbots and hope to be able to produce calibrated/unskewed output with them! This is my first time reporting an issue on gitbut, just as it was my first time building anything with servos, so I'm enjoying the learning process. If there's any additional information I can contribute here to assist please let me know.
The text was updated successfully, but these errors were encountered: