Skip to content

Commit

Permalink
Adding note regarding uninstalling binaries before source build (open…
Browse files Browse the repository at this point in the history
…-rmf#160)

Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth authored Jun 3, 2022
1 parent 1573878 commit ebc2ac4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ rosdep install --from-paths src --ignore-src --rosdistro galactic -y

### Compiling Instructions

On `Ubuntu 20.04`:
> NOTE: Due to newer changes in the source build, there might be conflicts and compilation errors with older header files installed by the binaries. Please remove the binary installations before building from source, using `sudo apt remove ros-galactic-rmf*`.
Compiling on `Ubuntu 20.04`:

```bash
cd ~/rmf_ws
Expand Down

0 comments on commit ebc2ac4

Please sign in to comment.