sr_articulated_robot.h File Reference
#include <ros/ros.h>
#include <string>
#include <vector>
#include <map>
#include "diagnostic_msgs/SelfTest.h"
#include "self_test/self_test.h"
#include <boost/smart_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/noncopyable.hpp>
#include <boost/assign.hpp>
Go to the source code of this file.
Classes |
struct | shadowrobot::DiagnosticData |
struct | shadowrobot::JointControllerData |
struct | shadowrobot::JointData |
struct | shadowrobot::Parameters |
class | shadowrobot::SRArticulatedRobot |
| This is a parent class for the different types of Shadowhand we can have. It makes it possible to swap from a virtual to a real hand while using the same utilities to interact with the hand. One (or more) ROS subscriber and publisher can then share the same instance of a Shadowhand object to update the information contained in this object. More...
|
Namespaces |
namespace | debug_values |
namespace | shadowrobot |
Enumerations |
enum | shadowrobot::controller_parameters {
shadowrobot::PARAM_sensor,
shadowrobot::PARAM_target,
shadowrobot::PARAM_valve,
shadowrobot::PARAM_deadband,
shadowrobot::PARAM_p,
shadowrobot::PARAM_i,
shadowrobot::PARAM_d,
shadowrobot::PARAM_imax,
shadowrobot::PARAM_output_offset,
shadowrobot::PARAM_shift,
shadowrobot::PARAM_output_max,
shadowrobot::PARAM_motor_maxforce,
shadowrobot::PARAM_motor_safeforce,
shadowrobot::PARAM_force_p,
shadowrobot::PARAM_force_i,
shadowrobot::PARAM_force_d,
shadowrobot::PARAM_force_imax,
shadowrobot::PARAM_force_out_shift,
shadowrobot::PARAM_force_deadband,
shadowrobot::PARAM_force_offset,
shadowrobot::PARAM_sensor_imax,
shadowrobot::PARAM_sensor_out_shift,
shadowrobot::PARAM_sensor_deadband,
shadowrobot::PARAM_sensor_offset,
shadowrobot::PARAM_max_temperature,
shadowrobot::PARAM_max_current,
shadowrobot::PARAM_type_of_sensor,
shadowrobot::PARAM_type_of_setpoint
} |
Variables |
static const std::map< const
std::string, const unsigned
int > | debug_values::names_and_offsets |
| a map containing the names and offsets of the smart motor node
|