We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c14099 commit abcf17dCopy full SHA for abcf17d
README.md
@@ -50,17 +50,17 @@ This repo is a ros workspace, containing three rospkgs:
50
After forking this repo to your own github:
51
52
```bash
53
-# clone the repo to somewhere (assuming home here `~/`)
+# Clone your own fork of this repo (assuming home here `~/`)
54
cd
55
git clone https://github.com/<YOUR_GITHUB_USERNAME>/ME5413_Final_Project.git
56
cd ME5413_Final_Project
57
58
-# install dependencies
+# Install all dependencies
59
rosdep install --from-paths src --ignore-src -r -y
60
61
-# build
+# Build
62
catkin_make
63
-# source
+# Source
64
source devel/setup.bash
65
```
66
0 commit comments