kdl_parser
Namespaces | Enumerations | Functions
RobotModelFormat.hpp File Reference
#include <string>
#include <utility>

Go to the source code of this file.

Namespaces

 kdl_parser
 

Enumerations

enum  kdl_parser::ROBOT_MODEL_FORMAT { kdl_parser::ROBOT_MODEL_AUTO, kdl_parser::ROBOT_MODEL_URDF, kdl_parser::ROBOT_MODEL_SDF }
 

Functions

ROBOT_MODEL_FORMAT kdl_parser::guessFormatFromFilename (const std::string &file)
 
const char * kdl_parser::formatNameFromID (int type)
 
std::pair< std::string, ROBOT_MODEL_FORMAT > kdl_parser::getRobotModelString (const std::string &model, ROBOT_MODEL_FORMAT format)