Skip to content

Releases: Nova-UTD/navigator

v1.4.0

29 Mar 21:37
2bac128
Compare
Choose a tag to compare

✨ Add Guardian node
✨ Add working CARLA simulation agent (carla.launch.py)
✨ Add junction management node (basic FSM)
✨ Add grid summation node
✨ Add RTP, the recursive tree planner, with inbuilt motion control
✨ Add airbags, a low-level emergency braking system

Numerous other refinements and integrations in preparation for real-world use!

v1.3.0

25 Oct 22:23
2dff33c
Compare
Choose a tag to compare

Navigator can now be developed and run entirely in Docker.

This is essentially a refined version of Navigator's previous release. We cleaned up many of our old/faulty packages that weren't in use. With Docker successfully implemented, development is more streamlined.

This version adds:

  • Docker (ROS/Navigator/CARLA Leaderboard materials & dependencies included), instructions found in our documentation below
  • ROS RMW set to CycloneDDS from FastRTPS, finally allowing for docker containers
  • New documentation, including instructions to run docker.

This version removes:

  • Old, stale packages

v1.2.0

14 Sep 19:19
f87825d
Compare
Choose a tag to compare

This is a stable version of Navigator "Classic," which was purpose-built for Demo 2. The algorithms here are purely deterministic/classical, and feature no ML.

This version adds:

  • Major improvements to our behavior planner, motion planner, and zone handlers
  • A custom sim_bridge for interfacing with CARLA
  • New visuals for calculated paths, zones, and trajectories
  • A small library and integrations for the OpenDRIVE HD map format
  • New documentation that lives directly in our repo

This version removes:

  • Support for the LGSVL simulator (we've transitioned to CARLA)
  • Support for the Lanelet HD map format
  • Old, stale packages from e.g. Autoware.Auto (we're grateful for Autoware's support!)

v1.1.0

12 Dec 03:19
57e3c7e
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

This version includes no new functionality, but lays the groundwork for great things to come. Changes in this version include automatic testing, an actual README, some information on our custom hardware design, a GPS node, and a basic safety manager.

Demo 1

29 Oct 23:06
360ab83
Compare
Choose a tag to compare

At this point, the car is able to steer itself through certain environments on a predefined path. This is our first actual autonomous drive, and lays the groundwork for the rest of our project.