Package Summary

Tags No category tags.
Version 0.15.9
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version humble
Last Updated 2024-02-23
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Michael Orlov
  • Geoffrey Biggs
  • Michel Hidalgo
  • Emerson Knapp
  • ROS Tooling Working Group

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.15.9 (2024-01-24)

  • [humble] Give proper log message for [--start-paused]{.title-ref} (backport #1537) (#1541)
  • [humble] [Recording stopped]{.title-ref} prints only once. (backport #1530) (#1535)
  • [humble] Bugfix for incorrect playback rate changes when pressing buttons (backport #1513) (#1515)

* Contributors: Michael Orlov <michael.orlov@apex.ai>, Christoph Froehlich <christoph.froehlich@ait.ac.at>, Tomoya Fujita <Tomoya.Fujita@sony.com> 0.15.8 (2023-09-19) -------------------* Don\'t warn for unknown types if topics are not selected (#1466) (#1469) * Fix the build with rmw_fastrtps_dynamic. (#1416) (#1439) * Contributors: mergify[bot]

0.15.7 (2023-07-18)

  • [humble] Fix for possible freeze in Recorder::stop() (backport #1381) (#1388)
  • [humble] Fix for rosbag2_transport::Recorder failures due to the unhandled exceptions (backport #1382) (#1403)
  • [humble] When using sim time, wait for /clock before beginning recording (backport #1378) (#1392)
  • Add recorder stop() API (backport #1300) (#1396)
  • Contributors: Michael Orlov, mergify[bot], zeal-up

0.15.6 (2023-06-05)

  • [Humble] Bugfix for parameters not passing to recorder\'s node from child component (backport #1360) (#1368)
  • Fix memory issue when multiple writers with message compression_mode required (#1331)
  • Print \"Hidden topics are not recorded\" only once. (#1225) (#1323)
  • Contributors: zeal-up, Michael Orlov, Patrick Roncagliolo, rshanor

0.15.5 (2023-04-25)

  • [humble] Redesign record_services tests to make them more deterministic (#1122) (#1142)
  • Use RMW methods to initialize endpoint info instead of brace initializer to guard against upcoming struct change (#1257) (#1275)
  • Add Michael Orlov as maintainer in rosbag2 packages (#1215) (#1224)
  • Contributors: mergify[bot]

0.15.4 (2023-01-10)

0.15.3 (2022-11-07)

  • Mark [test_play_services]{.title-ref} as xfail for FastRTPS and CycloneDDS (#1091) (#1136)
  • Fix hangout in rosbag2 player and recorder when pressing [CTRL+C]{.title-ref} (#1081) (#1085)
  • make writer and option variables private instead of protected (#1097)
  • Revert \"[humble] Backport. Added support for filtering topics via regular expressions (#1034)- (#1039)\" (#1069)
  • Notification of significant events during bag recording and playback (#908) (#1037)
  • Backport. Add use_sim_time option to record verb (#1017)
  • Fix for rosbag2::Player freeze when ctrl+c in pause mode (#1002) (#1016)
  • Make unpublished topics unrecorded by default (#968) (#1008)
  • Contributors: Bernardo Taveira, Esteve Fernandez, Geoffrey Biggs, Keisuke Shima, Michael Orlov, Sean Kelly, mergify[bot]

0.15.2 (2022-05-11)

  • Make peek_next_message_from_queue return a SharedPtr. (#993)
  • Change the topic names in test_record.cpp (#988)
  • Contributors: Chris Lalancette

0.15.1 (2022-04-06)

  • support to publish as loaned message (#981)
  • Contributors: Audrow Nash, Barry Xu

0.15.0 (2022-04-05)

  • support to publish as loaned message (#981)
  • Contributors: Barry Xu

0.14.1 (2022-03-29)

  • Bump version number to avoid conflict
  • Contributors: Chris Lalancette

0.14.0 (2022-03-29)

  • Add burst-mode to Player (#977)
  • Install headers to include/\${PROJECT_NAME} (#958)
  • Make sure published messages are acknowledged for play mode (#951)
  • Contributors: Barry Xu, Geoffrey Biggs, Shane Loretz

0.13.0 (2022-01-13)

0.12.0 (2021-12-17)

  • Changes for uncrustify 0.72 (#937)
  • TopicFilter use regex_search instead of regex_match (#932)
  • Add start-offset play option (#931)
  • Add parentheses suggested by Clang on OSX to fix build warning (#930)
  • Bag rewriter (C++) (#920)
  • Add \"ignore leaf topics\" option to recorder (#925)
  • Rewrite TopicFilter for single-call reusability (#924)
  • Add a ReaderWriterFactory utility to share logic for reuse (#923)
  • Add pause/resume options to the bag recorder (#905)
  • Add logging macros for rosbag2_transport (#917)
  • Enable YAML encoding/decoding for RecordOptions and StorageOptions (#916)
  • Expose the QoS object wrapper (#910)
  • Contributors: Abrar Rahman Protyasha, Chris Lalancette, Emerson Knapp, Geoffrey Biggs, Ivan Santiago Paunovic

0.11.0 (2021-11-08)

  • Add --start-paused option to [ros2 bag play]{.title-ref} (#904)
  • Update package maintainers (#899)
  • Add a Seek service (#874)
  • Add simple keyboard control for playback rate (#893)
  • Contributors: Emerson Knapp, Ivan Santiago Paunovic, Michel Hidalgo

0.10.1 (2021-10-22)

0.10.0 (2021-10-19)

  • Fix a bug on invalid pointer address when using \"MESSAGE\" compressio... (#866)
  • Fix typo (#880)
  • Use Reader\'s seek() method for seeking/jumping in Player (#873)
  • keyboard controls for pause/resume toggle and play-next: (#847)
  • Implement snapshot mechanism and corresponding ROS Service (#850)
  • Circular Message Cache implementation for snapshot feature (#844)
  • Add jump/seek API for Player class (#826)
  • Restructure test_play_timing to one test per case, to see which times out (#863)
  • Fix discovery silently stops after unknown msg type is found. (#848)
  • Fixing deprecated subscriber callback warnings (#852)
  • Bugfix for race condition in Player::peek_next_message_from_queue() (#849)
  • added seek interface (#836)
  • Update [PlayOptions::delay]{.title-ref} to [rclcpp::Duration]{.title-ref} to get nanosecond resolution (#843)
  • Move notification about ready for playback inside play_messages_from_queue() (#832)
  • Add wait for player to be ready for playback in Player::play_next() method (#814)
  • Make sure the subscription exists before publishing messages (#804)
  • Add delay option (#789)
  • Copy recorder QoS profile to local variable so that temporary value isn\'t cleared (#803)
  • test_play_services: fail gracefully on future error (#798)
  • Recording with --all and --exclude fix (#765)
  • Contributors: Abrar Rahman Protyasha, Barry Xu, Bastian J

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.22.6
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version iron
Last Updated 2024-02-08
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Michael Orlov
  • Geoffrey Biggs
  • Michel Hidalgo
  • Emerson Knapp
  • ROS Tooling Working Group

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.22.6 (2024-02-07)

  • Workaround for flaky test_play_services running with fastrtps (#1562)
  • Add proper message for --start-paused (#1540)
  • [Recording stopped]{.title-ref} prints only once. (#1534)
  • Bugfix for incorrect playback rate changes when pressing buttons (#1514)
  • Contributors: Christoph Fr

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.26.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version rolling
Last Updated 2024-04-23
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Michael Orlov
  • Geoffrey Biggs
  • Michel Hidalgo
  • Emerson Knapp
  • ROS Tooling Working Group

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.26.1 (2024-04-17)

0.26.0 (2024-04-16)

  • Add node name to the Read(Write)SplitEvent message (#1609)
  • Add option to disable recorder keyboard controls (#1607)
  • Support service 2/2 --- rosbag2 service play (#1481)
  • Use middleware send and receive timestamps from message_info during recording (#1531)
  • Update to use yaml-cpp version 0.8.0. (#1605)
  • Gracefully handle SIGINT and SIGTERM signals for play and burst CLI (#1557)
  • Added exclude-topic-types to record (#1582)
  • Contributors: Alejandro Hern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.7
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version crystal
Last Updated 2019-04-08
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Karsten Knese

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.0.7 (2019-04-08)

0.0.6 (2019-02-27)

  • enforce unique node names (#86)
    • enforce unique node names
    • fix cppcheck
  • disable cppcheck (#91)
  • Consistent node naming across ros2cli tools (#60)
    • Passing CLI_NODE_NAME_PREFIX from ros2cli and using it to start the nodes with appropriate naming.
    • Passing CLI_NODE_NAME_PREFIX from ros2cli and using it to start the nodes with appropriate naming.
    • Fixing linter errors.
    • Renaming CLI_NODE_NAME_PREFIX -> NODE_NAME_PREFIX
  • Contributors: AAlon, Karsten Knese

0.0.5 (2018-12-27)

0.0.4 (2018-12-19)

  • Improve queue usage (#75)
  • 0.0.3
  • Play old bagfiles (#69)
  • Release fixups (#72)
  • Contributors: Andreas Holzner, Karsten Knese, Martin Idel

0.0.2 (2018-12-12)

  • update maintainer email
  • Contributors: Karsten Knese

0.0.1 (2018-12-11)

  • Auto discovery of new topics (#63)
  • Fix master build and small renamings (#67)
  • rename topic_with_types to topic_metadata
  • use converter options
  • iterate_over_formatter
  • GH-142 replace map with unordered map where possible (#65)
  • Use converters when recording a bag file (#57)
  • use uint8 for serialized message (#61)
  • Renaming struct members for consistency (#64)
  • Use converters when playing back files (#56)
  • Implement converter plugin for CDR format and add converter plugins package (#48)
  • Display bag summary using [ros2 bag info]{.title-ref} (#45)
  • GH-117 Check also for rclcpp::ok() when playing back messages (#54)
  • Extract recorder from rosbag2_transport, fix test naming (#44)
  • Introduce rosbag2_transport layer and CLI (#38)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Karsten Knese, Martin Idel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.2.4
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version eloquent
Last Updated 2020-11-04
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Karsten Knese
  • Michael Jeronimo

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.2.4 (2019-11-18)

0.2.3 (2019-11-18)

  • Add CLI option to expose bagfile splitting. (#203)
  • Delay subscriber asynchronous creation for opensplice in test_rosbag2_node. (#196)
  • Modular Reader/Writer API. (#205)
  • Contributors: Brian Marchi, Karsten Knese, Prajakta Gokhale

0.2.2 (2019-11-13)

  • (API) Generate bagfile metadata in Writer (#184)
  • Contributors: Zachary Michaels

0.2.1 (2019-10-23)

  • Disable parameter event publishers on test nodes. (#180)
  • Narrow down tests for topic discovery. (#178)
  • Fix API for new Intra-Process communication. (#143)
  • Add dependency on python_cmake_module. (#188)
  • Add bagfile splitting support to storage_options. (#182)
  • Fix the test failure of wrong messages count. (#165)
  • Support for zero-copy message transport. (#168)
  • Contributors: Alberto Soragna, ChenYing Kuo, Dan Rose, Karsten Knese, Mikael Arguedas, Zachary Michaels

0.2.0 (2019-09-26)

  • fixup after API changes to Subscription in rclcpp (#166)
  • disable some tests for connext (#145)
  • disable plugins/tests which need rmw_fastrtps_cpp if unavailable (#137)
  • Fix test failures on armhf (#135)
  • Contributors: Karsten Knese, Prajakta Gokhale, William Woodall, ivanpauno

0.1.2 (2019-05-20)

  • Fixes an init race condition (#93) * This could probably be a race condition, for ex: When we\'ve create a subscriber in the API, and the subscriber has the data already available in the callback (Cause of existing publishers) the db entry for the particular topic would not be availalble, which in turn returns an SqliteException. This is cause write_->create_topic() call is where we add the db entry for a particular topic. And, this leads to crashing before any recording. Locally I solved it by adding the db entry first, and if create_subscription fails, remove the topic entry from the db and also erase the subscription. Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Fix comments for pull request https://github.com/ros2/rosbag2/pull/93 Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Added unit test case for remove_topics from db Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Fix unit tests failing by adding dependent test macros Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>

    • Fixes the linter errors
  • Update troubleshooting reference to index.ros.org (#120) Signed-off-by: Michael Carroll <michael@openrobotics.org>

  • Contributors: Michael Carroll, Sriram Raghunathan

0.1.1 (2019-05-09)

  • fix condition to only apply pragma for GCC 8+ (#117)
  • Contributors: Dirk Thomas

0.1.0 (2019-05-08)

  • ignore cast function type warning (#116)
  • changes to avoid deprecated API\'s (#115)
  • Handle message type name with multiple namespace parts (#114)
  • fix compilation against master (#111)
  • fix logging signature (#107)
  • use fastrtps static instead of dynamic (#104)
  • enforce unique node names (#86)
  • disable cppcheck (#91)
  • Consistent node naming across ros2cli tools (#60)
  • Contributors: AAlon, Dirk Thomas, Jacob Perron, Karsten Knese, William Woodall

0.0.5 (2018-12-27)

0.0.4 (2018-12-19)

  • Improve queue usage (#75)
  • 0.0.3
  • Play old bagfiles (#69)
  • Release fixups (#72)
  • Contributors: Andreas Holzner, Karsten Knese, Martin Idel

0.0.2 (2018-12-12)

  • update maintainer email
  • Contributors: Karsten Knese

0.0.1 (2018-12-11)

  • Auto discovery of new topics (#63)
  • Fix master build and small renamings (#67)
  • rename topic_with_types to topic_metadata
  • use converter options
  • iterate_over_formatter
  • GH-142 replace map with unordered map where possible (#65)
  • Use converters when recording a bag file (#57)
  • use uint8 for serialized message (#61)
  • Renaming struct members for consistency (#64)
  • Use converters when playing back files (#56)
  • Implement converter plugin for CDR format and add converter plugins package (#48)
  • Display bag summary using [ros2 bag info]{.title-ref} (#45)
  • GH-117 Check also for rclcpp::ok() when playing back messages (#54)
  • Extract recorder from rosbag2_transport, fix test naming (#44)
  • Introduce rosbag2_transport layer and CLI (#38)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Karsten Knese, Martin Idel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.1.8
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version dashing
Last Updated 2020-10-29
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Karsten Knese
  • Michael Jeronimo

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.1.8 (2019-10-16)

0.1.7 (2019-10-14)

0.1.6 (2019-09-20)

0.1.5 (2019-09-09)

0.1.4 (2019-07-31)

0.1.3 (2019-06-12)

0.1.2 (2019-05-20)

  • Fixes an init race condition (#93) * This could probably be a race condition, for ex: When we\'ve create a subscriber in the API, and the subscriber has the data already available in the callback (Cause of existing publishers) the db entry for the particular topic would not be availalble, which in turn returns an SqliteException. This is cause write_->create_topic() call is where we add the db entry for a particular topic. And, this leads to crashing before any recording. Locally I solved it by adding the db entry first, and if create_subscription fails, remove the topic entry from the db and also erase the subscription. Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Fix comments for pull request https://github.com/ros2/rosbag2/pull/93 Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Added unit test case for remove_topics from db Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com> * Fix unit tests failing by adding dependent test macros Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>

    • Fixes the linter errors
  • Update troubleshooting reference to index.ros.org (#120) Signed-off-by: Michael Carroll <michael@openrobotics.org>

  • Contributors: Michael Carroll, Sriram Raghunathan

0.1.1 (2019-05-09)

  • fix condition to only apply pragma for GCC 8+ (#117)
  • Contributors: Dirk Thomas

0.1.0 (2019-05-08)

  • ignore cast function type warning (#116)
  • changes to avoid deprecated API\'s (#115)
  • Handle message type name with multiple namespace parts (#114)
  • fix compilation against master (#111)
  • fix logging signature (#107)
  • use fastrtps static instead of dynamic (#104)
  • enforce unique node names (#86)
  • disable cppcheck (#91)
  • Consistent node naming across ros2cli tools (#60)
  • Contributors: AAlon, Dirk Thomas, Jacob Perron, Karsten Knese, William Woodall

0.0.5 (2018-12-27)

0.0.4 (2018-12-19)

  • Improve queue usage (#75)
  • 0.0.3
  • Play old bagfiles (#69)
  • Release fixups (#72)
  • Contributors: Andreas Holzner, Karsten Knese, Martin Idel

0.0.2 (2018-12-12)

  • update maintainer email
  • Contributors: Karsten Knese

0.0.1 (2018-12-11)

  • Auto discovery of new topics (#63)
  • Fix master build and small renamings (#67)
  • rename topic_with_types to topic_metadata
  • use converter options
  • iterate_over_formatter
  • GH-142 replace map with unordered map where possible (#65)
  • Use converters when recording a bag file (#57)
  • use uint8 for serialized message (#61)
  • Renaming struct members for consistency (#64)
  • Use converters when playing back files (#56)
  • Implement converter plugin for CDR format and add converter plugins package (#48)
  • Display bag summary using [ros2 bag info]{.title-ref} (#45)
  • GH-117 Check also for rclcpp::ok() when playing back messages (#54)
  • Extract recorder from rosbag2_transport, fix test naming (#44)
  • Introduce rosbag2_transport layer and CLI (#38)
  • Contributors: Alessandro Bottero, Andreas Greimel, Andreas Holzner, Karsten Knese, Martin Idel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.9.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version galactic
Last Updated 2022-09-29
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Karsten Knese
  • Michael Jeronimo
  • Emerson Knapp
  • ROS Tooling Working Group

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.9.2 (2022-09-26)

  • allow for implementation of composable recorder via inheritance (#892)
  • Fix discovery silently stops after unknown msg type is found. (#848) (#858)
  • [backport galactic] recording with --all and --exclude fix (#765) (#825)
  • Contributors: Bernd Pfrommer, Cameron Miller, Emerson Knapp

0.9.1 (2021-07-08)

  • [backport galactic] Add delay option (#789) (#812) Backport #789 to galactic
    • Add delay option
  • Copy recorder QoS profile to local variable so that temporary value isn\'t cleared (#803) (#805)
  • Contributors: Emerson Knapp, Kosuke Takeuchi

0.9.0 (2021-05-17)

  • Expose play_next service (#767)
  • Add play_next() API to the player class (#762)
  • Naive clock jump implementation - allows for clock reuse and simplified Player setup (#754)
  • Rename Reader/Writer \'reset\' to \'close\' (#760)
  • simply constructor for rosbag2_transport::Player (#757)
  • Expose GetRate/SetRate services for playback (#753)
  • Expose pause/resume related services on the Player (#729)
  • remodel publication manager (#749)
  • remove rosbag2_transport header (#742)
  • use public recorder api in tests (#741)
  • Use public player API in tests (#740)
  • public recorder and player (#739)
  • player owns the reader (#725)
  • Contributors: Emerson Knapp, Karsten Knese, Michael Orlov

0.8.0 (2021-04-19)

  • cleanup cmakelists (#726)
  • turn recorder into a node (#724)
  • turn player into a node (#723)
  • Remove -Werror from builds, enable it in Action CI (#722)
  • Split Rosbag2Transport into Player and Recorder classes - first pass to enable further progress (#721)
  • /clock publisher in Player (#695)
  • use rclcpp logging macros (#715)
  • use rclcpp::Node for generic pub/sub (#714)
  • PlayerClock initial implementation - Player functionally unchanged (#689)
  • Fix bad_function_call by replacing rclcpp::spin_some with SingleThreadedExecutor (#705)
  • rosbag2_py pybind wrapper for \"record\" - remove rosbag2_transport_py (#702)
  • Add rosbag2_py::Player::play to replace rosbag2_transport_python version (#693)
  • Fix and clarify logic in test_play filter test (#690)
  • Explicitly add emersonknapp as maintainer (#692)
  • Add QoS decoding translation for infinite durations to RMW_DURATION_INFINITE (#684)
  • Contributors: Emerson Knapp, Karsten Knese

0.7.0 (2021-03-18)

  • Add support for rmw_connextdds (#671)
  • Use rosbag2_py for ros2 bag info (#673)
  • Contributors: Andrea Sorbini, Karsten Knese

0.6.0 (2021-02-01)

  • Fix build issues when rosbag2_storage is binary installed (#585)
  • Regex and exclude fix for rosbag recorder (#620)
  • Recorder --regex and --exclude options (#604)
  • SQLite storage optimized by default (#568)
  • Fixed playing if unknown message types exist (#592)
  • Compress bag files in separate threads (#506)
  • Stabilize test_record by reducing copies of executors and messages (#576)
  • Contributors: Adam D

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.3.11
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros2/rosbag2.git
VCS Type git
VCS Version foxy
Last Updated 2023-05-31
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Layer encapsulating ROS middleware to allow rosbag2 to be used with or without middleware

Additional Links

No additional links.

Maintainers

  • Karsten Knese
  • Michael Jeronimo
  • ROS Tooling Working Group

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package rosbag2_transport

0.3.11 (2023-05-27)

  • [foxy] Fix YAML_CPP_DLL warnings on Windows (#1353)
  • [backport foxy] Add QoS decoding translation for infinite durations to RMW_DURATION_INFINITE (backport #684) (#1088)
  • Copy recorder QoS profile to local variable so that temporary value isn\'t cleared (#803) (#1335)
  • Contributors: Emerson Knapp, Michael Orlov

0.3.10 (2023-03-16)

0.3.9 (2022-02-03)

  • Fixed inability to record hidden topics (#835)
  • Contributors: Cameron Miller

0.3.8 (2021-07-19)

  • [backport Foxy] Fixed playing if unknown message types exist (backports #592) (#686)
  • [backport Foxy] More reliable topic remapping test (backports #456) (#817)
  • [backport Foxy] Handle SIGTERM gracefully in recording (#809)
  • Contributors: Emerson Knapp

0.3.7 (2021-02-15)

0.3.6 (2021-01-05)

  • Update maintainer list for Foxy (#551)
  • Contributors: Michael Jeronimo

0.3.5 (2020-08-31)

  • resolve memory leak for serialized message (#502) (#518)
  • Use shared logic for importing the rosbag2_transport_py library in Python (#482) (#494)
  • Contributors: Emerson Knapp, Karsten Knese

0.3.4 (2020-08-05)

0.3.3 (2020-06-23)

  • export shared_queues_vendor for modern cmake support (#434) (#438)
  • Contributors: Karsten Knese

0.3.2 (2020-06-03)

0.3.1 (2020-06-01)

  • Find rosbag2_cpp (tinyxml2) before rcl (#423)
  • Shared publisher handle (#420)
  • Contributors: Chris Lalancette, Karsten Knese

0.3.0 (2020-05-26)

0.2.8 (2020-05-18)

  • Explicitly add DLL directories for Windows before importing (#411)
  • Contributors: Jacob Perron

0.2.7 (2020-05-12)

  • Remove MANUAL_BY_NODE liveliness usage (#406)
  • Contributors: Ivan Santiago Paunovic

0.2.6 (2020-05-07)

  • Correct usage of rcpputils::SharedLibrary loading. (#400)
  • Contributors: Karsten Knese

0.2.5 (2020-04-30)

  • add topic remapping option to rosbag2 play (#388)
  • add missing test dependency (#392)
  • use serialized message (#386)
  • Adaptive playback qos based on recorded metadata (#364)
  • Add loop option to rosbag play (#361)
  • Move qos utilities to their own compilation unit (#379)
  • Expose BaseReaderInterface\'s BagMetadata (#377)
  • Expose topic filter to command line (addresses #342) (#363)
  • Fix Action CI tests to pass reliably (#376)
  • Update GenericSubscription\'s handle_message signature (#373)
  • Bridge CLI with transport (#370)
  • Override QoS Profiles in CLI - Playback (#356)
  • QoS Profile Overrides - Player (#353)
  • Fix rosbag2_tests resource files and play_end_to_end test (#362)
  • use ament_export_targets() (#360)
  • Intelligently subscribe to topics according to their QoS profiles (#355)
  • Add QoS Profile override to CLI (#347)
  • Override Subscriber QoS - Record (#346)
  • Replace poco dependency by rcutils (#322)
  • Test all RMW implementations for rosbag2_transport (#349)
  • Add filter for reading selective topics (#302)
  • Disable adaptive qos subscription for now (#348)
  • Subscribe to topics using the common offered QoS (#343)
  • Transaction based sqlite3 inserts (#225)
  • Allow GenericPublisher / GenericSubscription to take a QoS profile (#337)
  • Query offered QoS profiles for a topic and store in metadata (#333)
  • Add QoS profiles field to metadata struct and provide serialization utilities (#330)
  • include hidden topics (#332)
  • Add playback rate command line arg (#304)
  • Removed rosidl_generator_cpp in rosbag2_transport because it\'s not used (#321)
  • Fix race condition in transport recorder (#303)
  • [compression] Enable compression through ros2bag cli (#263)
  • code style only: wrap after open parenthesis if not in one line (#280)
  • Make rosbag2 a metapackage (#241)
  • make ros tooling working group maintainer (#211)
  • Contributors: Alejandro Hern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.