Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wrote part of a guide to get started.
  • Loading branch information
Nandan Tumu committed Mar 20, 2018
1 parent 6082ef2 commit 98a879e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions GETTINGSTARTED.md
@@ -0,0 +1,38 @@
# Getting started with AutoCar

## Table of Contents

1. Requirements
2. Installation
3. Execution

## Requirements

To be written

## Installation

To be written

## Execution

### What nodes to run

Make sure your terminals are sourced.

1. `roscore`
2. Communications with vehicle

`rosrun rosserial_python serial_node.py /dev/ttyACM0`
3. Emergency stop node

`rosrun emergency_stop estop_filter.py`
4. IMU Node

`rosrun razor_imu_9dof imu_node.py`
5. In one terminal, run the following:

`./setup_bridge.py`

`rosrun urg_node urg_node _ip_address:=192.168.1.11`
6. Controllers?
1 change: 1 addition & 0 deletions README.md
@@ -1,2 +1,3 @@
# AutoCar

Master repository for autonomous car.

0 comments on commit 98a879e

Please sign in to comment.