You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tep.A[:3, 3] = target.base.t
AttributeError: 'Sphere' object has no attribute 'base'
on line 47 with the following warning:
" site-packages\spatialgeometry\Shape.py:63: FutureWarning: base kwarg is deprecated, use pose instead
warn("base kwarg is deprecated, use pose instead", FutureWarning)"
However I cannot seem to find how tro use pose instead?
Any help gratefully received.
The text was updated successfully, but these errors were encountered:
On compiling the SWIFT visualisation example given in https://jhavl.github.io/neo/
I get the error:
Tep.A[:3, 3] = target.base.t
AttributeError: 'Sphere' object has no attribute 'base'
on line 47 with the following warning:
" site-packages\spatialgeometry\Shape.py:63: FutureWarning: base kwarg is deprecated, use pose instead
warn("base kwarg is deprecated, use pose instead", FutureWarning)"
However I cannot seem to find how tro use pose instead?
Any help gratefully received.
The text was updated successfully, but these errors were encountered: