dfki-ric / pytransform3d

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

Make usage and documentation of TemporalTransformManager more user-friendly #262

Closed kopytjuk closed 1 year ago

kopytjuk commented 1 year ago

After the implementation TemporalTransformManager we want to:

AlexanderFabisch commented 1 year ago

I'm really excited about this now. A really useful new feature. :)

kopytjuk commented 1 year ago

As I understand GitHub you have write-access to my branch and can adapt to accelerate the process :)

I think in the future PRs it would make sense to introduce flake8 check via GitHub Actions for checking empty lines, line lengths and PEP8 style ...

AlexanderFabisch commented 1 year ago

I think in the future PRs it would make sense to introduce flake8 check via GitHub Actions for checking empty lines, line lengths and PEP8 style ...

Yes, that would definitely help :)

I will merge the PR now and clean up on the develop branch