Skip to content

Commit

Permalink
Issue #3 : Updates README
Browse files Browse the repository at this point in the history
- Updates the README to document the way to run the AV stack with the recent additions.
  • Loading branch information
exoticDFT committed Nov 18, 2020
1 parent fd793c2 commit 317e9df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@ git clone https://github.com/carla-simulator/ros-bridge.git
cd ~/Catkin_Workspace/tri-carla-challenges/src/ros-bridge
git reset --hard 1096747a6e84bf01ea1a859b9a0f6d01e0304ef6
git submodule update --init
cd ../
rosdep update
rosdep install --from-paths src --ignore-src -r
cd ~/Catkin_Workspace/tri-carla-challenges/src
git clone [email protected]:StanfordMSL/uav_game.git -b carla
```

Then we need to compile our Catkin workspace
Then we need to compile our Catkin workspace.

**The first time you run this you do not need to run the command
`catkin clean --yes`. If you do run the command, you will get an error, which
can be ignored.**

```bash
cd ~/Catkin_Workspace/tri-carla-challenges
Expand Down

0 comments on commit 317e9df

Please sign in to comment.