You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Related-Projects.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Ignition Gazebo
10
10
Large Community Projects
11
11
------------------------
12
12
13
-
Large community projects involve multiple developers from all over the globe and are typically backed by a dedicated working group (cf. :doc:`Governance`).
13
+
Large community projects involve multiple developers from all over the globe and are typically backed by a dedicated working group (cf. :doc:`The-ROS2-Project/Governance`).
14
14
15
15
* **Navigation2** `(navigation.ros.org) <https://navigation.ros.org/>`_: Comprehensive and flexible navigation stack for mobile robots using ROS 2.
16
16
* **MoveIt** `(moveit.ros.org) <https://moveit.ros.org/>`_: A rich platform for building manipulation applications featuring advanced kinematics, motion planning, control, collision checking, and much more.
Copy file name to clipboardExpand all lines: source/Releases.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ Rows in the table marked in green are the currently supported distributions.
143
143
Future Distributions
144
144
--------------------
145
145
146
-
For details on upcoming features see the :doc:`roadmap <Roadmap>`.
146
+
For details on upcoming features see the :doc:`roadmap <The-ROS2-Project/Roadmap>`.
147
147
148
148
There is a new ROS 2 distribution released yearly on May 23rd (`World Turtle Day <https://www.worldturtleday.org/>`_).
149
149
@@ -171,7 +171,7 @@ The Rolling distribution of ROS 2 serves as a staging area for future stable dis
171
171
Unlike most stable ROS 2 distributions which have an initial release, a support window during which they are updated, and a definite end of support (see :ref:`list_of_distributions` above) the Rolling distribution is continuously updated and is subject to in-place updates which will at times include breaking changes.
172
172
173
173
Packages released into the Rolling distribution will be automatically released into future stable distributions of ROS 2.
174
-
:doc:`Releasing a ROS 2 package <How-To-Guides/Releasing-a-ROS-2-package-with-bloom>` into the Rolling distribution follows the same procedures as all other ROS 2 distributions.
174
+
:doc:`Releasing a ROS 2 package <../How-To-Guides/Releasing-a-ROS-2-package-with-bloom>` into the Rolling distribution follows the same procedures as all other ROS 2 distributions.
175
175
176
176
:doc:`ROS 2 Rolling Ridley <Releases/Release-Rolling-Ridley>` is the rolling development distribution of ROS 2 as proposed in `REP 2002 <https://www.ros.org/reps/rep-2002.html>`_.
ROS 2 supports multiple middleware implementations (see `this page <../Concepts/About-Different-Middleware-Vendors>` for more details).
22
+
ROS 2 supports multiple middleware implementations (see `this page <../../Concepts/About-Different-Middleware-Vendors>` for more details).
23
23
Until Alpha 8, ROS 2 was supporting ROS middleware implementations for eProsima's Fast RTPS, RTI's Connext and PrismTech's OpenSplice.
24
24
To streamline our efforts, as of Alpha 8, Fast RTPS and Connext (static) will be supported, with Fast RTPS (`now Apache 2.0-licensed <http://www.eprosima.com/index.php/company-all/news/61-eprosima-goes-apache>`__) shipped as the default.
25
25
@@ -43,7 +43,7 @@ The improvements included in this release are:
43
43
* Fixed various bugs with the previous alpha release
44
44
45
45
Pretty much anything not listed above is not included in this release.
46
-
The next steps are described in the `Roadmap <../Roadmap>`.
46
+
The next steps are described in the `Roadmap <../../The-ROS2-Project/Roadmap>`.
47
47
48
48
ROS 2 alpha7 release (code name *Glue Gun*\ ; July 2016)
Copy file name to clipboardExpand all lines: source/Releases/Beta2-Overview.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
.. redirect-from::
2
2
3
-
Beta2-Overview
3
+
Beta2-Overview
4
4
5
-
Beta 2 (codename 'r2b2'; July 2017)
6
-
===================================
5
+
Beta 2 (``r2b2``)
6
+
=================
7
7
8
8
.. contents:: Table of Contents
9
9
:depth: 2
@@ -13,7 +13,7 @@ Supported Platforms
13
13
-------------------
14
14
15
15
We support ROS 2 Beta 2 on three platforms: Ubuntu 16.04 (Xenial), macOS 10.12 (Sierra), and Windows 10.
16
-
We provide both binary packages and instructions for how to compile from source for all 3 platforms (see `install instructions <../Installation>` as well as `documentation <https://docs.ros2.org/beta2/>`__).
16
+
We provide both binary packages and instructions for how to compile from source for all 3 platforms (see `install instructions <../../Installation>` as well as `documentation <https://docs.ros2.org/beta2/>`__).
17
17
18
18
Features
19
19
--------
@@ -23,9 +23,9 @@ Improvements since Beta 1 release
23
23
24
24
* DDS_Security support (aka SROS2, see `sros2 <https://github.com/ros2/sros2>`__)
25
25
* Debian packages for Ubuntu Xenial
26
-
* Typesupport has been redesigned so that you only build a single executable and can choose one of the available RMW implementations by setting an environment variable (see `documentation <../How-To-Guides/Working-with-multiple-RMW-implementations>`).
26
+
* Typesupport has been redesigned so that you only build a single executable and can choose one of the available RMW implementations by setting an environment variable (see `documentation <../../How-To-Guides/Working-with-multiple-RMW-implementations>`).
27
27
* Namespace support for nodes and topics (see `design article <https://design.ros2.org/articles/topic_and_service_names.html>`__, see known issues below).
28
-
* A set of command-line tools using the extensible ``ros2`` command (see `conceptual article <../Concepts/About-Command-Line-Tools>`).
28
+
* A set of command-line tools using the extensible ``ros2`` command (see `conceptual article <../../Concepts/About-Command-Line-Tools>`).
29
29
* A set of macros for logging messages in C / C++ (see API docs of `rcutils <https://docs.ros2.org/beta2/api/rcutils/index.html>`__).
30
30
31
31
New demo application
@@ -52,7 +52,7 @@ New demo application
52
52
Selected features from previous Alpha/Beta releases
Copy file name to clipboardExpand all lines: source/Releases/Beta3-Overview.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
.. redirect-from::
2
2
3
-
Beta3-Overview
3
+
Beta3-Overview
4
4
5
-
Beta 3 (codename 'r2b3'; September 2017)
6
-
========================================
5
+
Beta 3 (``r2b3``)
6
+
=================
7
7
8
8
.. contents:: Table of Contents
9
9
:depth: 2
@@ -13,7 +13,7 @@ Supported Platforms
13
13
-------------------
14
14
15
15
We support ROS 2 Beta 3 on three platforms: Ubuntu 16.04 (Xenial), macOS 10.12 (Sierra), and Windows 10.
16
-
We provide both binary packages and instructions for how to compile from source for all 3 platforms (see `install instructions <../Installation>` as well as `documentation <https://docs.ros2.org/beta3/>`__).
16
+
We provide both binary packages and instructions for how to compile from source for all 3 platforms (see `install instructions <../../Installation>` as well as `documentation <https://docs.ros2.org/beta3/>`__).
17
17
18
18
Features
19
19
--------
@@ -41,7 +41,7 @@ New demo application
41
41
Selected features from previous Alpha/Beta releases
0 commit comments