Skip to content

Commit

Permalink
fix rs-dds-config not enabling DDS by default
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Sep 12, 2024
1 parent e6a438a commit d575176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/dds/dds-config/rs-dds-config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ try
bool const golden = golden_arg.isSet();

// Create a RealSense context and look for a device
settings["dds"]["enabled"] = true;
rs2::context ctx( settings.dump() );

rs2::device device;
Expand Down

0 comments on commit d575176

Please sign in to comment.