SoftErrorLimiterService_impl.cpp
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #include <iostream>
4 
6 {
7 }
8 
10 {
11 }
12 
13 void SoftErrorLimiterService_impl::setServoErrorLimit(const char *jname, double limit)
14 {
15  m_robot->setServoErrorLimit(jname, limit);
16 }
17 
virtual ~SoftErrorLimiterService_impl()
destructor
hrp::BodyPtr m_robot
void setServoErrorLimit(const char *jname, double limit)


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51