## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= ## descriptive title for the tutorial ## title = Using the C++ client library ## multi-line description to be displayed in search ## description = How to use the C++ client library to talk to the warehouse ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link= ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = #################################### <<IncludeCSTemplate(TutorialCSHeaderTemplate)>> <<TableOfContents(4)>> == Example code == The [[warehouse_ros]] package provides a C++ ROS client library to the DB. For now, we just have an example of use. Note that this requires the db server to be running, as described in the previous tutorial. <<GetTaggedCode(https://raw.githubusercontent.com/ros-planning/warehouse_ros/indigo-devel/test/test_mongo_ros.cpp,cplusplus,CPP_CLIENT,show_uri)>> ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE