2021-09-13 #27
petercorke
started this conversation in
Changes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.11
New features:
geom2d
Polygon2
, fairly full featured 2d polygon class leveraging Matplotlib functions. Surprised to find that capability there, but likely written in C and fastLine2
, 2d line class*
LineSegment2
, 2d line segment classgeom3d
has method to plot aPlane
objectstrline
method for pose classes, likeprintline
but returns a stringpoints2tr2
to compute SE(2) from corresponding pointsChanges:
Plucker
class is nowLine3
Twist
classespitch
,pole
,theta
are now properties, not methodsRevolute
andPrismatic
are now namedUnitRevolute
andUnitPrismatic
base/plot_point
argumentlabel
is nowtext
,label
is a useful Matplotlib argument__str__
and__repr__
methods a bit more informativeAngVec
in favour ofAngleAxis
Line3d.closest_to_point
returns a tuple not named tuplebase/axes_logic
to handle creation of axes, does the right thing if say you have a 3d plot then try and do a 2d plot on top of that.Beta Was this translation helpful? Give feedback.
All reactions