-
Notifications
You must be signed in to change notification settings - Fork 58
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
Set lens intrinsics in Depth and Rgbd camera sensors #390
Conversation
…set lens intrinsics in Depth and Rgbd camera sensors Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #390 +/- ##
==========================================
- Coverage 72.76% 72.32% -0.45%
==========================================
Files 36 37 +1
Lines 4968 5048 +80
==========================================
+ Hits 3615 3651 +36
- Misses 1353 1397 +44
|
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Looks like there's a windows build regression from this PR. See #391 (comment) |
https://github.com/Mergifyio backport ign-sensors6 |
✅ Backports have been created
|
* Refactor projection matrix utility functions to CameraSensorUtil and set lens intrinsics in Depth and Rgbd camera sensors --------- Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com> (cherry picked from commit bd695b2) # Conflicts: # src/CameraSensor.cc # src/DepthCameraSensor.cc # src/RgbdCameraSensor.cc
Refactor projection matrix utility functions to CameraSensorUtil and set lens intrinsics in Depth and Rgbd camera sensors