Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
rtc
SoftErrorLimiter
SoftErrorLimiter/robot.h
Go to the documentation of this file.
1
#include <
hrpModel/Body.h
>
2
#include <
hrpModel/Link.h
>
3
#include <boost/intrusive_ptr.hpp>
4
5
// robot model copy from RobotHardware
6
class
robot
:
public
hrp::Body
7
{
8
public
:
12
robot
();
13
17
~robot
();
18
22
bool
init
();
23
30
bool
setServoErrorLimit
(
const
char
*i_jname,
double
i_limit);
31
32
//boost::interprocess::interprocess_semaphore wait_sem;
33
34
std::vector<double>
m_servoErrorLimit
;
35
};
Body.h
robot
Definition:
RobotHardware/robot.h:12
robot::~robot
~robot()
destructor
Definition:
RobotHardware/robot.cpp:28
robot::robot
robot()
constructor
Definition:
SoftErrorLimiter/robot.cpp:9
robot::m_servoErrorLimit
std::vector< double > m_servoErrorLimit
Definition:
RobotHardware/robot.h:327
hrp::Body
robot::setServoErrorLimit
bool setServoErrorLimit(const char *i_jname, double i_limit)
set servo error limit value for specific joint or joint group
Definition:
RobotHardware/robot.cpp:834
Link.h
robot::init
bool init()
Definition:
RobotHardware/robot.cpp:33
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51