Code Monkey home page Code Monkey logo

carnd-capstone's People

Contributors

aoinakanishi avatar awbrown90 avatar baumanab avatar bydavy avatar caofm avatar carlosgalvezp avatar ckirksey3 avatar ianboyanzhang avatar j-rojas avatar jotredi avatar luisandroide avatar mvirgo avatar ncondo avatar olala7846 avatar spicavigo avatar swwelch avatar viennaharvey avatar yaboo-oyabu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

jotredi caofm

carnd-capstone's Issues

Traffic light images from Udacity simulator

Collect images to train tl_detector for the virtual environment.

In order to help you acquire an accurate ground truth data source for the traffic light classifier, the Udacity simulator publishes the current color state of all traffic lights in the simulator to the /vehicle/traffic_lights topic in addition to the light location. This state can be used to generate classified images or subbed into your solution to help you work on another single component of the node. The state component of the topic won't be available when running your solution in real life so don't rely on it in the final submission. However, you can still reference this topic in real life to get the 3D world position of the traffic light.

Note that you need to upgrade pillow to 6.2.2 to get messages from /image_color topic.

image

Remove any additional dependencies on external libraries

Let's check dependencies on external libraries for core code which will be used in a test course.

The project that is evaluated on the vehicle should not have any external libraries that aren't included in the starter repo. Your team should be aware of the hardware specifications of the Udacity vehicle when designing your solution.

(Optional) Check Carla's motion with the second track

The CarND-Capstone/ros/src/waypoint_loader/launch/waypoint_loader.launch file is set up to load the waypoints for the first track. To test using the second track, you will need to change

<param name="path" value="$(find styx)../../../data/wp_yaw_const.csv" />

to use the churchlot_with_cars.csv as follows:

<param name="path" value="$(find styx)../../../data/churchlot_with_cars.csv"/>

Note that the second track does not send any camera data.

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.