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
Hello,
Thank you for sharing the code. image_view.py module conflicts with standard ROS module when I use your modules. To avoid the conflict I suggest to rename this module or add __init__.py to gt_flow folder and use absolute import in all modules, such as from gt_flow import image_view.
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for sharing the code.
image_view.py
module conflicts with standard ROS module when I use your modules. To avoid the conflict I suggest to rename this module or add__init__.py
togt_flow
folder and use absolute import in all modules, such asfrom gt_flow import image_view
.The text was updated successfully, but these errors were encountered: