Common Issues
Solutions for frequently encountered problems.
GPS Issues
No GPS Fix
Symptoms: Position shows NaN or doesn’t update
Solutions:
Ensure clear sky view
Wait 2-3 minutes for cold start
Check antenna connection
Verify device detected:
ls /dev/ttyUSB*
RTK Not Converging
Symptoms: RTK status stays “Float” or “None”
Solutions:
Check base station connection
Verify NTRIP credentials
Ensure baseline < 10 km
Wait up to 5 minutes for convergence
LIDAR Issues
No Point Cloud Data
Symptoms: Empty scan array
Solutions:
Check Ethernet cable
Verify IP configuration
Allow UDP port:
sudo ufw allow 2368/udpPing LIDAR:
ping 192.168.1.201
Sparse Point Cloud
Symptoms: Fewer points than expected
Solutions:
Check for obstructions
Clean sensor lens
Verify rotation is active
Control Issues
Vehicle Doesn’t Move
Solutions:
Check drive mode is “D”
Verify emergency stop released
Check Teensy connection
Review throttle commands in logs
Steering Oscillation
Solutions:
Increase
min_lookaheadDecrease
K_ddgainCheck for GPS noise
Software Issues
Import Errors
Solutions:
Verify virtual environment active
Reinstall dependencies
Check Python version