Skip to content

Commit 0e4932d

Browse files
authored
Fix link to development setup (ros2#147)
* Fix link to development setup Fixes ros-infrastructure/rosindex#150
1 parent eea903e commit 0e4932d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/Tutorials/Cross-compilation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The ``toolchain-file`` provide to CMake the information of the ``cross-compiler`
9898
Cross-compiling examples for Arm
9999
--------------------------------
100100

101-
After `downloading the ROS2 source code <https://index.ros.org/doc/ros2/Linux-Development-Setup/>`__, you can add cross-compilation assets to the workspace via ``git clone https://github.com/ros2/cross_compile.git src/ros2/cross_compile``. These are working examples on how to cross-compile for Arm cores.
101+
After `downloading the ROS2 source code <../Installation/Linux-Development-Setup>`__, you can add cross-compilation assets to the workspace via ``git clone https://github.com/ros2/cross_compile.git src/ros2/cross_compile``. These are working examples on how to cross-compile for Arm cores.
102102

103103
The following targets are supported:
104104
- Ubuntu-arm64: To be used with any ARMv8-A based system.
@@ -169,7 +169,7 @@ It will be used to install the ros2 dependencies on the target file-system with
169169
mkdir qemu-user-static
170170
cp /usr/bin/qemu-*-static qemu-user-static
171171
172-
The standard `setup <Linux-Development-Setup>`__ process of ROS2 is run inside an arm docker. This is possible thanks to ``qemu-static``, which will emulate an arm machine. The base image used is an Ubuntu Bionic from Docker Hub.
172+
The standard `setup <../Installation/Linux-Development-Setup>`__ process of ROS2 is run inside an arm docker. This is possible thanks to ``qemu-static``, which will emulate an arm machine. The base image used is an Ubuntu Bionic from Docker Hub.
173173

174174
.. code-block:: bash
175175

0 commit comments

Comments
 (0)