Skip to content

Commit 9cf6941

Browse files
authored
Changed occurrences of micro-ros-build into micro_ros_setup. (#214)
* Changed occurrences of micro-ros-build into micro_ros_setup. * Updated occurrences of micro-ros-build to micro_ros_setup in openmanip * Change suggested by Pablo implemented.
1 parent aac1930 commit 9cf6941

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

_docs/concepts/rtos/integration_with_colcon/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ permalink: /docs/concepts/rtos/integration_with_colcon/
55

66
In order to streamline the use of different RTOSes with micro-ROS, we integrated the build systems of [FreeRTOS](../FreeRTOS/), [NuttX](../NuttX/), and [Zephyr](../Zephyr/) with the ROS 2 meta-build tool [colcon](https://colcon.readthedocs.io/) using [cmake](https://cmake.org/).
77

8-
To learn more, please see [https://github.com/micro-ROS/micro-ros-build](https://github.com/micro-ROS/micro-ros-build).
8+
To learn more, please see [https://github.com/micro-ROS/micro_ros_setup](https://github.com/micro-ROS/micro_ros_setup).

_docs/overview/docker_ci_status/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ permalink: /docs/overview/docker_ci_status/
1717

1818
| Repository | Description | Status
1919
-|-|-:
20-
|[micro-ROS-build](https://github.com/micro-ROS/micro-ros-build)| Micro-ROS tool to build and flash Micro-ROS to every supported platform.|[![GitHub Actions status](https://github.com/micro-ROS/micro-ros-build/workflows/CI/badge.svg)](https://github.com/micro-ROS/micro-ros-build/actions)
20+
|[micro_ros_setup](https://github.com/micro-ROS/micro_ros_setup)| Micro-ROS tool to build and flash Micro-ROS to every supported platform.|[![GitHub Actions status](https://github.com/micro-ROS/micro_ros_setup/workflows/CI/badge.svg)](https://github.com/micro-ROS/micro_ros_setup/actions)
2121
|[micro-ROS.github.io](https://github.com/micro-ROS/micro-ROS.github.io)| Micro-ROS official webpage repository.|[![GitHub Actions status](https://github.com/micro-ROS/micro-ROS.github.io/workflows/CI/badge.svg)](https://github.com/micro-ROS/micro-ROS.github.io/actions)

_docs/tutorials/advanced/nuttx/6lowpan/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The last step is to connect a mini-USB cable to the OTG2 USB port (this USB port
5353
## Software set-up
5454

5555
To create and flash the firmware, we are going to use the micro-ROS build system.
56-
You can find the instructions at the micro-ros-build's [README](https://github.com/micro-ROS/micro-ros-build/blob/dashing/micro_ros_setup/README.md).
56+
You can find the instructions at the micro_ros_setup's [README](https://github.com/micro-ROS/micro_ros_setup/blob/dashing/micro_ros_setup/README.md).
5757
For this particular guide, it is necessary to use the branch `dashing` and the configuration profile `uros_6lowpan`.
5858

5959
Once you follow all the instructions in the build system and flash the board, everything is ready.

_docs/tutorials/advanced/nuttx/add_microros_config/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ source /opt/ros/$ROS_DISTRO/setup.bash
3232
3333
mkdir uros_ws && cd uros_ws
3434
35-
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build
35+
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
3636
3737
rosdep update && rosdep install --from-path src --ignore-src -y
3838

_docs/tutorials/advanced/nuttx/nsh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial, we will show how to use it over the UART and USB peripherals.
1919

2020
## Create the firmware
2121

22-
For this tutorial we are going to execute the following configuration in micro-ros-build:
22+
For this tutorial we are going to execute the following configuration in micro_ros_setup:
2323

2424
```bash
2525
ros2 run micro_ros_setup create_firmware_ws.sh nuttx olimex-stm32-e407

_docs/tutorials/core/microxrcedds_rmw_configuration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Another important memory resource managed by the rmw-microxrcedds is the message
5858
The rmw-microxrcedds uses a static-memory message queue where to to keep the subscription messages before the user reads them.
5959
The size of this message queue could be set by the `RMW_UXRCE_MAX_HISTORY`.
6060

61-
It is worth noting that all the aforementioned CMake flags shall be set in a `.meta` for each platform supported in [micro-ros-build](https://github.com/micro-ROS/micro-ros-build).
62-
For example, in the [ping-pong application](https://micro-ros.github.io//docs/tutorials/core/first_application_linux/) the host [configuration file](https://github.com/micro-ROS/micro-ros-build/blob/foxy/micro_ros_setup/config/host/generic/client-host-colcon.meta) can be optimized with the following modifications:
61+
It is worth noting that all the aforementioned CMake flags shall be set in a `.meta` for each platform supported in [micro_ros_setup](https://github.com/micro-ROS/micro_ros_setup).
62+
For example, in the [ping-pong application](https://micro-ros.github.io//docs/tutorials/core/first_application_linux/) the host [configuration file](https://github.com/micro-ROS/micro_ros_setup/blob/foxy/micro_ros_setup/config/host/generic/client-host-colcon.meta) can be optimized with the following modifications:
6363

6464
```
6565
{
@@ -84,7 +84,7 @@ For example, in the [ping-pong application](https://micro-ros.github.io//docs/tu
8484
## Run-time configuration
8585

8686
There are some build time parameters related to Client-to-Agent connection (such as **CONFIG_RMW_DEFAULT_UDP_PORT**, **CONFIG_RMW_DEFAULT_UDP_IP** and **CONFIG_RMW_DEFAULT_SERIAL_DEVICE**) that can be configured either at build time or at run-time.
87-
This means that you can set them in the [configuration file](https://github.com/micro-ROS/micro-ros-build/blob/foxy/micro_ros_setup/config/host/generic/client-host-colcon.meta) mentioned above and that micro-ROS provides a user configuration API for setting some RMW and middleware parameters at run-time.
87+
This means that you can set them in the [configuration file](https://github.com/micro-ROS/micro_ros_setup/blob/foxy/micro_ros_setup/config/host/generic/client-host-colcon.meta) mentioned above and that micro-ROS provides a user configuration API for setting some RMW and middleware parameters at run-time.
8888

8989
The following example code shows the [API](https://github.com/micro-ROS/rmw-microxrcedds/blob/foxy/rmw_microxrcedds_c/include/rmw_uros/options.h) calls needed to set the agent's IP address, port or serial device:
9090

_includes/first_application_common/build_system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source /opt/ros/foxy/setup.bash
2020
# Create a workspace and download the micro-ROS tools
2121
mkdir microros_ws
2222
cd microros_ws
23-
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro-ros-build.git src/micro-ros-build
23+
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
2424

2525
# Update dependencies using rosdep
2626
sudo apt update && rosdep update
@@ -49,7 +49,7 @@ The build system's workflow is a four-step procedure:
4949
* **Flash step:** The binaries generated in the previous step are flashed onto the hardware platform memory,
5050
in order to allow the execution of the micro-ROS app.
5151
Further information about micro-ROS build system can be found
52-
[here](https://github.com/micro-ROS/micro-ros-build/tree/dashing/micro_ros_setup).
52+
[here](https://github.com/micro-ROS/micro_ros_setup/tree/dashing/micro_ros_setup).
5353

5454
## Creating a new firmware workspace
5555

_posts/2020-07-24-foxy_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ have been added to the already very complete pool of out-of-the-box and easy to
2424

2525
Additionally, bug fixes and improvements have been implemented in the RMW and Micro XRCE-DDS Client library.
2626

27-
For a complete list of improvements and bug fixes please read the [release notes](https://github.com/micro-ROS/micro-ros-build/releases).
27+
For a complete list of improvements and bug fixes please read the [release notes](https://github.com/micro-ROS/micro_ros_setup/releases).

0 commit comments

Comments
 (0)