Today, we put together the whole entire system on the golf cart. The setup includes:
- NVIDIA Jetson — the main controller for the vehicle
- A webcam on the front of the vehicle
- A computer monitor (placed on the cupholder)
- A mouse
- A keyboard
- A DC motor for steering
- An Arduino with a motor controller module
- A NiMH battery to power the steering motor
- An Arduino and a shield for golf cart accelerator control
- An external power source (which will be replaced by a Li-ion battery)

A couple of days ago, I made a top for the Jetson. Now it’s kind of protected. It’s stored in the front glove compartment.

The steering mechanism hasn’t changed much. However, we need to put more zip ties on the steering wheel to securely mount the metal gear.

The testing was largely unsuccessful. The Arduino code had some bug in it. This puzzles me because I didn’t change a single line after yesterday’s testing. After some debugging, we realized that the state/position of the motor is always 0. Either the encoder is failing, or our program has a bug. Because of the cold and dark night approaching, we decided to wait until Monday to figure out the issue.
One thought on “Testing the Steering System with NVIDIA Jetson”