Giter Club home page Giter Club logo

carlaautonomous-p13's Introduction

The purpose of this project is to drive Carla, an autonomous vehicle around a track. The software is implemented with ROS Kinetic on a Ubuntu 16.04 Docker image.

Docker Installation

Install Docker

Usage

  1. Clone the project repository
git clone https://github.com/sketchc89/CarlaAutonomous-P13.git ~/projects/CarlaAutonomous-P13
  1. Build the docker container
docker build . -t capstone
  1. Run the docker file
mkdir -p ~/tmp/log
docker run -p 4567:4567 -p 11311:11311 \
  --mount type=bind,source=$HOME,target=/capstone \
  --mount type=bind,source=$HOME/tmp/log,target=/root/.ros/ \
  --mount type=bind,source=$HOME/projects/CarlaAutonomous-P13,target=/capstone/ros/CarlaAutonomous-P13
  --rm -it \
  capstone
  1. Make and run styx
cd CarlaAutonomous-P13/ros
catkin_make
source devel/setup.sh
roslaunch launch/styx.launch
  1. Run the simulator, check camera, and uncheck manual

Tips for using docker/ros:

  • Start additional shells connected to docker container.
docker container ls
docker exec -it CONTAINER-ID-HERE bash

carlaautonomous-p13's People

Contributors

ckirksey3 avatar swwelch avatar sketchc89 avatar awbrown90 avatar carlosgalvezp avatar baumanab avatar spicavigo avatar olala7846 avatar mvirgo avatar ncondo avatar aoinakanishi avatar bydavy avatar ianboyanzhang avatar j-rojas avatar luisandroide avatar viennaharvey avatar

Stargazers

harbin9er avatar

Watchers

James Cloos avatar  avatar

Forkers

marinbao

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.