8000 Add link to changes, these are now kept in GH discussions · flyinger/spatialmath-python@bc6dcb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc6dcb3

Browse files
committed
Add link to changes, these are now kept in GH discussions
1 parent 1ef54aa commit bc6dcb3

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ A Python implementation of the <a href="https://github.com/petercorke/spatial-ma
2323
<ul>
2424
<li><a href="https://github.com/petercorke/spatialmath-python">GitHub repository </a></li>
2525
<li><a href="https://petercorke.github.io/spatialmath-python">Documentation</a></li>
26+
<li><a href=https://github.com/petercorke/spatialmath-python/discussions/categories/changes>Recent changes</a>
2627
<li><a href="https://github.com/petercorke/spatialmath-python/wiki">Wiki (examples and details)</a></li>
2728
<li><a href="installation#">Installation</a></li>
2829
</ul>
@@ -32,21 +33,7 @@ A Python implementation of the <a href="https://github.com/petercorke/spatial-ma
3233

3334
Spatial mathematics capability underpins all of robotics and robotic vision where we need to describe the position, orientation or pose of objects in 2D or 3D spaces.
3435

35-
# Recent changes
36-
37-
- `@` operator for pose objects, like `*` but does an explicit normalization
38-
- `interp` has changed quite a bit:
39-
- now `X1.interp(X2, s)` rather than `X2.interp(s, start=X1)`
40-
- new `interp1` method interpolates between null and `X`, eg. `X.interp1(s)`
41-
- integer value of `s` is interpretted as `s` even steps between 0 and 1
42-
- `UnitQuaternions` now always have a positive scalar part
43-
- `base` functions `plot_point`, `plot_text`, `plot_box` like their MATLAB cousins
44-
- `tranimate` works in Jupyter with `notebook` backend, lots of internal improvements
45-
with animation
46-
- `trplot` now has an implemented `anaglyph` mode. Have a play and give feedback.
47-
- `SE3` and `SO3` constructors `Eul` and `RPY` can now accept the angles as
48-
3 positional arguments rather than just a vector, eg. `SO3.RPY(1,2,3)`
49-
- There is a prototype `UnitDualQuaternion` class
36+
5037

5138
# What it does
5239

0 commit comments

Comments
 (0)
0