Skip to content

Commit

Permalink
Fix links to install-guides
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Feb 1, 2024
1 parent 966d2f1 commit fa92bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/openrave-yarp-plugins-install.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# openrave-yarp-plugins: Installation from Source Code

First install the dependencies:
- [Install CMake 3.16+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-cmake.md)
- [Install YCM 0.11+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-ycm.md)
- [Install YARP 3.7+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md)
- [Install OpenRAVE 0.9+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-openrave.md)
- [Install Boost](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-boost.md) (implicitly required by OpenRAVE)
- [Install CMake 3.16+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-cmake.md)
- [Install YCM 0.11+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-ycm.md)
- [Install YARP 3.7+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-yarp.md)
- [Install OpenRAVE 0.9+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-openrave.md)
- [Install Boost](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-boost.md) (implicitly required by OpenRAVE)
- Compiled components: Boost.Thread
- Header-only components: Boost.Bind, Boost.SmartPtr

Expand Down
2 changes: 1 addition & 1 deletion libraries/YarpPlugins/YarpOpenraveAnalogSensors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Requirements
Depends on:
- [YARP 3.3+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/install-yarp.md)
- [YARP 3.3+](https://github.com/roboticslab-uc3m/installation-guides/blob/master/docs/install-yarp.md)

## Usage
First open a:
Expand Down

0 comments on commit fa92bd1

Please sign in to comment.