forked from ros2/rclcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update changelogs and setup.py Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org> * Update versions in new packages to match (so that we can run bloom) Signed-off-by: Michael Jeronimo <michael.jeronimo@openrobotics.org> * 0.4.0
- Loading branch information
Showing
31 changed files
with
291 additions
and
16 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
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
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
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
71 changes: 71 additions & 0 deletions
71
rosbag2_performance/rosbag2_performance_writer_benchmarking/CHANGELOG.rst
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,71 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package rosbag2_performance_writer_benchmarking | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.4.0 (2020-11-19) | ||
------------------ | ||
* read yaml config file (`#497 <https://github.com/ros2/rosbag2/issues/497>`_) | ||
* add storage_config_uri (`#493 <https://github.com/ros2/rosbag2/issues/493>`_) | ||
* Update the package.xml files with the latest Open Robotics maintainers (`#535 <https://github.com/ros2/rosbag2/issues/535>`_) | ||
* performance testing packages (`#442 <https://github.com/ros2/rosbag2/issues/442>`_) | ||
* Contributors: Adam Dąbrowski, Karsten Knese, Michael Jeronimo | ||
|
||
0.3.2 (2020-06-03) | ||
------------------ | ||
|
||
0.3.1 (2020-06-01) | ||
------------------ | ||
|
||
0.3.0 (2020-05-26) | ||
------------------ | ||
|
||
0.2.8 (2020-05-18) | ||
------------------ | ||
|
||
0.2.7 (2020-05-12) | ||
------------------ | ||
|
||
0.2.6 (2020-05-07) | ||
------------------ | ||
|
||
0.2.5 (2020-04-30) | ||
------------------ | ||
|
||
0.2.4 (2019-11-18 17:51) | ||
------------------------ | ||
|
||
0.2.3 (2019-11-18 13:55) | ||
------------------------ | ||
|
||
0.2.2 (2019-11-13) | ||
------------------ | ||
|
||
0.2.1 (2019-10-23) | ||
------------------ | ||
|
||
0.2.0 (2019-09-26) | ||
------------------ | ||
|
||
0.1.2 (2019-05-20) | ||
------------------ | ||
|
||
0.1.1 (2019-05-09) | ||
------------------ | ||
|
||
0.1.0 (2019-05-08) | ||
------------------ | ||
|
||
0.0.5 (2018-12-27) | ||
------------------ | ||
|
||
0.0.4 (2018-12-19) | ||
------------------ | ||
|
||
0.0.3 (2018-12-14) | ||
------------------ | ||
|
||
0.0.2 (2018-12-12) | ||
------------------ | ||
|
||
0.0.1 (2018-12-11) | ||
------------------ |
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,74 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package rosbag2_py | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
0.4.0 (2020-11-19) | ||
------------------ | ||
* add storage_config_uri (`#493 <https://github.com/ros2/rosbag2/issues/493>`_) | ||
* Workaround pybind11 bug on Windows when CMAKE_BUILD_TYPE=RelWithDebInfo (`#538 <https://github.com/ros2/rosbag2/issues/538>`_) | ||
* Update the package.xml files with the latest Open Robotics maintainers (`#535 <https://github.com/ros2/rosbag2/issues/535>`_) | ||
* Fix rosbag2_py on Windows debug and stop ignoring the package (`#531 <https://github.com/ros2/rosbag2/issues/531>`_) | ||
* Fix rosbag2_py bug when using libc++ (`#529 <https://github.com/ros2/rosbag2/issues/529>`_) | ||
* AMENT_IGNORE rosbag2_py for now (`#509 <https://github.com/ros2/rosbag2/issues/509>`_) | ||
* rosbag2_py reader and writer (`#308 <https://github.com/ros2/rosbag2/issues/308>`_) | ||
* Contributors: Ivan Santiago Paunovic, Karsten Knese, Mabel Zhang, Michael Jeronimo | ||
|
||
0.3.2 (2020-06-03) | ||
------------------ | ||
|
||
0.3.1 (2020-06-01) | ||
------------------ | ||
|
||
0.3.0 (2020-05-26) | ||
------------------ | ||
|
||
0.2.8 (2020-05-18) | ||
------------------ | ||
|
||
0.2.7 (2020-05-12) | ||
------------------ | ||
|
||
0.2.6 (2020-05-07) | ||
------------------ | ||
|
||
0.2.5 (2020-04-30) | ||
------------------ | ||
|
||
0.2.4 (2019-11-18 17:51) | ||
------------------------ | ||
|
||
0.2.3 (2019-11-18 13:55) | ||
------------------------ | ||
|
||
0.2.2 (2019-11-13) | ||
------------------ | ||
|
||
0.2.1 (2019-10-23) | ||
------------------ | ||
|
||
0.2.0 (2019-09-26) | ||
------------------ | ||
|
||
0.1.2 (2019-05-20) | ||
------------------ | ||
|
||
0.1.1 (2019-05-09) | ||
------------------ | ||
|
||
0.1.0 (2019-05-08) | ||
------------------ | ||
|
||
0.0.5 (2018-12-27) | ||
------------------ | ||
|
||
0.0.4 (2018-12-19) | ||
------------------ | ||
|
||
0.0.3 (2018-12-14) | ||
------------------ | ||
|
||
0.0.2 (2018-12-12) | ||
------------------ | ||
|
||
0.0.1 (2018-12-11) | ||
------------------ |
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
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
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
Oops, something went wrong.