#include <vector>
#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "gazebo/sdf/interface/Param.hh"
Go to the source code of this file.
Namespaces |
| namespace | sdf |
| | namespace for Simulation Description Format parser
|
Functions |
| void | sdf::addURIPath (const std::string &_uri, const std::string &_path) |
| | A function that is used in the external SDF library.
|
| void | sdf::setFindCallback (boost::function< std::string(const std::string &)> _cb) |
| | A function that is used in the external SDF library.
|
Macro Definition Documentation
| #define SDF_VERSION "1.4" |