XBotInterface
2.4.1
XBotInterface provides a generic API to model and control a robot.
|
#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>
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 |
#define CHAIN_PER_GROUP 1 |
typedef std::map<std::string, int> Joint2RidMap |
typedef std::map<int, std::string> Rid2JointMap |