I tried a couple of approaches including your suggestion without much success.
For example,
The i_enable_ir and i_laser_dot_brightness parameters were updated as per your suggestions and launched the camera.launch.py from depthai-ros-driver package. The launch is successful, however, the point clouds are not being published.
The other experiment:
The stereo_inertial_node.launch.py was modified to set enableDotProjector and enableFloodLight to True and dotProjectormA and floodLightmA to 800. This time the point cloud was being published. However, there wasn't much improvement in the point cloud data quality. Are these the right modifications to enable active stereo mode?
What would be best launch file to test the point cloud data in general?
Thank you