-
Notifications
You must be signed in to change notification settings - Fork 734
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unified changelog, add missing image, deduplicate tutorials
- Loading branch information
1 parent
def53ea
commit 331a2ef
Showing
19 changed files
with
44 additions
and
136 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Changelog Notes | ||
=============== | ||
|
||
While there is an official changelog for each package, this page summarizes | ||
the major changes between distributions | ||
|
||
Changes in Jazzy Jalisco | ||
------------------------ | ||
There are several major change between ``Iron`` and ``Jazzy``: | ||
|
||
* All components now properly support ``image_transport`` paramter, | ||
or ``depth_image_transport`` parameter if the topic is a depth image. | ||
In most places, this consists of simply adding the parameter, or making | ||
the parameter work, however two cases should be noted where the | ||
parameter was renamed: | ||
|
||
* image_view::ExtractImages: incorrectly named parameter ``transport`` | ||
was renamed to more consistent ``image_transport``. | ||
* imaeg_view::StereoView: incorrectly named parameter ``transport`` | ||
was renamed to more consistent ``image_transport``. | ||
|
||
* Improvements to QoS support: | ||
|
||
* Most components now support QoS overrides via ROS 2 parameters | ||
* The ``use_system_default_qos`` parameter has been removed from | ||
stereo_image_proc::DisparityNode and stereo_image_proc::PointCloudNode | ||
as the QoS overrides are the newer, preferred method. | ||
|
||
* All components now properly support remapping the ``camera_info`` topic | ||
for an associated ``image`` topic. For instance, if you remap ``image`` | ||
to ``my/image`` then ``my/camera_info`` will be used. Previously you | ||
would have to manually remap the ``camera_info`` topic. See also | ||
:ref:`Remapping camera_info Topics`. | ||
* The input of ``depth_image_proc/point_cloud_xyz_radial`` is renamed | ||
from ``image_raw`` to ``depth/image_raw`` for consistency. | ||
* The inputs of ``depth_image_proc/point_cloud_xyzrgb_radial`` are renamed | ||
from ``depth_registered/image_rect`` to ``depth/image_raw`` and | ||
``rgb/image_rect_color`` to ``rgb/image_raw`` to make clear that the | ||
unrectified camera projection matrix is used, and for consistency with | ||
other radial nodes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,6 @@ parameter. | |
|
||
self | ||
components | ||
changes | ||
image_view <generated/index> | ||
|
||
Indices and tables | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters