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/How-To-Guides/Node-arguments.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
@@ -123,7 +123,7 @@ As an example, save the following as ``demo_params.yaml``:
123
123
some_integers: [1, 2, 3, 4]
124
124
some_doubles : [3.14, 2.718]
125
125
126
-
Then either declare the parameters within your node with ``declare_parameter`` or ``declare_parameters`` (see `documentation <https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1Node.html#a222633623e5c933b7953e5718ec3649a>`__ for function signatures), or `set the node to automatically declare parameters <https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1NodeOptions.html#a094ceb7af7c9b358ec007a4b8e14d40d>`__ if they were passed in via a command line override.
126
+
Then either declare the parameters within your node with ``declare_parameter`` or ``declare_parameters`` (see `documentation <https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1Node.html#a095ea977b26e7464d9371efea5f36c42>`__ for function signatures), or `set the node to automatically declare parameters <https://docs.ros2.org/foxy/api/rclcpp/classrclcpp_1_1NodeOptions.html#a094ceb7af7c9b358ec007a4b8e14d40d>`__ if they were passed in via a command line override.
Copy file name to clipboardExpand all lines: source/How-To-Guides/Using-Variants.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
@@ -9,7 +9,7 @@ Variants are a list of official metapackages for commonly useful groups of ROS p
9
9
10
10
The different variants in ROS 2 are specified in `REP-2001 <https://ros.org/reps/rep-2001.html>`_.
11
11
12
-
In addition to the official variants, there may be metapackages for specific institutions or robots as described in `REP-108 <(https://www.ros.org/reps/rep-0108.html#institution-specific>`_.
12
+
In addition to the official variants, there may be metapackages for specific institutions or robots as described in `REP-108 <https://www.ros.org/reps/rep-0108.html#institution-specific>`_.
Copy file name to clipboardExpand all lines: source/Installation/_Windows-Install-Prerequisites.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
@@ -67,11 +67,6 @@ An easy way to make sure they're installed is to select the ``Desktop developmen
67
67
68
68
Make sure that no C++ CMake tools are installed by unselecting them in the list of components to be installed.
69
69
70
-
Install additional DDS implementations (optional)
71
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
72
-
73
-
If you would like to use another DDS or RTPS vendor besides the default, Fast DDS, you can find instructions `here <DDS-Implementations>`_.
74
-
75
70
Install OpenCV
76
71
^^^^^^^^^^^^^^
77
72
@@ -156,3 +151,8 @@ RQt dependencies
156
151
157
152
To run rqt_graph you need to `download <https://graphviz.gitlab.io/_pages/Download/Download_windows.html>`__ and install `Graphviz <https://graphviz.gitlab.io/>`__.
158
153
The installer will ask if to add graphviz to PATH, choose to either add it to the current user or all users.
154
+
155
+
Install additional DDS implementations (optional)
156
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
157
+
158
+
If you would like to use another DDS or RTPS vendor besides the default, Fast DDS, you can find instructions `here </Installation/DDS-Implementations>`_.
Copy file name to clipboardExpand all lines: source/Related-Projects/Intel-ROS2-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
@@ -5,7 +5,7 @@
5
5
Intel ROS 2 Projects
6
6
====================
7
7
8
-
Intel® Robotics Open Source Project (Intel® ROS Project) to enable object detection/location/tracking, people detection, vehicle detection, industry robot arm grasp point analysis with kinds of Intel technologies and platforms, including CPU, GPU, `Intel® Movidius™ NCS <https://developer.movidius.com/>`__ optimized deep learning backend, FPGA, `Intel® RealSense™ <http://www.intel.com/realsense>`__ camera, etc.
8
+
Intel® Robotics Open Source Project (Intel® ROS Project) to enable object detection/location/tracking, people detection, vehicle detection, industry robot arm grasp point analysis with kinds of Intel technologies and platforms, including CPU, GPU, `Intel® Movidius™ NCS <https://www.intel.com/content/www/us/en/developer/tools/neural-compute-stick/overview.html>`__ optimized deep learning backend, FPGA, `Intel® RealSense™ <https://www.intel.com/content/www/us/en/architecture-and-technology/realsense-overview.html>`__ camera, etc.
* remove deprecated global CameraInfoManager symbol for Fuerte (#4971)
821
821
* Revert to using boost::mutex, not boost::recursive_mutex.
822
822
* Hack saveCalibrationFile() to stat() the containing directory and attempt to create it if necessary. Test for this case.
823
823
* Reload camera info when camera name changes.
824
824
* Implement most new Electric API changes, with test cases.
825
825
* Add ${ROS_HOME} expansion, with unit test cases. Do not use "$$" for a single '$', look for "${" instead.
826
-
* Use case-insensitive comparisons for parsing URL tags (`#4761<https://github.com/ros-perception/image_common/issues/4761>`__). Add unit test cases to cover this. Add unit test case for camera name containing video mode.
826
+
* Use case-insensitive comparisons for parsing URL tags (#4761). Add unit test cases to cover this. Add unit test case for camera name containing video mode.
827
827
* add test for resolving an empty URL
828
-
* Deprecate use of global CameraInfoManager symbol in E-turtle (`#4786<https://github.com/ros-perception/image_common/issues/4786>`__). Modify unit tests accordingly.
829
-
* provide camera_info_manager namespace, fixes `#4760<https://github.com/ros-perception/image_common/issues/4760>`__
828
+
* Deprecate use of global CameraInfoManager symbol in E-turtle (#4786). Modify unit tests accordingly.
829
+
* provide camera_info_manager namespace, fixes #4760
830
830
* Add support for "package://" URLs.
831
831
* Fixed tests to work with new CameraInfo.
832
832
* Moved image_common from camera_drivers.
@@ -4687,7 +4687,7 @@ This page is a list of the complete changes in all ROS 2 core packages since the
4687
4687
4688
4688
* Reenable test that used to be flaky. (`#467 <https://github.com/ros2/system_tests/issues/467>`__)
4689
4689
* Get_parameters_service\_ should return empty if allow_undeclared\_ is false. (`#466 <https://github.com/ros2/system_tests/issues/466>`__)
4690
-
* Make test pass after rclcpp`#1532 <https://github.com/ros2/system_tests/issues/1532>`__. (`#465 <https://github.com/ros2/system_tests/issues/465>`__)
4690
+
* Make test pass after rclcpp#1532. (`#465 <https://github.com/ros2/system_tests/issues/465>`__)
4691
4691
* Adapt tests to statically typed parameters. (`#462 <https://github.com/ros2/system_tests/issues/462>`__)
4692
4692
* Guard against TOCTTOU with rclcpp::ok and rclcpp:spin_some. (`#459 <https://github.com/ros2/system_tests/issues/459>`__)
4693
4693
* Update parameter client test with timeout. (`#457 <https://github.com/ros2/system_tests/issues/457>`__)
* Changed getiter to iter (`#1 <https://github.com/ros-visualization/rqt/issues/1>`__) (`#241 <https://github.com/ros-visualization/rqt/issues/241>`__)
Copy file name to clipboardExpand all lines: source/Releases/Release-Bouncy-Bolson.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
@@ -65,7 +65,7 @@ Changes since the `Ardent Apalone <Release-Ardent-Apalone>` release:
65
65
DDS partitions are not being used anymore for this.
66
66
* The recommended build tool is now ``colcon`` instead of ``ament_tools``.
67
67
This switch has no `implications <https://design.ros2.org/articles/build_tool.html#implications>`__ for the code in each ROS 2 package.
68
-
The install instructions have been updated and the `read-the-docs page <https://colcon.readthedocs.io/en/latest/migration/ament_tools.html>`__ describes how to map an existing ``ament_tools`` call to ``colcon``.
68
+
The install instructions have been updated and the `read-the-docs page <https://colcon.readthedocs.io/en/main/migration/ament_tools.html>`__ describes how to map an existing ``ament_tools`` call to ``colcon``.
69
69
* The argument order of `this rclcpp::Node::create_subscription() signature <https://docs.ros2.org/bouncy/api/rclcpp/classrclcpp_1_1_node.html#a283fb006c46470cf43a4ae5ef4a16ccd>`__ has been modified.
0 commit comments