CameraRealSense2: update for L515 support

This commit is contained in:
matlabbe
2020-10-17 19:57:27 -04:00
parent bbb3c56008
commit 3047b7da6b
2 changed files with 80 additions and 15 deletions

View File

@@ -135,6 +135,7 @@ private:
Transform dualExtrinsics_;
std::string jsonConfig_;
bool closing_;
bool isL500_;
static Transform realsense2PoseRotation_;
static Transform realsense2PoseRotationInv_;