XBotInterface
2.4.1
XBotInterface provides a generic API to model and control a robot.
|
#include <string>
#include <memory>
#include <iostream>
#include <srdfdom_advr/model.h>
#include <XBotInterface/SyncFlags.h>
#include <bprinter/table_printer.h>
#include <XBotInterface/ControlMode.h>
Go to the source code of this file.
Classes | |
class | XBot::Joint |
Container for the Joint state and information. More... | |
Namespaces | |
XBot | |
Functions | |
std::ostream & | XBot::operator<< (std::ostream &os, const XBot::Joint &j) |
ostream operator << for a Joint object More... | |