Skip to content
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

merge development (utilities) to dds #11145

Merged
merged 677 commits into from
Jan 24, 2023
Merged

merge development (utilities) to dds #11145

merged 677 commits into from
Jan 24, 2023

Conversation

@maloel maloel requested a review from Nir-Az November 24, 2022 12:13
@maloel maloel marked this pull request as ready for review November 24, 2022 12:36
DDS_THROW( runtime_error, "stream '" + stream_name + "' does not exist" );
auto & stream = it->second;
stream->start_streaming( header );
for ( auto & p : streams_to_open )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a notice, I see here and on the dds-device-server.h lots of spaces changes.
FYI

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were some CRLF changes, so maybe just ignore whitespace?

@@ -129,7 +129,7 @@ dds_stream_format dds_stream_format::from_rs2( int rs2_format )
case RS2_FORMAT_MJPEG: fourcc = "MJPG"; break;
case RS2_FORMAT_RAW8: fourcc = "CNF4"; break;
case RS2_FORMAT_RAW16: fourcc = "BYR2"; break;
case RS2_FORMAT_UYVY: fourcc = "UYVY"; break;
case RS2_FORMAT_UYVY: fourcc = "UYVY"; break;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same weird diffs..

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maloel
Copy link
Collaborator Author

maloel commented Dec 4, 2022

I still want to do this, but I think we should do it in this order:

@maloel
Copy link
Collaborator Author

maloel commented Dec 4, 2022

P.S. Ohad's #11164 will also have to wait until after #11165

maloel and others added 21 commits January 12, 2023 09:53
…kernel

Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
# Conflicts:
#	CMake/cuda_config.cmake
#	src/context.cpp
#	src/ds/ds5/ds5-device.cpp
#	third-party/CMakeLists.txt
#	tools/CMakeLists.txt
#	tools/realsense-viewer/CMakeLists.txt
#	unit-tests/live/options/test-timestamp-domain.py
#	unit-tests/py/rspy/test.py
#	unit-tests/unit-tests-live.cpp
# Conflicts:
#	src/context.cpp
#	src/context.h
#	third-party/realdds/include/realdds/dds-device-broadcaster.h
#	third-party/realdds/include/realdds/dds-device-server.h
#	third-party/realdds/py/pyrealdds.cpp
#	third-party/realdds/src/dds-device-broadcaster.cpp
#	third-party/realdds/src/dds-device-impl.cpp
#	third-party/realdds/src/dds-device-server.cpp
#	unit-tests/dds/test-librs.py
@Nir-Az
Copy link
Collaborator

Nir-Az commented Jan 23, 2023

Hey @maloel / @OhadMeir ,

Of course this PR is special and cannot be CR by files (> 1300 changed)
Ohad I added you to note this big change and especially the commits Eran mentioned in the description.
I retriggered the libCI to verify the tests failed randomly and not due to this PR changes.
Once you both are aligned (And we verify libCI pass) we can merge it.

Thanks Eran for this effort :)

UPDATE: CI passed on retrigger

Copy link
Contributor

@OhadMeir OhadMeir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impressive work merging so many changes back, and handling the eProsima problem

@maloel maloel merged commit 45b32f4 into IntelRealSense:dds Jan 24, 2023
@maloel maloel deleted the dds branch January 24, 2023 10:07
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.

10 participants