Code Monkey home page Code Monkey logo

navigator's Introduction

Navigator is a simple, modular, open-source autonomous driving stack. It's developed by Nova, an undergraduate research team at UT Dallas.

For docs, visit our documentation site.

For info about our group, Nova, visit our group site.

navigator's People

Contributors

a-bainbridge avatar crsz20 avatar danielv012 avatar eganj avatar jim-works avatar jruths avatar nikhilnarvekar123 avatar raghavpillai avatar ragibarnab avatar scallyk avatar wheitman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

navigator's Issues

Modify PID controller for throttle and brake

Problem

Our lateral (steering) controller is currently just a heuristic, and might not adapt well to different driving environments.

Our longitudinal (throttle and brake) controller does not exist yet, except for the trivial "bang bang" controller for SVL.

Solution

Apply adaptive PID control techniques to control both the steering, throttle, and brake.

Success conditions

  1. Two nodes exist. One publishes steering commands on a /control/steering topic, and the other publishes on both a /control/throttle and /control/brake topic.

  2. Right now, Navigator controls steering in two stages. The first generates a desired steering angle, and another (PID) controller converts this into effort. These should be merged so that the steering effort is generated directly.

  3. Both controllers can (theoretically) adapt to different driving conditions, such as fairly sharp turns, wet roads, etc.

  4. Both controllers are tested and validated in tandem using the SVL simulator.

Set up the ZED ROS2 wrapper node

  • Clone the wrapper.
  • Download the dependencies.
  • Compile them in a ROS environment and see if it runs.
  • Test if the camera can be accessed through the wrapper.
  • Test to see if basic features advertised, such as object detection, are working as intended.
  • Make sure the data is being published to the correct topics.
  • Determine optimal wrapper configuration
  • Add wrapper code to main.launch.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.