corot / world_canvas

ROS framework for storing and accessing semantic information about the world, with an initial emphasis on needs and use cases for mobile robots.
10 stars 19 forks source link

mongodb don't get installed as dependency. It's that ok? #12

Closed corot closed 10 years ago

corot commented 10 years ago

mongodb-dev is on rosdep db, but mongodb is not, and we need both. I understand mongodb not being there, as it's a run dependency, but like this I cannot rely on rosdep to install it and I cannot remove from the README install instructions Is that ok? Or should it be on rosdep db?

corot commented 10 years ago

Now both mongodb and mongodb-dev are on rosdep db. I set the former as a run dependency and the later as a build one.