You are browsing as a guest. Sign up (or log in) to start making projects!

1h 15m 1s logged

I got two prototype working, the fist one I tired was without the front wheels just to see how it works, it worked okey but because I used pynput libery it had an issue where it would have a gap in between driving so I added a timeout so where there was gap in input it would just skip it but it added another issue where it would have a delay when I actually when I release the key to stop, and then later I added front wheel but I had trouble running, I thinks it’s because how far away they are from the turning point so I am gonna move it closer together YEYEYE
Code: https://github.com/IlliaMarkovCode/motor_test_V2_and_V3

0
43

Comments 2

@onako

btw. small suggestion: Use a proper git client so your code changes can be tracked across commit (git basically does auto update for everything you do)

@IlliaMarkov

@onako ye I will definatly try do that on my next project, on this project it just felt a little out of reach because I was basicly first time coding on a raspberry pi, and this project is basicly aleady done is this is just a just fotege earlyer this summer. thx for suggesting!