【发布时间】:2019-05-01 19:02:52
【问题描述】:
我在 ROS 中使用 python 脚本。 Ros 使用 python 2.7,我使用的 scipy 版本是 0.19.1。 报如下错误:
from scipy.spatial.transform import Rotation as R
ImportError: No module named transform
【问题讨论】:
-
Rotation在 scipy 1.2.0 中添加。您需要升级 scipy 才能使用它。
标签: python scipy scipy-spatial