Skip to content

Commit

Permalink
Fixed clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebbennaveed authored Jul 5, 2024
1 parent 7f13c28 commit e384fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vision_drone/vision_drone_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ Install Xavier module:
- First clone the PX4-Autopilot-Quad
- Run the following commands to make sure that px4 build will recognize the tags:
```
$ git clone [email protected]:dev10110/PX4-Autopilot-Quad.git
$ cd /PX4-Autopilot-Quad
$ git submodule update --init --recursive
$ git remote add upstream https://github.com/PX4/PX4-Autopilot.git
Expand All @@ -154,7 +155,6 @@ $ git fetch upstream --tags

- Then build and run the docker using the following commands.
```
$ git clone [email protected]:dev10110/PX4-Autopilot-Quad.git
$ docker compose build
$ docker compose up -d
$ docker exec -it <container-name> bash
Expand Down

0 comments on commit e384fa9

Please sign in to comment.