#include <sot-pyrene-controller.hh>
Public Member Functions | |
SoTPyreneController () | |
virtual | ~SoTPyreneController () |
Public Member Functions inherited from SoTTalosController | |
SoTTalosController () | |
SoTTalosController (const char robotName[]) | |
SoTTalosController (std::string robotName) | |
virtual | ~SoTTalosController () |
void | setupSetSensors (std::map< std::string, dgsot::SensorValues > &sensorsIn) |
void | nominalSetSensors (std::map< std::string, dgsot::SensorValues > &sensorsIn) |
void | cleanupSetSensors (std::map< std::string, dgsot::SensorValues > &sensorsIn) |
void | getControl (std::map< std::string, dgsot::ControlValues > &anglesOut) |
void | setNoIntegration (void) |
void | setSecondOrderIntegration (void) |
Static Public Attributes | |
static const std::string | LOG_PYTHON_PYRENE |
Static Public Attributes inherited from SoTTalosController | |
static const std::string | LOG_PYTHON |
Protected Member Functions | |
virtual void | startupPython () |
Protected Member Functions inherited from SoTTalosController | |
void | updateRobotState (std::vector< double > &anglesIn) |
void | runPython (std::ostream &file, const std::string &command, dynamicgraph::Interpreter &interpreter) |
Run a python command. More... | |
void | init () |
Additional Inherited Members | |
Public Attributes inherited from SoTTalosController | |
boost::shared_ptr< dynamicgraph::Interpreter > | interpreter_ |
Embedded python interpreter accessible via Corba/ros. More... | |
boost::shared_ptr< ros::NodeHandle > | nh_ |
boost::shared_ptr< ros::AsyncSpinner > | spinner_ |
Protected Attributes inherited from SoTTalosController | |
SoTTalosDevice * | device_ |
SoTPyreneController::SoTPyreneController | ( | ) |
|
inlinevirtual |
|
protectedvirtual |
Reimplemented from SoTTalosController.
|
static |