spatialmath-python icon indicating copy to clipboard operation
spatialmath-python copied to clipboard

Create, manipulate and convert representations of position and orientation in 2D or 3D using Python

Results 24 spatialmath-python issues
Sort by recently updated
recently updated
newest added

When testing PR-123, we found that the setup-python@v2 had stopped working correctly for macos-latest configurations, as shown in https://github.com/bdaiinstitute/spatialmath-python/actions/runs/8958982641/job/24603844190?pr=123 It was further discovered that python3.7 is also no longer supported...

Implements changes from discussions under [Issue 122](https://github.com/bdaiinstitute/spatialmath-python/issues/122).

I found using the interp function of the spatialmath toolbox that the interpolation results depend on the initial rotation frames. On further investigation I also found difference between the SE3.interp...

Created internal conversion function for `SO3` -> `UnitQuaternion` to mirror [`UnitQuaternion.SO3()`](https://github.com/bdaiinstitute/spatialmath-python/blob/470962c3a77fda1bfd0022fea92a9b4474b1de97/spatialmath/quaternion.py#L2276). Also added conversions to `test_pose3d.py`