Skip to content

Commit

Permalink
[cmake/README] Changed repositories locations
Browse files Browse the repository at this point in the history
  • Loading branch information
pnarvor committed Aug 31, 2022
1 parent 731b701 commit f14ca04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cd <your colcon workspace>/src

Clone the metapackage repository:
```
git clone https://github.com/forssea-robotics/narval_oculus.git
git clone https://github.com/ENSTABretagneRobotics/oculus_ros2.git
```

Compile the metapackage:
Expand All @@ -48,11 +48,12 @@ source install/setup.bash

If you don't have an internet connection available on the system on which you
want to use this node, your have to install the
[oculus_driver](https://github.com/pnarvor/oculus_driver) library beforehand.
[oculus_driver](https://github.com/ENSTABretagneRobotics/oculus_driver.git)
library beforehand.

Clone or copy the oculus_driver library :
```
git clone https://github.com/pnarvor/oculus_driver.git
git clone https://github.com/ENSTABretagneRobotics/oculus_driver.git
```

This library follows a standard CMake compilation procedure. cd into the repo
Expand Down
2 changes: 1 addition & 1 deletion oculus_ros2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ find_package(oculus_driver QUIET)
if(NOT TARGET oculus_driver)
include(FetchContent)
FetchContent_Declare(oculus_driver
GIT_REPOSITORY https://github.com/pnarvor/oculus_driver.git
GIT_REPOSITORY https://github.com/ENSTABretagneRobotics/oculus_driver.git
GIT_TAG v1.0
)
FetchContent_MakeAvailable(oculus_driver)
Expand Down

0 comments on commit f14ca04

Please sign in to comment.