Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated GETTINGSTARTED
  • Loading branch information
ret15108 committed Jul 26, 2018
1 parent 8b9dbd2 commit 0edb09e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions GETTINGSTARTED.md
Expand Up @@ -2,17 +2,21 @@

## Table of Contents

1. Requirements
2. Installation
3. Execution
1. [Requirements](#Requirements)
2. [Installation](#Installation)
3. [Execution](#Execution)

## Requirements

To be written
- ROS Indigo
- Ubuntu 14.04
- F1Tenth Platform
- Jetson TK1
- Hokuyo LiDAR UST-10LX

## Installation

To be written
Install ROS on the Jetson and on your development machine following the tutorials available at [F1Tenth](http://f1tenth.org)

## Execution

Expand All @@ -35,13 +39,14 @@ Make sure your terminals are sourced.
`./setup_bridge.py`

`rosrun urg_node urg_node _ip_address:=192.168.1.11`
6. Controllers?

6. Controller

`rosrun pure_pursuit manhattan_control.py`

## Network config

*. Jetson's ip address is 192.168.1.1
*. Lidar's ip address is 192.168.1.11
*. remote computer's ip address is 192.168.1.112
- Jetson's ip address is 192.168.1.1

- Lidar's ip address is 192.168.1.11

- Remote computer's ip address is 192.168.1.112

0 comments on commit 0edb09e

Please sign in to comment.