strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

ROS melodic support #230

Closed bbferka closed 5 years ago

bbferka commented 6 years ago

Hi,

I've created a branch (https://github.com/bbferka/mongodb_store/tree/melodic-devel) on my fork for melodic. As of Ubuntu bionic libmongocxx legacy can be a system dependency (Yay!). So far I have only run it with unit tests, which all run through OK.

For now I've only added a CATKIN_IGNORE to libmongocxx_ros, but I think it could also be removed in the future.

If there is an appropriate branch to which I can send a PR I would gladly do so.

hawesie commented 6 years ago

Created: https://github.com/strands-project/mongodb_store/tree/melodic-devel

bbferka commented 6 years ago

PR #231

abakisita commented 5 years ago

Tested the branch https://github.com/bbferka/mongodb_store.git. Build successful. Please merge asap.

hawesie commented 5 years ago

@abhishek098 I'll take a look when I can and merge.

hawesie commented 5 years ago

I've merged it into the branch here. Do you also want this released to the ros build farm?

abakisita commented 5 years ago

@hawesie yes. ros release would be great. Thanks.

hawesie commented 5 years ago

Noted!

hawesie commented 5 years ago

I'm part way there. Just getting the pymongo rosdep added for bionic: https://github.com/ros/rosdistro/pull/19807

hawesie commented 5 years ago

PR opened: https://github.com/ros/rosdistro/pull/20048

hawesie commented 5 years ago

PR merged so this should start making its way into the build farm