Skip to content

Commit 603a8f4

Browse files
nielstibenjacobperron
authored andcommitted
Readme instruction fix (#106)
* Fix README with correct branch in the instructions. * Update README instructions repository links. Changed the repository links from a private github account to ROS2 Organisation repositories links. Co-authored-by: Niels Tiben <nielstiben@outlook.com>
1 parent 601efed commit 603a8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Desktop
9999
```
100100
mkdir -p ros2_java_ws/src
101101
cd ros2_java_ws
102-
curl -skL https://raw.githubusercontent.com/esteve/ros2_java/master/ros2_java_desktop.repos -o ros2_java_desktop.repos
102+
curl -skL https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_desktop.repos -o ros2_java_desktop.repos
103103
vcs import src < ros2_java_desktop.repos
104104
. ../ament_ws/install_isolated/local_setup.sh
105105
ament build --symlink-install --isolated
@@ -144,7 +144,7 @@ export ANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-clang
144144
# pull and build ros2 for android
145145
mkdir -p ${ROS2_ANDROID_WORKSPACE}/src
146146
cd ${ROS2_ANDROID_WORKSPACE}
147-
wget https://raw.githubusercontent.com/esteve/ros2_java/master/ros2_java_android.repos
147+
wget https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_desktop.repos
148148
vcs import ${ROS2_ANDROID_WORKSPACE}/src < ros2_java_android.repos
149149
source ${AMENT_WORKSPACE}/install_isolated/local_setup.sh
150150
ament build --isolated --skip-packages test_msgs \

0 commit comments

Comments
 (0)