Logo

Driving is hard, but humans make it look easy. We're UT Dallas's applied autonomous driving project, and we're making driving look easier than ever.

ECSW 1.460 & 2.445
GitHub
YouTube
Instagram
LinkedInLinkedIn
project.nova@utdallas.edu

Latest posts

New Members and Goals! 23-24 11/15/23
Planning with cost maps 2/13/23
What's up with Nova? 2/2/23
New members (and goodbyes) 10/23/22
Why we like Nova (video) 8/27/22

All posts ⟶


3 August 2021

Simulated Driving

by Will Heitman

This is just a small post to show our software driving a car in simulation. The process is the same as in real-world use: Provide a location estimate (done manually until we get a GPS sensor) then a goal location. Once the goal location it given, the car immediately steers and accelerates on its own.

As part of our tests of the updated VDE, we ran the finished stack in the open-source SVL Simulator.

This is basically a simulated version of Demo 1, except that we added a primitive, “bang-bang” controller for throttle and brake. In other words, the entire drive was done hands-free.

There’s still a whole lot to add! But having the ability to test code in simulation before moving to a real vehicle saves time, and it’s obviously safer too.

A couple notes: