We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bddf8e commit e479cd1Copy full SHA for e479cd1
README.md
@@ -144,7 +144,7 @@ export ANDROID_TOOLCHAIN_NAME=arm-linux-androideabi-clang
144
# pull and build ros2 for android
145
mkdir -p ${ROS2_ANDROID_WORKSPACE}/src
146
cd ${ROS2_ANDROID_WORKSPACE}
147
-wget https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_desktop.repos
+wget https://raw.githubusercontent.com/ros2-java/ros2_java/dashing/ros2_java_android.repos
148
vcs import ${ROS2_ANDROID_WORKSPACE}/src < ros2_java_android.repos
149
source ${AMENT_WORKSPACE}/install_isolated/local_setup.sh
150
ament build --isolated --skip-packages test_msgs \
0 commit comments