0
$\begingroup$

Rosanswers logo

We just want to save some arm poses/postures and base positions. For now we save these with couchdb. As we have to do some changes we want to find out whats currently the best and easiest database solution for ROS.

  • We use ORK so we have a couchdb running anyway. But there no nice wrapper seems to be available?
  • mongodb_store looks very pythonic and is currently our favourite. Any comments?
  • The python wrapper for warehouse_ros also looks promising but not as nice as mongodb_store. But perhaps warehouse is supported by more packages?
  • What about relational databases?

Originally posted by fivef on ROS Answers with karma: 2756 on 2015-06-02

Post score: 1

$\endgroup$

1 Answer 1

0
$\begingroup$

Rosanswers logo

We went for mongodb_store because it was the most pythonic solution.


Originally posted by fivef with karma: 2756 on 2018-08-22

This answer was ACCEPTED on the original site

Post score: 1

$\endgroup$

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.