Skip to content

Conversation

@AviaAv
Copy link
Contributor

@AviaAv AviaAv commented Nov 19, 2025

Tracked on: [LRS-1243]

@AviaAv AviaAv requested a review from Nir-Az November 19, 2025 08:21
@Nir-Az
Copy link
Collaborator

Nir-Az commented Nov 19, 2025

@AviaAv

  1. why did you decided to take foxy? it's EOL
  2. Please see GHA errors
  3. Can I assume rosbag2 folder and files are untouched?

@@ -0,0 +1,161 @@
// License: Apache 2.0. See LICENSE file in root directory.
Copy link
Collaborator

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)
Copy link
Collaborator

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
Copy link
Collaborator

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.

@AviaAv
Copy link
Contributor Author

AviaAv commented Nov 20, 2025

@AviaAv

  1. why did you decided to take foxy? it's EOL
  2. Please see GHA errors
  3. Can I assume rosbag2 folder and files are untouched?

@Nir-Az

  1. Foxy is the last version that is not C++17
  2. Checking
  3. I did change the cmake files because originally some of them needed ros2 libraries, or configured tests which I removed. Most of the other files should be untouched

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants