Skip to content

Commit 4589742

Browse files
committed
Fixed urls to github.com/microROS.
Signed-off-by: Ralph Lange (CR/AEE1) <ralph.lange@de.bosch.com>
1 parent b0ac350 commit 4589742

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

_docs/concepts/client_library/embedded_tf/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ micro-ROS will go beyond this state of the art by running the dynamic transform
2323

2424
## Requirements
2525

26-
Embedded TF requirements are documented at: [github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/requirements.md](https://github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/requirements.md).
26+
Embedded TF requirements are documented at: [github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/docs/requirements.md](https://github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/docs/requirements.md).
2727

2828

2929
## Design
3030

31-
The Embedded TF design is documented at: [github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/design.md](https://github.com/microROS/geometry2/blob/ros2/tf2_filter/docs/design.md).
31+
The Embedded TF design is documented at: [github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/docs/design.md](https://github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/docs/design.md).
3232

3333

3434
## Implementation of tf2_filter
3535

36-
Implementation of tf2_filter for ROS 2 and micro-ROS can be found at: [github.com/microROS/geometry2/blob/ros2/tf2_filter/](https://github.com/microROS/geometry2/blob/ros2/tf2_filter/).
36+
Implementation of tf2_filter for ROS 2 and micro-ROS can be found at: [github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/](https://github.com/micro-ROS/geometry2/blob/ros2/tf2_filter/).
3737

3838

3939
## Roadmap

_docs/concepts/middleware/FIROS2/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ This proposal requires transformation library development, but the integration w
142142

143143
## Demonstration
144144

145-
This section explains how to demonstrate the interoperability of FIROS2 with microROS.
145+
This section explains how to demonstrate the interoperability of FIROS2 with micro-ROS.
146146
The purpose is to demonstrate the interoperability, although the final design is not closed.
147147

148148
To run the demonstration a step by step guide is presented in this document.
@@ -214,9 +214,9 @@ Once in the Docker, all the necessary repositories should be downloaded and a FI
214214
(
215215
mkdir -p ws/src
216216
cd ws
217-
wget https://raw.githubusercontent.com/microROS/micro-ROS-doc/feature/RepoListUpdate/Installation/repos/agent_minimum.repos
217+
wget https://raw.githubusercontent.com/micro-ROS/micro-ROS-doc/feature/RepoListUpdate/Installation/repos/agent_minimum.repos
218218
vcs import src < agent_minimum.repos
219-
git clone -b feature/FIROS2 https://github.com/microROS/micro-ROS-demos.git src/uros/Demos
219+
git clone -b feature/FIROS2 https://github.com/micro-ROS/micro-ROS-demos.git src/uros/Demos
220220
git clone --recursive -b feature/TCP_DynTypes https://github.com/eProsima/FIROS2.git src/uros/FIROS2
221221
colcon build
222222
. ./install/local_setup.bash

_docs/tutorials/basic/getting_started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are also available examples that you could run building the code at your L
4444
### Previous step
4545

4646
To run all the demonstrations, you need to set up the ROS 2 environment and build all the required packages.
47-
Click [here](https://github.com/microROS/micro-ROS-doc) to read further about how to do this previous step.
47+
Click [here](https://github.com/micro-ROS/micro-ROS-doc) to read further about how to do this previous step.
4848

4949
### Package clusters
5050

_docs/tutorials/basic/getting_started_embedded/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For that purpose, we are going to use a [Olimex STM32-E407](https://www.olimex.c
1919

2020
At this example, we are going to flash the board with a binary that contains a NuttX App. This NuttX App is a micro-ROS client. This client will try to connect to the micro-ROS Agent running at your computer and exchange data using Micro XRCE-DDS.
2121

22-
For that purpose, firs install [this](https://github.com/microROS/docker/tree/master/Embedded/NuttX/precompiled/micro-XRCE-DDS/olimex-stm32-e407) container at your Linux machine.
22+
For that purpose, firs install [this](https://github.com/micro-ROS/docker/tree/master/Embedded/NuttX/precompiled/micro-XRCE-DDS/olimex-stm32-e407) container at your Linux machine.
2323

2424

2525

@@ -65,7 +65,7 @@ _Need to complete the tutorial!_
6565

6666
In this case, instead of running the complete micro-ROS stuck, we will run a DDS level example. For that purpose, the embedded board will execute a Micro XRCE-DDS example that will communicate with an Agent that is running in your Linux machine.
6767

68-
First of all, downlod the [Docker machine](https://github.com/microROS/docker/blob/master/Embedded/NuttX/precompiled/micro-ROS/olimex_stm32-e407/Dockerfile) containing all the tools. Along with all the dependencies, this image contains micro-ROS publish/subscribe pre-built examples ready to flash and run on the board.
68+
First of all, downlod the [Docker machine](https://github.com/micro-ROS/docker/blob/master/Embedded/NuttX/precompiled/micro-ROS/olimex_stm32-e407/Dockerfile) containing all the tools. Along with all the dependencies, this image contains micro-ROS publish/subscribe pre-built examples ready to flash and run on the board.
6969

7070
## Build
7171

_docs/tutorials/basic/getting_started_simulator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Build your own the image using the docker file:
4040

4141
### Run
4242

43-
_Note: the example explained here works with the [commit a495c65](https://github.com/eProsima/Micro-XRCE-DDS-Agent/commit/a495c65faa964ddc068ac6e1249f17f5c9f92787) of Micro XRCE-DDS Agent and NuttX "nuttx-sim-dev" branch [commit 54b0ca9](https://github.com/microROS/NuttX/commit/54b0ca954ae2a734ebef6d1dec589813bfd026a7)._
43+
_Note: the example explained here works with the [commit a495c65](https://github.com/eProsima/Micro-XRCE-DDS-Agent/commit/a495c65faa964ddc068ac6e1249f17f5c9f92787) of Micro XRCE-DDS Agent and NuttX "nuttx-sim-dev" branch [commit 54b0ca9](https://github.com/micro-ROS/NuttX/commit/54b0ca954ae2a734ebef6d1dec589813bfd026a7)._
4444

4545
#### Client 1: Micro XRCE-DDS publisher
4646

0 commit comments

Comments
 (0)