-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported upstream version '1.0.4' of 'upstream'
- Loading branch information
Showing
40 changed files
with
95 additions
and
1,402 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<!-- TODO: Make this a metapackage, see | ||
https://github.com/ros2/ros2/issues/408 --> | ||
<name>ros_gz</name> | ||
<version>2.0.1</version> | ||
<version>1.0.4</version> | ||
<description>Meta-package containing interfaces for using ROS 2 with <a href="https://gazebosim.org">Gazebo</a> simulation.</description> | ||
<maintainer email="[email protected]">Aditya Pande</maintainer> | ||
<maintainer email="[email protected]">Alejandro Hernandez</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,27 +2,27 @@ | |
Changelog for package ros_gz_bridge | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.0.1 (2024-08-29) | ||
1.0.4 (2024-08-29) | ||
------------------ | ||
* Stamp all outgoing headers with the wall time if parameter override_timestamps_with_wall_time is set to true (`#562 <https://github.com/gazebosim/ros_gz/issues/562>`_) | ||
* Contributors: Rein Appeldoorn | ||
* feat: `override_timestamps_with_wall_time` parameter (backport `#562 <https://github.com/gazebosim/ros_gz/issues/562>`_) (`#584 <https://github.com/gazebosim/ros_gz/issues/584>`_) | ||
Co-authored-by: Rein Appeldoorn <[email protected]> | ||
* Use memcpy instead of std::copy when bridging images (`#565 <https://github.com/gazebosim/ros_gz/issues/565>`_) (`#585 <https://github.com/gazebosim/ros_gz/issues/585>`_) | ||
While testing ros <-> gz communication using the bridge I noticed that the bridge was talking quite a bit of time copying images from Gazebo to ROS. I found that the std::copy operation that we're doing is substantially slower than the memcpy alternative. I think that in principle this shouldn't happen but the numbers are quite clear. Perhaps std::copy is doing something that doesn't use cache effectively | ||
--------- | ||
Co-authored-by: Jose Luis Rivero <[email protected]> | ||
(cherry picked from commit a781b78852112246245c05481db6335388d4f736) | ||
Co-authored-by: Carlos Agüero <[email protected]> | ||
* Contributors: mergify[bot] | ||
|
||
2.0.0 (2024-07-22) | ||
1.0.3 (2024-07-22) | ||
------------------ | ||
* Making use_composition true by default (`#578 <https://github.com/gazebosim/ros_gz/issues/578>`_) | ||
* Contributors: Addisu Z. Taddese | ||
* Add support for gz.msgs.EntityWrench (base branch: ros2) (`#573 <https://github.com/gazebosim/ros_gz/issues/573>`_) (`#574 <https://github.com/gazebosim/ros_gz/issues/574>`_) | ||
(cherry picked from commit f9afb69d1163633dd978024bb7271a28cf7b551a) | ||
Co-authored-by: Victor T. Noppeney <[email protected]> | ||
* Contributors: mergify[bot] | ||
|
||
1.0.1 (2024-07-03) | ||
1.0.2 (2024-07-03) | ||
------------------ | ||
* Add support for gz.msgs.EntityWrench (base branch: ros2) (`#573 <https://github.com/gazebosim/ros_gz//issues/573>`_) | ||
* Merge pull request `#571 <https://github.com/gazebosim/ros_gz//issues/571>`_ from azeey/jazzy_to_ros2 | ||
Merge jazzy ➡️ ros2 | ||
* Merge branch 'ros2' into jazzy_to_ros2 | ||
* Use memcpy instead of std::copy when bridging images (`#565 <https://github.com/gazebosim/ros_gz//issues/565>`_) | ||
While testing ros <-> gz communication using the bridge I noticed that the bridge was talking quite a bit of time copying images from Gazebo to ROS. I found that the std::copy operation that we're doing is substantially slower than the memcpy alternative. I think that in principle this shouldn't happen but the numbers are quite clear. Perhaps std::copy is doing something that doesn't use cache effectively | ||
--------- | ||
Co-authored-by: Jose Luis Rivero <[email protected]> | ||
* Merge jazzy into ros2 | ||
* Merge pull request `#569 <https://github.com/gazebosim/ros_gz//issues/569>`_ from azeey/iron_to_jazzy | ||
Merge iron ➡️ jazzy | ||
* Merge iron into jazzy | ||
|
@@ -35,22 +35,6 @@ Changelog for package ros_gz_bridge | |
* Merge pull request `#564 <https://github.com/gazebosim/ros_gz//issues/564>`_ from azeey/humble_to_iron | ||
Humble ➡️ Iron | ||
* Merge humble -> iron | ||
* Use `ignoreLocalMessages` in the bridge (`#559 <https://github.com/gazebosim/ros_gz//issues/559>`_) | ||
* Ignore local messages | ||
* Update launch files with name parameter (`#556 <https://github.com/gazebosim/ros_gz//issues/556>`_) | ||
* Name is required. | ||
* Ensure the same container is used for the bridge and gz_server (`#553 <https://github.com/gazebosim/ros_gz//issues/553>`_) | ||
This also adds a required `name` parameter for the bridge so that | ||
multiple different bridges can be created without name collision | ||
* Launch ros_gz_bridge from xml (`#550 <https://github.com/gazebosim/ros_gz//issues/550>`_) | ||
* Add gzserver with ability to load an SDF file or string | ||
* Launch gzserver and the bridge as composable nodes (`#528 <https://github.com/gazebosim/ros_gz//issues/528>`_) | ||
* Add gzserver with ability to load an SDF file or string | ||
* Add option to change material color from ROS. (`#521 <https://github.com/gazebosim/ros_gz//issues/521>`_) | ||
Forward port of `#486 <https://github.com/gazebosim/ros_gz//issues/486>`_. | ||
* Message and bridge for MaterialColor. | ||
This allows bridging MaterialColor from ROS to GZ and is | ||
important for allowing simulation users to create status lights. | ||
* populate imu covariances when converting (`#375 <https://github.com/gazebosim/ros_gz//issues/375>`_) (`#540 <https://github.com/gazebosim/ros_gz//issues/540>`_) | ||
Co-authored-by: El Jawad Alaa <[email protected]> | ||
* Prepare for 1.0.0 Release (`#495 <https://github.com/gazebosim/ros_gz//issues/495>`_) | ||
|
@@ -140,7 +124,7 @@ Changelog for package ros_gz_bridge | |
* Update CMakeLists and package.xml for garden | ||
* Complete garden gz renaming | ||
* Drop fortress CI | ||
* Contributors: Addisu Z. Taddese, Aditya Pande, Alejandro Hernández Cordero, Arjun K Haridas, Benjamin Perseghetti, Carlos Agüero, El Jawad Alaa, Jose Luis Rivero, Krzysztof Wojciechowski, Michael Carroll, Rousseau Vincent, Victor T. Noppeney, Yadu, ahcorde, wittenator, ymd-stella | ||
* Contributors: Addisu Z. Taddese, Aditya Pande, Alejandro Hernández Cordero, Arjun K Haridas, Benjamin Perseghetti, El Jawad Alaa, Jose Luis Rivero, Krzysztof Wojciechowski, Michael Carroll, Rousseau Vincent, Yadu, ahcorde, wittenator, ymd-stella | ||
|
||
1.0.0 (2024-04-24) | ||
------------------ | ||
|
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 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ros_gz_bridge</name> | ||
<version>2.0.1</version> | ||
<version>1.0.4</version> | ||
<description>Bridge communication between ROS and Gazebo Transport</description> | ||
<maintainer email="[email protected]">Aditya Pande</maintainer> | ||
<maintainer email="[email protected]">Alejandro Hernandez</maintainer> | ||
|
@@ -11,18 +11,14 @@ | |
|
||
<author>Shivesh Khaitan</author> | ||
<author>Louise Poubel</author> | ||
<author email="[email protected]">Carlos Agüero</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
<buildtool_depend>pkg-config</buildtool_depend> | ||
<buildtool_depend>rosidl_pycommon</buildtool_depend> | ||
|
||
<depend>actuator_msgs</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>gps_msgs</depend> | ||
<depend>launch</depend> | ||
<depend>launch_ros</depend> | ||
<depend>nav_msgs</depend> | ||
<depend>rclcpp</depend> | ||
<depend>rclcpp_components</depend> | ||
|
Empty file.
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.
Oops, something went wrong.