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
Failed to import pyassimp, see https://github.com/ros-planning/move it/issues/86 for more info Traceback (most recent call last): File "/home/lzm/lzm/projects/ur/ur_ros_hardware/ur_ros_hardware_w s/src/ur3_ROS-hardware/src/ur3_mp.py", line 41, in <module> from ur5_notebook.msg import Tracker ImportError: No module named ur5_notebook.msg
But import ur5_notebook.msg in the simulation did not report an error.
how to soloved this error?
The text was updated successfully, but these errors were encountered:
Hello
Thanks for sharing your effort
when i
rosrun ur3_hardware ur3_mp.py
, it show:Failed to import pyassimp, see https://github.com/ros-planning/move it/issues/86 for more info Traceback (most recent call last): File "/home/lzm/lzm/projects/ur/ur_ros_hardware/ur_ros_hardware_w s/src/ur3_ROS-hardware/src/ur3_mp.py", line 41, in <module> from ur5_notebook.msg import Tracker ImportError: No module named ur5_notebook.msg
But
import ur5_notebook.msg
in the simulation did not report an error.how to soloved this error?
The text was updated successfully, but these errors were encountered: