Skip to content

Commit

Permalink
fix readme (#33)
Browse files Browse the repository at this point in the history
* fix readme

* fix spelling readme
  • Loading branch information
Bey9434 authored Jul 12, 2024
1 parent 62a2a99 commit abac867
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,20 @@ Fool Stuck Robot
vcs import src < depend_packages.repos --recursive
```

5. Install depend pkgs(binary)
5. Setup rosdep

```bash
sudo rosdep install
rosdep update
```

6. Install depend pkgs(binary)

```bash
rosdep install -i -y --from-paths src --ignore-src
```

6. Build
7. Build

```bash
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit abac867

Please sign in to comment.