Skip to content

Commit

Permalink
Merge pull request #389 from LucasBonilla26/patch-1
Browse files Browse the repository at this point in the history
[README.md] Deleted rcnode configuration explanation
  • Loading branch information
pbustos committed May 9, 2024
2 parents 81ee32c + c40795c commit 21f1b17
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -118,23 +118,12 @@ mkdir components
sudo ln -s /usr/include/eigen3/Eigen/ /usr/include/Eigen
```

7. Configure rcnode:

Edit the `~/robocomp/tools/rcnode/rcnode.sh` file and change the line:

`/opt/robocomp/etc/rcnode.conf`

to:

`/home/robocomp/robocomp/tools/rcnode/rcnode.conf`

9. Add an alias for rcnode to your .bashrc:
7. Add an alias for rcnode to your .bashrc:
```bash
echo "alias rcnode='bash /home/robocomp/robocomp/tools/rcnode/rcnode.sh&'" >> ~/.bashrc
source ~/.bashrc
```


If you are going to develop with Robocomp it's recommendable to install the following packages too:
```bash
sudo apt-get install yakuake qttools5-dev-tools qt5-assistant meld
Expand Down

0 comments on commit 21f1b17

Please sign in to comment.