Allow list of transformations in a camera calibration. #130
Closed
rodja
started this conversation in
Ideas / Feature Requests
Replies: 3 comments
-
Maybe it would be good to merge #98 before implementing this. Or we do this first... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Concept:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature has been implemented in PR #153. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently the extrinsics of a camera callibration only allow a single transformation. That's fine for cameras placed at fix positions in the world. But for cameras mounted somewhere on a mobile robot we need the ability to have a local robot coordinate system and update the position in the world while driving. It could also get even more nested if the mobile robot has an n-DOF robot arm with a camera mounting.
As @NiklasNeugebauer pointed out, we may want to look into adapting https://github.com/dfki-ric/pytransform3d to do such transformations.
Beta Was this translation helpful? Give feedback.
All reactions