-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error on launch (MongoQuerywithProjectionMsg) #182
Comments
Are you using source or an installed package?
|
I just installed via: |
Any other versions of mongodb_store on your machine? This was added in the last release. I’m not sure why it would be missing.
|
I uninstalled ros-indigo-mongodb-store and cloned from github. That version worked without issue. I'll check tomorrow if I still have a hydro version still installed somewhere. It's very possible. |
My worry is that it's pulling in the python srv module from somewhere old. I'm not sure why it would do that for the services but not the scripts though. |
I have no hydro version anywhere. I'm using 14.04 with only ros-indigo installed. The clone for github clone is working for me fine. |
Hello all,
I'm getting the error below when trying to launch mongoDB in ROS indigo. Any ideas what is causing this?
Traceback (most recent call last):
File "/opt/ros/indigo/lib/mongodb_store/message_store_node.py", line 21, in
class MessageStore(object):
File "/opt/ros/indigo/lib/mongodb_store/message_store_node.py", line 321, in MessageStore
query_with_projection_messages_ros_srv.type=dc_srv.MongoQuerywithProjectionMsg
AttributeError: 'module' object has no attribute 'MongoQuerywithProjectionMsg'
Michael
The text was updated successfully, but these errors were encountered: