dfki-ric / pytransform3d

3D transformations for Python.
https://dfki-ric.github.io/pytransform3d/
Other
615 stars 63 forks source link

Adds missing strict_check argument in camera.py #231

Closed Alpe6825 closed 1 year ago

Alpe6825 commented 1 year ago

Adds missing strict_check argument. (see #54)

Fixes problem that occurs when plotting cameras. cam2world will be checked in line 266 and inside of transform in line 278. For transform the strickt_check argument was missing.

AlexanderFabisch commented 1 year ago

Thanks for the contribution!

AlexanderFabisch commented 1 year ago

I merged it to the branch develop-3 and it will be part of release 3.0.0.