Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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.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 jazzy
Last Updated 2025-06-03
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.7 (2025-04-22)

  • Initialize filter with namespaced updated topics and services. (rolling) (#1944) (#1948)
  • Fix: QoS incompatibilities are not expected with rmw_zenoh_cpp (#1936) (#1938)
  • Don't delete existing subscription if failed to create a new one (#1923) (#1930)
  • [jazzy] Upstream quality changes from Apex.AI part 1 (backport #1903) (#1909)
  • [jazzy] Use tmpfs in rosbag2 temporary_directory_fixture (backport #1901) (#1904)
  • Bugfix: Recorder discovery does not restart after being stopped (#1894) (#1900)
  • Bugfix. Event publisher not starting for second run after stop (#1888) (#1890)
  • Contributors: mergify[bot], Roderick Taylor, Yuyuan Yuan, Øystein Sture, Michael Orlov

0.26.6 (2024-12-18)

  • Publish clock after delay is over and disable delay on next loops (#1861) (#1878) (cherry picked from commit 15b82607d0e36a6ff87f60405b072919d16fb03d) Co-authored-by: Nicola Loi <<nicolaloi@outlook.com>>
  • [jazzy] Add PlayerClock::wakeup() to interrupt sleeping (backport #1869) (#1875) (cherry picked from commit c8feaea5b64e824bbe76e920f48a3ca39b72f9fc) Co-authored-by: Christophe Bedard <<christophe.bedard@apex.ai>> Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • Add debug information for flaky can_record_again_after_stop test (#1871) (#1874) (cherry picked from commit 4602b2ce829842e17ccb8bf4a74c135d6c8f2623) Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • [jazzy] Add support for replaying multiple bags (backport #1848) (#1873) (cherry picked from commit 125db50b4d9a585bab33f2908008fe1168bb9cf3) Co-authored-by: Christophe Bedard <<christophe.bedard@apex.ai>> Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • Reintroduce [Don't warn for unknown types if topics are not selected]{.title-ref} (#1825) (#1827) (cherry picked from commit e75d6d659fcae243b8486a94173255b237817f22) Co-authored-by: Ramon Wijnands <<ramon.wijnands007@gmail.com>>
  • Allow unknown types in bag rewrite (#1812) (#1817) (cherry picked from commit cd7bd63696604973e23c739afa6387556f3e7781) Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • Improve the reliability of rosbag2 tests (#1796) (#1806) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>> Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • Removed warnings (#1794) (#1810) (cherry picked from commit 88c51a133a9a9aa3ef65a851f4d2aed448803fa1) Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
  • Contributors: Marco A. Gutierrez, mergify[bot]

0.26.5 (2024-09-06)

  • Small cleanups to the rosbag2 tests. (#1792) (#1793) (cherry picked from commit 604cebcf11775151efa94f7c30ba1aea68e90c5c) Co-authored-by: Chris Lalancette <<clalancette@gmail.com>>
  • Add cli option compression-threads-priority (#1768) (#1778) Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>> (cherry picked from commit 25c3e1c2effdaea3b880c39ff7580b2f38a44b1c) Co-authored-by: Roman <<rsokolkov@gmail.com>>
  • Bugfix for bag_split event callbacks called to early with file compression (#1643) (#1732) (cherry picked from commit 1877b53847bda4d1f2668187b79fa27a796c3438) Co-authored-by: Michael Orlov <<michael.orlov@apex.ai>>
  • Contributors: mergify[bot]

0.26.4 (2024-06-27)

  • Bugfix for issue where unable to create composable nodes with compression (#1679) (#1716)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.32.0
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 kilted
Last Updated 2025-06-03
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.32.0 (2025-04-18)

  • Add actions replay feature (#1955)
  • Implement actions recording and displaying information about recorded actions features (#1939)
  • Set environment variables to run tests with [rmw_zenoh_cpp]{.title-ref} with multicast discovery (#1946)
  • Initialize filter with namespaced updated topics and services. (rolling) (#1944)
  • Fix: QoS incompatibilities are not expected with rmw_zenoh_cpp (#1936)
  • Address windows warnings in the progress bar class (#1927)
  • Don't delete existing subscription if failed to create a new one (#1923)
  • Progress bar for ros2 bag play (#1836)
  • Upstream quality changes from Apex.AI part 1 (#1903)
  • Contributors: Alejandro Hernández Cordero, Barry Xu, Michael Orlov, Nicola Loi, Roderick Taylor, Yuyuan Yuan

0.31.0 (2025-02-02)

  • Use tmpfs in rosbag2 temporary_directory_fixture (#1901)
  • Bugfix: Recorder discovery does not restart after being stopped (#1894)
  • Bugfix. Event publisher not starting for second run after stop (#1888)
  • Add support for replaying based on publication timestamp (#1876)
  • Publish clock after delay is over and disable delay on next loops (#1861)
  • Add PlayerClock::wakeup() to interrupt sleeping (#1869)
  • Add debug information for flaky can_record_again_after_stop test (#1871)
  • Support replaying multiple bags (#1848)
  • Contributors: Christophe Bedard, Michael Orlov, Nicola Loi, Øystein Sture

0.30.0 (2024-11-26)

  • Reintroduce [Don't warn for unknown types if topics are not selected]{.title-ref} (#1825)
  • Allow unknown types in bag rewrite (#1812)
  • Improve the reliability of rosbag2 tests (#1796)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Michael Orlov, Ramon Wijnands, Roman

0.29.0 (2024-09-03)

  • Removed warnings (#1794)
  • Small cleanups to the rosbag2 tests. (#1792)
  • Add cli option compression-threads-priority (#1768)
  • [WIP] Remove rcpputils::fs dependencies in rosbag2 packages (#1740)
  • Bugfix for bag_split event callbacks called to early with file compression (#1643)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Michael Orlov, Roman

0.28.0 (2024-06-17)

  • Bugfix for issue where unable to create composable nodes with compression (#1679)
  • Add support for "all" and "exclude" in RecordOptions YAML decoder (#1664)
  • Add unit tests to cover message's send and received timestamps during recording (#1641)
  • Contributors: Michael Orlov

0.27.0 (2024-04-30)

  • Removed warnings - unqualified-std-cast-call (#1618)
  • Contributors: Alejandro Hernández Cordero

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged rosbag2_transport at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.33.0
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 2025-06-10
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.33.0 (2025-04-25)

  • Fix a maybe-uninitialized warning in player_action_client.cpp (#1969)
  • Upstream quality changes from Apex.AI part-2 (#1924)
  • Bugfix: [ros2 bag convert]{.title-ref} dropping messages with compression mode message (#1975)
  • Use DDS queue depth for subscriptions as a maximum value across publishers (#1960)
  • Contributors: DangitBen, Michael Carroll, Michael Orlov, Christophe Bedard

0.32.0 (2025-04-18)

  • Add actions replay feature (#1955)
  • Implement actions recording and displaying information about recorded actions features (#1939)
  • Set environment variables to run tests with [rmw_zenoh_cpp]{.title-ref} with multicast discovery (#1946)
  • Initialize filter with namespaced updated topics and services. (rolling) (#1944)
  • Fix: QoS incompatibilities are not expected with rmw_zenoh_cpp (#1936)
  • Address windows warnings in the progress bar class (#1927)
  • Don't delete existing subscription if failed to create a new one (#1923)
  • Progress bar for ros2 bag play (#1836)
  • Upstream quality changes from Apex.AI part 1 (#1903)
  • Contributors: Alejandro Hernández Cordero, Barry Xu, Michael Orlov, Nicola Loi, Roderick Taylor, Yuyuan Yuan

0.31.0 (2025-02-02)

  • Use tmpfs in rosbag2 temporary_directory_fixture (#1901)
  • Bugfix: Recorder discovery does not restart after being stopped (#1894)
  • Bugfix. Event publisher not starting for second run after stop (#1888)
  • Add support for replaying based on publication timestamp (#1876)
  • Publish clock after delay is over and disable delay on next loops (#1861)
  • Add PlayerClock::wakeup() to interrupt sleeping (#1869)
  • Add debug information for flaky can_record_again_after_stop test (#1871)
  • Support replaying multiple bags (#1848)
  • Contributors: Christophe Bedard, Michael Orlov, Nicola Loi, Øystein Sture

0.30.0 (2024-11-26)

  • Reintroduce [Don't warn for unknown types if topics are not selected]{.title-ref} (#1825)
  • Allow unknown types in bag rewrite (#1812)
  • Improve the reliability of rosbag2 tests (#1796)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Michael Orlov, Ramon Wijnands, Roman

0.29.0 (2024-09-03)

  • Removed warnings (#1794)
  • Small cleanups to the rosbag2 tests. (#1792)
  • Add cli option compression-threads-priority (#1768)
  • [WIP] Remove rcpputils::fs dependencies in rosbag2 packages (#1740)
  • Bugfix for bag_split event callbacks called to early with file compression (#1643)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette, Michael Orlov, Roman

0.28.0 (2024-06-17)

  • Bugfix for issue where unable to create composable nodes with compression (#1679)
  • Add support for "all" and "exclude" in RecordOptions YAML decoder (#1664)
  • Add unit tests to cover message's send and received timestamps during recording (#1641)
  • Contributors: Michael Orlov

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 ardent showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 bouncy showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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.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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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)

  • disable some tests for connext (#145) (#151) Signed-off-by: Karsten Knese <<karsten@openrobotics.org>>
  • disable plugins/tests which need rmw_fastrtps_cpp if unavailable (#137) (#148) Signed-off-by: ivanpauno <<ivanpauno@ekumenlabs.com>>
  • Contributors: Karsten Knese

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

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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)

  • fix missing target dependencies (#479) (#481) Co-authored-by: Dirk Thomas <<dirk-thomas@users.noreply.github.com>>
  • Contributors: Karsten Knese

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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.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 iron
Last Updated 2024-11-11
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.8 (2024-11-09)

  • Allow unknown types in bag rewrite (#1818)
  • Contributors: Alejandro Hernández Cordero, Michael Orlov

0.22.7 (2024-07-11)

  • Gracefully handle SIGINT and SIGTERM signals for play and burst CLI (#1690)
  • Contributors: Michael Orlov

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öhlich, Michael Orlov, Tomoya Fujita

0.22.5 (2023-11-18)

0.22.4 (2023-10-24)

  • Fix uninitialized value pointed out by clang static analysis. (backport #1440) (#1448)
  • Don't warn for unknown types if topics are not selected (#1466) (#1468)
  • Contributors: Michael Orlov, Chris Lalancette

0.22.3 (2023-09-08)

  • Fix the build with rmw_fastrtps_dynamic. (#1438)
  • Contributors: Chris Lalancette

0.22.2 (2023-07-14)

  • Fix for rosbag2_transport::Recorder failures due to the unhandled exceptions (#1402)
  • Fix for possible freeze in Recorder::stop() (#1387)
  • Wait for /clock before beginning recording when using sim time (#1391)
  • Contributors: Michael Orlov, Patrick Roncagliolo

0.22.1 (2023-05-18)

  • Change subscriptions from GenericSubscripton to SubscriptionBase (#1338)
  • Add recorder stop() API (#1300) (#1334)
  • Contributors: Emerson Knapp, mergify[bot]

0.22.0 (2023-04-18)

  • Read message definitions from input files in bag_rewrite (#1295)
  • Add message definition read API (#1292)
  • Move rosbag2_transport::Recorder implementation to pimpl (#1291)
  • rosbag2_storage: add type description hash to topic metadata (#1272)
  • Contributors: Emerson Knapp, Michael Orlov, james-rms

0.21.0 (2023-04-12)

  • rosbag2_cpp: move local message definition source out of MCAP plugin (#1265)
  • Use RMW methods to initialize endpoint info instead of brace initializer to guard against upcoming struct change (#1257)
  • Update rosbag2 to C++17. (#1238)
  • Use target_link_libraries instead of ament_target_dependencies (#1202)
  • Contributors: Chris Lalancette, Daisuke Nishimatsu, Emerson Knapp, Michael Orlov, james-rms

0.20.0 (2023-02-14)

0.19.0 (2023-01-13)

  • Print "Hidden topics are not recorded" only once. (#1225)
  • rosbag2_storage: set MCAP as default plugin (#1160)
  • Add Michael Orlov as maintainer in rosbag2 packages (#1215)
  • rosbag2_transport: parametrize test_rewrite

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 jade showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 indigo showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 hydro showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 kinetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 melodic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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 noetic showing humble. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.15.14
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 2025-05-12
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.14 (2025-03-25)

0.15.13 (2024-11-25)

  • [humble] Allow unknown types in bag rewrite (backport #1812) (#1819)
  • Contributors: mergify[bot]

0.15.12 (2024-07-28)

  • [humble] Bugfix for bag_split event callbacks called to early with file compression (backport #1643) (#1733)
  • [humble] rosbag2_cpp: test more than one storage plugin (backport #1196) (#1721)
  • [humble] Remove explicit sqlite3 from code (backport #1166) (#1723)
  • Contributors: mergify[bot]

0.15.11 (2024-05-20)

0.15.10 (2024-05-17)

  • Add /bigobj to MSVC compiles. (#1571)
  • Contributors: Chris Lalancette

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)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

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