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!
I'm trying to test the examples available at the "Example STRANDS System Page". I get the following error:
CMD:
roslaunch mongodb_store mongodb_store.launch db_path:='path to my db_dir'/strands_sim_example
ERROR: 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'
The text was updated successfully, but these errors were encountered:
Thanks for trying our code!
This is a known current issue: strands-project/mongodb_store#182
If you install mongodb_store from source it goes away, but we're still looking for a proper fix.
Hello!
I'm trying to test the examples available at the "Example STRANDS System Page". I get the following error:
CMD:
roslaunch mongodb_store mongodb_store.launch db_path:='path to my db_dir'/strands_sim_example
ERROR:
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'
The text was updated successfully, but these errors were encountered: