-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rosbag2_storage: expose default storage ID as method #1146
rosbag2_storage: expose default storage ID as method #1146
Conversation
2c8186c
to
baa5abc
Compare
Signed-off-by: James Smith <[email protected]>
baa5abc
to
caf2316
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Gist: https://gist.githubusercontent.com/emersonknapp/7b8356c3193a981b61899dd19caff408/raw/858120707e14f7aa488f31ee1f75ee43ddbcf19a/ros2.repos |
argh, windows export rules. will try to break this into a |
Signed-off-by: James Smith <[email protected]>
586447d
to
090f8af
Compare
Gist: https://gist.githubusercontent.com/emersonknapp/bfd2a6429c3cb7b7b16939f10c34401a/raw/858120707e14f7aa488f31ee1f75ee43ddbcf19a/ros2.repos |
- Shall be applied above backport of the #1146. Due to missing `default_storage_id.hpp` Signed-off-by: Michael Orlov <[email protected]>
https://github.com/Mergifyio backport humble |
✅ Backports have been created
|
* rosbag2_storage: expose default storage ID as method Signed-off-by: James Smith <[email protected]> (cherry picked from commit c611a80) # Conflicts: # ros2bag/ros2bag/verb/record.py # rosbag2_cpp/src/rosbag2_cpp/writer.cpp # rosbag2_py/rosbag2_py/__init__.py
#1146) (#1724) * rosbag2_storage: expose default storage ID as method (#1146) * rosbag2_storage: expose default storage ID as method Signed-off-by: James Smith <[email protected]> (cherry picked from commit c611a80) # Conflicts: # ros2bag/ros2bag/verb/record.py # rosbag2_cpp/src/rosbag2_cpp/writer.cpp # rosbag2_py/rosbag2_py/__init__.py * Resolve merge conflicts Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: james-rms <[email protected]> Co-authored-by: Michael Orlov <[email protected]>
- Shall be applied above backport of the #1146. Due to missing `default_storage_id.hpp` Signed-off-by: Michael Orlov <[email protected]>
* Remove explicit sqlite3 from code (#1166) * Remove explicit sqlite3 from code Removes all code mentions of "sqlite3" from packages * rosbag2_cpp * rosbag2_performance_benchmarking * rosbag2_py * rosbag2_storage * rosbag2_transport `rosbag2_tests` and the CLI/README will be in separate PRs Signed-off-by: Emerson Knapp <[email protected]> (cherry picked from commit 3300a27) # Conflicts: # rosbag2_cpp/test/rosbag2_cpp/test_info.cpp # rosbag2_cpp/test/rosbag2_cpp/test_sequential_reader.cpp # rosbag2_cpp/test/rosbag2_cpp/test_sequential_writer.cpp * Address merge conflicts - Shall be applied above backport of the #1146. Due to missing `default_storage_id.hpp` Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Emerson Knapp <[email protected]> Co-authored-by: Michael Orlov <[email protected]>
Signed-off-by: James Smith [email protected]
Fixes #1116