Open
Description
I was runing from jupyros import ros3d
and get error "ImportError: cannot import name 'ros3d' from 'jupyros'"
ImportError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from jupyros import ros3d
2 import rospy
ImportError: cannot import name 'ros3d' from 'jupyros' (/Users/chengtszyin/Desktop/new_ws/jupyter-ros/jupyros/init.py)
Please help. THANK YOU