#include <boost/lexical_cast.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <tinyxml.h>
#include <ros/console.h>
#include "urdf_interface/link.h"
#include "rcpdf_interface/contact.hh"
#include "rcpdf_interface/model.hh"
#include "rcpdf/parser.hh"
Go to the source code of this file.
Namespaces | |
namespace | rcpdf |
Functions | |
boost::shared_ptr < rcpdf_interface::ModelInterface > | rcpdf::parseRCPDF (const std::string &xml_string) |
Parse a RCPDF document and return a rcpdf_interface model. |