#include <sot/talos_balance/ft-calibration.hh>
|
typedef Eigen::Matrix< double, 6, 1 > | Vector6d |
|
Definition at line 51 of file ft-calibration.hh.
◆ Vector6d
typedef Eigen::Matrix<double, 6, 1> Vector6d |
◆ FtCalibration()
◆ calibrateFeetSensor()
void calibrateFeetSensor |
( |
| ) |
|
Command to calibrate the foot sensors when the robot is standing in the air with horizontal feet
Definition at line 167 of file ft-calibration.cpp.
◆ DECLARE_SIGNAL_IN() [1/2]
DECLARE_SIGNAL_IN |
( |
left_foot_force_in |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_IN() [2/2]
DECLARE_SIGNAL_IN |
( |
right_foot_force_in |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [1/2]
DECLARE_SIGNAL_OUT |
( |
left_foot_force_out |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ DECLARE_SIGNAL_OUT() [2/2]
DECLARE_SIGNAL_OUT |
( |
right_foot_force_out |
, |
|
|
dynamicgraph::Vector |
|
|
) |
| |
◆ display()
void display |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ displayRobotUtil()
void displayRobotUtil |
( |
| ) |
|
◆ init()
void init |
( |
const std::string & |
robotRef | ) |
|
◆ setLeftFootWeight()
void setLeftFootWeight |
( |
const double & |
leftW | ) |
|
◆ setRightFootWeight()
void setRightFootWeight |
( |
const double & |
rightW | ) |
|
◆ m_initSucceeded
Variable used durring average computation of the offset
Definition at line 102 of file ft-calibration.hh.
◆ m_left_calibration_iter
int m_left_calibration_iter |
|
protected |
Initial value:Number of iteration left for calibration (-1= not cailbrated, 0=caibration done)
Definition at line 90 of file ft-calibration.hh.
◆ m_left_foot_weight
◆ m_left_FT_offset
Offset or bias to be removed from Right FT sensor.
Definition at line 96 of file ft-calibration.hh.
◆ m_left_FT_offset_calibration_sum
Vector6d m_left_FT_offset_calibration_sum |
|
protected |
Variable used durring average computation of the offset
Definition at line 99 of file ft-calibration.hh.
◆ m_right_calibration_iter
int m_right_calibration_iter |
|
protected |
◆ m_right_foot_weight
true if the entity has been successfully initialized
Definition at line 104 of file ft-calibration.hh.
◆ m_right_FT_offset
Number of iteration left for calibration (-1= not cailbrated, 0=caibration done)
Definition at line 94 of file ft-calibration.hh.
◆ m_right_FT_offset_calibration_sum
Vector6d m_right_FT_offset_calibration_sum |
|
protected |
Offset or bias to be removed from Left FT sensor.
Definition at line 97 of file ft-calibration.hh.
◆ m_robot_util
RobotUtilShrPtr m_robot_util |
|
protected |
The documentation for this class was generated from the following files: