IntelRealSense / realsense_samples_ros

Sample code illustrating how to develop ROS applications using the Intel® RealSense™ ZR300 camera for Object Library (OR), Person Library (PT), and Simultaneous Localization And Mapping (SLAM).
Apache License 2.0
126 stars 93 forks source link

Why the same extrinsics are assigned for color and depth streams while creating actual_image_stream_config? #20

Open nrasulnrasul opened 7 years ago

nrasulnrasul commented 7 years ago

Why the same extrinsics are assigned for color and depth streams while creating rs::core::video_module_interface::actual_image_stream_config. I expect identity rotation and zero translation for depth stream because these extrinsics are w.r.t depth frame.

Ros2RealSenseSdkConverter::CreateSdkModuleConfig, line 118