udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.9k stars 1.5k forks source link

Car Max Speed #60

Closed ghost closed 5 years ago

ghost commented 6 years ago

Could I change the max speed the car is allowed to go at? 30mph seems slow.

frankcarey commented 6 years ago

FYI: Each simulator has it's own max. For instance in term 2, the PID controller project has a max speed of 100.

mvirgo commented 5 years ago

Closing since no further comments - you'd be able to update the otherwise hard-coded max speed within the Unity code itself.