Skip to content

Commit df3b7b7

Browse files
authored
🔀 Merge pull request #2 from autonomous-robots/docs/docker
Add clone step Signed-off-by: Luiz Carlos Cosmi Filho <[email protected]>
2 parents 60568a2 + 8b83637 commit df3b7b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ $$ result = \begin{Bmatrix} x & y & w & h \\\ -1.66 & -1.66 & 0.3 & 0.36 \\\ 0.
115115
The ROS2 nodes proposed here solved the problem with interesting results, as long as the obstacles are not connected or too close to the walls. Furthermore, it is not limited to resolving only in the `turtlebot3_world` world, any close enviromment should work fine.
116116

117117
## Building
118+
119+
Get this project,
120+
```bash
121+
git clone --recursive https://github.com/autonomous-robots/assignment-1.git
122+
cd assignment-1/
123+
```
124+
118125
You can build all packages needed to run this assignment with docker:
119126
```bash
120127
docker build -t assignment-1:latest -f etc/docker/Dockerfile .

0 commit comments

Comments
 (0)