-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updates the README to document the way to run the AV stack with the recent additions.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|