aws-deepracer / aws-deepracer-launcher

Build robotics applications with AWS DeepRacer device software and hardware: https://www.amazon.com/dp/B07JMHRKQG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS DeepRacer core application overview

The AWS DeepRacer vehicle is a Wi-Fi enabled physical vehicle that can drive itself on a physical track by using a reinforcement learning model. This repository contains the robot application code shipped with the AWS DeepRacer hardware. It also includes examples demonstrating how you can extend the AWS DeepRacer application for new scenarios. For example, the Follow the Leader (FTL) sample project shows how you can use object detection and navigation to modify the vehicle application to follow you as you move about in a room.

If you are a first-time user, do the following:

  1. Read What Is AWS DeepRacer?. This is the documentation for AWS DeepRacer. It provides more details about the AWS DeepRacer vehicle, training and evaluating models, and more.
  2. Read Getting started with AWS DeepRacer. In this tutorial, you learn how to install the latest AWS DeepRacer code and then build and run the AWS DeepRacer application.
  3. Explore the Follow the Leader (FTL) sample project. This sample project changes the behavior of the vehicle application. Your vehicle will try to follow you as you move about a room.
  4. Explore the Mapping sample project with ROS Noetic on Ubuntu 20.04. This sample project uses SLAM with a RealSenseā„¢ D435/D435i camera on ROS to map and localize an environment.
  5. Learn about the Robot Operating System (ROS) 2. The AWS DeepRacer application is based on ROS 2 Foxy.

Build your sample project

Create a simple HelloDeepRacerWorld example application to understand the basics needed to build your own sample project. Read the Create your sample project guide.

About

Build robotics applications with AWS DeepRacer device software and hardware: https://www.amazon.com/dp/B07JMHRKQG

License:Apache License 2.0


Languages

Language:Python 77.9%Language:CMake 13.5%Language:Shell 8.6%