Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Save point on mostly working version.
  • Loading branch information
myeatman-bdai committed Jul 18, 2024
commit 33551d2542c4bcbd2579df1bea69530aea42d26f
4 changes: 2 additions & 2 deletions spatialmath/__init__.py
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the usefulness of the functionality, and their independence from the rest of the code, nothing in SMTB depends on these, the risk is low, and should be added. But see comments below.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)
from spatialmath.quaternion import Quaternion, UnitQuaternion
from spatialmath.DualQuaternion import DualQuaternion, UnitDualQuaternion
from spatialmath.spline import BSplineSE3
from spatialmath.spline import CubicBSplineSE3

# from spatialmath.Plucker import *
# from spatialmath import base as smb
Expand Down Expand Up @@ -44,7 +44,7 @@
"LineSegment2",
"Polygon2",
"Ellipse",
"BSplineSE3",
"CubicBSplineSE3",
]

try:
Expand Down
Loading