Skip to content

Commit e479cd1

Browse files
authored
fix README.md android part (#107)
* Android part pul command use the wrong reops Signed-off-by: Jay Hou <[email protected]>
1 parent 7bddf8e commit e479cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/ros2-java/ros2_java/dashing/ros2_java_desktop.repos
147+
wget https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_android.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)