Skip to content

Commit 0ad8d61

Browse files
authored
Updated link for cloning after move from gitlab
1 parent e88d954 commit 0ad8d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-WINDOWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Example for setting up `ros2cs` standalone with `Unity` editor on Windows (power
2727
2828
### Steps
2929

30-
* Clone this project and change name to `r2fu` shortcut with `git clone git@gitlab.com:robotec.ai/tieriv/ros2-for-unity.git r2fu` command. Anything longer can cause compilation errors due to Windows path lenght limitations.
30+
* Clone this project and change name to `r2fu` shortcut with `git clone git@github.com:RobotecAI/ros2-for-unity.git r2fu` command. Anything longer can cause compilation errors due to Windows path lenght limitations.
3131
* You need to source your ROS2 installation (`C:\dev\ros2_foxy\local_setup.ps1`) before you proceed, for each new terminal.
32-
* Run `pull_repositories.ps1`. This will pull `ros2cs` as well as your custom messages. You will be asked for gitlab credentials, so please fill your information.
32+
* Run `pull_repositories.ps1`. This will pull `ros2cs` as well as your custom messages. You will be asked for github credentials, so please fill your information.
3333
* Run `build.ps1` script.
3434
* You can build tests by adding `--with-tests` argument to `build` command.
3535
* It invokes `colcon_build` with `--merge-install` argument to simplify libraries installation.

0 commit comments

Comments
 (0)