Giter Club home page Giter Club logo

todos's Introduction

todos

Tasks for the tokyo drift team

todos's People

Contributors

deborah-digges avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

todos's Issues

Project Submission: Team Lead

Important: Please also include the names and Udacity account emails of you and your team members in the Notes to reviewer when uploading your submission. Without these, we will not be able to run the code on Carla.

Traffic Light Detection

This node listens to /current_pose and /base_waypoints to understand where the vehicle is in the world. Then it determines what traffic lights are nearby, based on their permanent location in the map (stored in traffic_light_config).

The node determines the color of the upcoming light by listening to /camera/image_raw.

Finally, the node publishes the location of any upcoming red lights to /traffic_waypoint, so that the vehicle's path can be adjusted by waypoint_updater.

TLD: Learning data analysis

Traffic Light Detection: Analyse how labeled image can be generated/Recorded from /camera/image_raw and /vehicle/traffic_lights.

DBW

Subscribe to /twist_cmd and use various controllers to provide appropriate throttle, brake, and steering commands.

TLD: Make camera images visible

Traffic Light Detection: Make camera images from /camera/image_raw topic visible with the rqt_image_view command.
Currently there is an error message: ImageView.callback_image() could not convert image from '8UC3' to 'rgb8' ([8UC3] is not a color format. but [rgb8] is. The conversion does not make sense)

Obstacle detection (?)

It's mentioned in the architecture and in the video summary, but it doesn't have any requirement or code snippet!

Waypoint Updater (partial)

Subscribe to the topics

  • /base_waypoints
  • /current_pose

and publish a list of waypoints to

  • /final_waypoints

TLD: Architecture analysis

Traffic Light Detection: Determine which classifier architecture (e.g. YOLO) is appropriate to the Traffic Light Problem.

Waypoint Updater (full)

Once traffic light detection is working properly, you can incorporate the traffic light data into your waypoint updater node. To do this, you will need to add a subscriber for the /traffic_waypoint topic and implement the traffic_cb callback for this subscriber.

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.