ChatGPT driving a car
Posted on Tue 06 June 2023 in Hack
• [1 min read]
Adnotacja z 2026: artykuł nigdy nie dokończony
I have quite stupid idea to allow ChatGPT operate a car. Lego Mindstorms car.
Both with chat we have built Chrome add-on to parse chat output for specific commands written in simple language called /gpt:.
Every command starts with /gtp: and have instruction for Lego car, so movig car forward for 10 seconds needs following string:
/gpt:fwd-10
And /gpt:left-15 turns car left at 15 degrees (how I will do it, I still don't know but will try it later).
So, as for now I have working add-on, here is screenshot, it's in Polish but you got the idea:
In next step I will use Native Messaging to send command with Bluetooth to Lego Mindstorms module.
