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/About.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
@@ -2,6 +2,6 @@
2
2
About this documentation
3
3
========================
4
4
5
-
This documentation lives in http://github.com/ros2/ros2_documentation. Purely written in `ReST markup format <http://docutils.sourceforge.net/rst.html>`_, it is processed using Sphinx during ROSIndex builds. `Intersphinx support <Contributing/Inter-Sphinx-Support>` is readily available for cross-linking package specific entities.
5
+
This documentation lives in http://github.com/ros2/ros2_documentation. Purely written in `ReST markup format <http://docutils.sourceforge.net/rst.html>`__, it is processed using Sphinx during ROSIndex builds. `Intersphinx support <Contributing/Inter-Sphinx-Support>` is readily available for cross-linking package specific entities.
6
6
7
7
Updates submission is currently handled through pull requests.
Copy file name to clipboardExpand all lines: source/Contact.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
@@ -7,7 +7,7 @@ If you try out ROS 2 and have feedback or questions, please get in touch with us
7
7
General/design discussion
8
8
-------------------------
9
9
10
-
Discussions about ROS 2 development and plans are happening on the `“Next Generation ROS” Discourse category <http://discourse.ros.org/c/ng-ros>`__ (previously on the `sig-ng-ros (Special Interest Group on Next-Generation ROS) mailing list <https://groups.google.com/forum/?fromgroups#!forum/ros-sig-ng-ros>`__\ ).
10
+
Discussions about ROS 2 development and plans are happening on the `“Next Generation ROS” Discourse category <http://discourse.ros.org/c/ng-ros>`__ (previously on the `sig-ng-ros (Special Interest Group on Next-Generation ROS) mailing list <https://groups.google.com/forum/?fromgroups#!forum/ros-sig-ng-ros>`__).
11
11
Join us there and participate in the conversation.
12
12
13
13
If you'd like to contact us privately (e.g., if your question contains information sensitive to your organization or project), you can email us directly at ``[email protected]``.
Copy file name to clipboardExpand all lines: source/Features.rst
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
2
-
ROS 2 Features Status
3
-
=====================
4
-
2
+
Features Status
3
+
===============
5
4
6
5
The features listed below are available in the current ROS 2 release.
7
6
Unless otherwise specified, the features are available for all supported platforms (Ubuntu 18.04, OS X 10.12.x, Windows 10), DDS implementations (eProsima Fast RTPS, RTI Connext and ADLINK Opensplice) and programming language client libraries (C++ and Python).
@@ -65,7 +64,7 @@ For planned future development, see the `Roadmap <Roadmap>`.
Copy file name to clipboardExpand all lines: source/Related-Projects/Intel-ROS2-Projects.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ Key Projects
9
9
10
10
We are working on below ROS2 projects and publish source code through https://github.com/intel/ or ROS2 github repo gradually.
11
11
12
-
* `ROS2 OpenVINO <https://github.com/intel/ros2_openvino_toolkit>`_: ROS2 package for Intel® Visual Inference and Neural Network Optimization Toolkit to develop multiplatform computer vision solutions.
13
-
* `ROS2 RealSense Camera <https://github.com/intel/ros2_intel_realsense>`_: ROS2 package for Intel® RealSense™ D400 serial cameras
14
-
* `ROS2 Movidius NCS <https://github.com/intel/ros2_intel_movidius_ncs>`_: ROS2 package for object detection with Intel® Movidius™ Neural Computing Stick (NCS).
15
-
* `ROS2 Object Messages <https://github.com/intel/ros2_object_msgs>`_: ROS2 messages for object.
16
-
* `ROS2 Object Analytics <https://github.com/intel/ros2_object_analytics>`_: ROS2 package for object detection, tracking and 2D/3D localization.
17
-
* `ROS2 Message Filters <https://github.com/ros2/message_filters>`_: ROS2 package for message synchronization with time stamp.
18
-
* `ROS2 CV Bridge <https://github.com/ros-perception/vision_opencv/tree/ros2/cv_bridge>`_: ROS2 package to bridge with openCV.
19
-
* `ROS2 Object Map <https://github.com/intel/ros2_object_map>`_: ROS2 package to mark tag of objects on map when SLAM based on information provided by ROS2 object analytics.
20
-
* `ROS2 Moving Object <https://github.com/intel/ros2_moving_object>`_: ROS2 package to provide object motion information (like object velocity on x, y, z axis) based on information provided by ROS2 object analytics.
21
-
* `ROS2 Grasp Library <https://github.com/intel/ros2_grasp_library>`_: Coming soon. ROS2 package for grasp position analysis, and compatible with `MoveIt <https://github.com/ros-planning/moveit.git>`_ grasp interfaces.
12
+
* `ROS2 OpenVINO <https://github.com/intel/ros2_openvino_toolkit>`__: ROS2 package for Intel® Visual Inference and Neural Network Optimization Toolkit to develop multiplatform computer vision solutions.
13
+
* `ROS2 RealSense Camera <https://github.com/intel/ros2_intel_realsense>`__: ROS2 package for Intel® RealSense™ D400 serial cameras
14
+
* `ROS2 Movidius NCS <https://github.com/intel/ros2_intel_movidius_ncs>`__: ROS2 package for object detection with Intel® Movidius™ Neural Computing Stick (NCS).
15
+
* `ROS2 Object Messages <https://github.com/intel/ros2_object_msgs>`__: ROS2 messages for object.
16
+
* `ROS2 Object Analytics <https://github.com/intel/ros2_object_analytics>`__: ROS2 package for object detection, tracking and 2D/3D localization.
17
+
* `ROS2 Message Filters <https://github.com/ros2/message_filters>`__: ROS2 package for message synchronization with time stamp.
18
+
* `ROS2 CV Bridge <https://github.com/ros-perception/vision_opencv/tree/ros2/cv_bridge>`__: ROS2 package to bridge with openCV.
19
+
* `ROS2 Object Map <https://github.com/intel/ros2_object_map>`__: ROS2 package to mark tag of objects on map when SLAM based on information provided by ROS2 object analytics.
20
+
* `ROS2 Moving Object <https://github.com/intel/ros2_moving_object>`__: ROS2 package to provide object motion information (like object velocity on x, y, z axis) based on information provided by ROS2 object analytics.
21
+
* `ROS2 Grasp Library <https://github.com/intel/ros2_grasp_library>`__: Coming soon. ROS2 package for grasp position analysis, and compatible with `MoveIt <https://github.com/ros-planning/moveit.git>`__ grasp interfaces.
Copy file name to clipboardExpand all lines: source/Roadmap.rst
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
2
-
ROS 2 Roadmap
3
-
=============
2
+
Roadmap
3
+
=======
4
+
5
+
.. contents:: Table of Contents
6
+
:depth: 2
7
+
:local:
4
8
5
9
For more information on the design of ROS 2 please see `design.ros2.org <http://design.ros2.org>`__.
6
10
The core code for ROS 2 is on the `ros2 github organization <https://github.com/ros2>`__.
@@ -15,7 +19,7 @@ This is a list of the features targeted for development in the future.
15
19
*Subject to change.*
16
20
17
21
Next release - D-turtle (June 2019)
18
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
19
23
20
24
The `D-turtle meta ticket <https://github.com/ros2/ros2/issues/607>`__ on GitHub will in the near future enumerate the ongoing high level tasks as well as references specific tickets with more details.
21
25
@@ -25,7 +29,6 @@ Future (in no specific order)
25
29
Design / Concept
26
30
~~~~~~~~~~~~~~~~
27
31
28
-
29
32
* Support for non-ASCII strings in messages / services
30
33
* Progress on migration plan
31
34
* Reconsider 1-to-1 mapping of ROS nodes to DDS participants
@@ -34,7 +37,6 @@ Design / Concept
34
37
Infrastructure and tools
35
38
~~~~~~~~~~~~~~~~~~~~~~~~
36
39
37
-
38
40
* Building
39
41
40
42
* Support to generate "fat" packages / archives
@@ -119,7 +121,6 @@ The trailing stars indicate the rough effort: 1 star for small, 2 stars for medi
119
121
Port of existing ROS 1 functionality
120
122
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
121
123
122
-
123
124
* Perception metapackage
124
125
125
126
* Image pipeline
@@ -130,7 +131,7 @@ Port of existing ROS 1 functionality
130
131
* Needs Actions
131
132
* Moveit Maintainers are tracking: https://discourse.ros.org/t/moveit-maintainer-meeting-recap-july-25th-2018/5504
132
133
133
-
* Rqt
134
+
* RQt
134
135
135
136
* convert more plugins [\* each when dependencies are available]
136
137
@@ -139,7 +140,6 @@ Port of existing ROS 1 functionality
139
140
Reducing Technical Debt
140
141
~~~~~~~~~~~~~~~~~~~~~~~
141
142
142
-
143
143
* Extend testing and resolve bugs in the current code base
Sometimes ``rclpy`` fails to be imported because of some missing DLLs on your system.
29
-
If so make sure to install all the dependencies listed in the "Installing prerequisites" sections of the installation instructions (`Windows <windows-install-binary-installing-prerequisites>`\ , `MacOS <osx-install-binary-installling-prerequisites>`\ ).
29
+
If so make sure to install all the dependencies listed in the "Installing prerequisites" sections of the installation instructions (`Windows <windows-install-binary-installing-prerequisites>`, `MacOS <osx-install-binary-installling-prerequisites>`).
30
30
31
31
If you are installing from binaries, you may need to update your dependencies: they must be the same version as those used to build the binaries.
Copy file name to clipboardExpand all lines: source/index.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
@@ -49,7 +49,7 @@ ROS 2 is under heavy development.
49
49
50
50
You can check out the `tutorials page <Tutorials>` to see a range of examples of what the system can do in its current state, if it fits your project *today* depending on the exact requirement.
51
51
52
-
For details of the current features, see `Features <Features>`.
52
+
For details of the current features, see `features status page <Features>`.
53
53
54
54
If migrating code from ROS to ROS 2, check `the migration guide <Contributing/Migration-Guide>`.
0 commit comments