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

installing from source #247

Open summer1216 opened 5 years ago

summer1216 commented 5 years ago

Due to reasons I have to install mongodb_store from source.

I cloned it to my catkin_ws and built it by catkin_make.

Then I need to specify the path for this package, but I don't know where is the package installed. Any idears? thanks!

hawesie commented 5 years ago

Please provide some output from your build process and also details of your OS, ROS version etc.

summer1216 commented 5 years ago

I reinstalled ROS and the problem was solved. Thank you anyway!

This issue can be closed.

bilal9876 commented 4 years ago

i use git clone https://github.com/strands-project/mongodb_store.git (install from the source) in my own catkin workspace . when i execute catkin_make (build) Switched to a new branch 'releases/legacy' Branch 'releases/legacy' set up to track remote branch 'releases/legacy' from 'origin'.

i want to use mongodb with rosplan and melodic and turtlebot3. any help please?

marc-hanheide commented 4 years ago

@bilal9876 can't you just use the released package (https://wiki.ros.org/mongodb_store) for melodic?