XBotInterface  2.4.1
XBotInterface provides a generic API to model and control a robot.
Classes | Namespaces | Macros | Typedefs
XBotCoreModel.h File Reference
#include <XBotCoreModel/IXBotModel.h>
#include <srdfdom_advr/model.h>
#include <urdf_parser/urdf_parser.h>
#include <kdl_parser/kdl_parser.hpp>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <algorithm>
#include <yaml-cpp/yaml.h>
+ Include dependency graph for XBotCoreModel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XBot::XBotCoreModel
 

Namespaces

 XBot
 

Macros

#define CHAIN_PER_GROUP   1
 

Typedefs

typedef std::map< int, std::string > Rid2JointMap
 
typedef std::map< std::string, int > Joint2RidMap
 

Macro Definition Documentation

◆ CHAIN_PER_GROUP

#define CHAIN_PER_GROUP   1

Typedef Documentation

◆ Joint2RidMap

typedef std::map<std::string, int> Joint2RidMap

◆ Rid2JointMap

typedef std::map<int, std::string> Rid2JointMap