Skip to content
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

Open
m312z opened this issue Nov 28, 2016 · 6 comments
Open

Error on launch (MongoQuerywithProjectionMsg) #182

m312z opened this issue Nov 28, 2016 · 6 comments

Comments

@m312z
Copy link

m312z commented Nov 28, 2016

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

@hawesie
Copy link
Member

hawesie commented Nov 28, 2016 via email

@m312z
Copy link
Author

m312z commented Nov 28, 2016

I just installed via:
apt-get install ros-indigo-mongodb-store
I'm launching with:
roslaunch mongodb_store mongodb_store.launch

@hawesie
Copy link
Member

hawesie commented Nov 28, 2016 via email

@m312z
Copy link
Author

m312z commented Nov 29, 2016

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.

@hawesie
Copy link
Member

hawesie commented Nov 29, 2016

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.

@m312z
Copy link
Author

m312z commented Dec 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants