-
Notifications
You must be signed in to change notification settings - Fork 4.9k
add foxy packages for rosbag2, dummy reader/writer #14461
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
base: record-playback
Are you sure you want to change the base?
Conversation
|
src/media/ros2/ros2_reader.cpp
Outdated
| @@ -0,0 +1,161 @@ | |||
| // License: Apache 2.0. See LICENSE file in root directory. | |||
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.
Why not full realsense copyrights like on other files?
| project(rosbag2_independent) | ||
|
|
||
| # Allow consumers to opt-in explicitly; default OFF to avoid configuration failures | ||
| option(BUILD_ROSBAG2 "Build rosbag2 third-party components" OFF) |
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.
We keep options in cmake/lrs_options.cmake
| FetchContent_Declare( | ||
| yaml-cpp | ||
| GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git | ||
| GIT_TAG master # using master for latest version, we can also pick a specific commit but we need one after version 0.8.0 - we need YAML_CPP_DISABLE_UNINSTALL flag |
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.
We always choose a specific commit / release so our code will not break.
Please also explane is a comment the need for this package.
|
This reverts commit 72dfb04.
Tracked on: [LRS-1243]