2

making a self driving go kart controlled with a rpi, should i use python, java, dart, or something else? python seems like the obvious choice.

i plan on making it have google maps integrated, with netflix and music player, with a touchscreen.

i was thinking c++, but a gui with c++ didn't seem ideal.

what would you use?

also is an rpi too slow to make the go kart be *relatively* safe?

Comments
  • 0
    I wouldnt trust a rpi even with a trained model... So making it learn while driving it would be unconscious.
  • 0
    @hube it wouldn't learn while driving, it would be trained before then it would be used
  • 0
    I personally would consider C++ or Python in combination with OpenCV.
Add Comment