-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing warehouse_ros python import #48
Comments
I am having exactly the same issue, was this solved with you? |
actually you need to download the package warehouse_ros from here https://github.com/ros-planning/warehouse_ros so that it can compile, but i am having now another error, instead of ImportError i am getting the following: AttributeError: 'module' object has no attribute 'MessageCollection' |
Hmm. @wassimhariri93 , I'll give your suggestion a try. |
I am having exactly the same issue, was this solved with you? |
I have the same issue, could you please share how you solved it? |
I have the same issue, could you please share how you solved it?@ruffsl @wassimhariri93 @Au-ChiKin @NOT-old-wang |
I've fixed this problem by importing warehouse_ros_mongo instead of warehouse_ros |
Thank you,i solved the problem.ref:https://blog.csdn.net/zhao_ke_xue/article/details/107081543 |
hello, i did the method as you said,but there is another problem: warehouse_ros_mongo can not be found,i don't know why,cao you help me ?thanks. |
I've installed world_canvas from apt from the ROS ubuntu repo,
and I'm not sure where is this python library:
warehouse_ros
is:world_canvas/world_canvas_server/src/world_canvas_server/annotations_server.py
Line 40 in 5d48a2c
Just testing out the first launch example from the readme, I get this error:
The text was updated successfully, but these errors were encountered: