Skip to content

Commit 5367226

Browse files
committed
docs: updated gazebo instructions
1 parent 0f201aa commit 5367226

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@ NUS ME5413 Autonomous Mobile Robotics Final Project
2525
* `nav_msgs`
2626
* `geometry_msgs`
2727
* `visualization_msgs`
28+
* `tf2`
2829
* `tf2_ros`
2930
* `tf2_geometry_msgs`
31+
* `pluginlib`
32+
* `map_server`
33+
* `gazebo_ros`
34+
* `jsk_rviz_plugins`
35+
* `jackal_gazebo`
36+
* `jackal_navigation`
37+
* `teleop_twist_keyboard`
3038
* And this [gazebo_model](https://github.com/osrf/gazebo_models) repositiory
3139

3240
## Installation
@@ -37,12 +45,14 @@ This repo is a ros workspace, containing three rospkgs:
3745
* `jackal_description` contains the modified jackal robot model descriptions
3846
* `me5413_world` the main pkg containing the gazebo world, and the launch files
3947

40-
**Note:** If you are working on this project, it is encouraged to fork this repository and work on your own fork instead!
48+
**Note:** If you are working on this project, it is encouraged to fork this repository and work on your own fork!
49+
50+
After forking this repo to your own github:
4151

4252
```bash
4353
# clone the repo to somewhere (assuming home here `~/`)
4454
cd
45-
git clone https://github.com/NUS-Advanced-Robotics-Centre/ME5413_Final_Project.git
55+
git clone https://github.com/<YOUR_GITHUB_USERNAME>/ME5413_Final_Project.git
4656
cd ME5413_Final_Project
4757

4858
# install dependencies
@@ -61,8 +71,11 @@ There are two sources of models needed:
6171
* [Gazebo official models](https://github.com/osrf/gazebo_models)
6272

6373
```bash
64-
# Clone the official gazebo models repo (assuming home here `~/`)
74+
# Create the destination directory
6575
cd
76+
mkdir -p .gazebo/models
77+
78+
# Clone the official gazebo models repo (assuming home here `~/`)
6679
git clone https://github.com/osrf/gazebo_models.git
6780

6881
# Copy the models into the `~/.gazebo/models` directory

0 commit comments

Comments
 (0)