XBotInterface
2.4.1
XBotInterface provides a generic API to model and control a robot.
|
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <iostream>
#include <eigen3/Eigen/Dense>
#include <XBotInterface/Joint.h>
#include <XBotCoreModel/XBotCoreModel.h>
#include <XBotInterface/ForceTorqueSensor.h>
#include <XBotInterface/ImuSensor.h>
Go to the source code of this file.
Classes | |
class | XBot::KinematicChain |
Kinematic chain abstraction as a set of joints and sensors. More... | |
Namespaces | |
XBot | |
Functions | |
std::ostream & | XBot::operator<< (std::ostream &os, const XBot::KinematicChain &c) |