#include <sr_robot_lib.hpp>
|
| | CoupledJoint (std::string joint_name, std::string joint_sibling_name, std::vector< double > raw_values_coupled_vector, std::vector< double > calibrated_values_vector) |
| |
| | ~CoupledJoint () |
| |
Definition at line 99 of file sr_robot_lib.hpp.
| shadow_robot::CoupledJoint::CoupledJoint |
( |
std::string |
joint_name, |
|
|
std::string |
joint_sibling_name, |
|
|
std::vector< double > |
raw_values_coupled_vector, |
|
|
std::vector< double > |
calibrated_values_vector |
|
) |
| |
| shadow_robot::CoupledJoint::~CoupledJoint |
( |
| ) |
|
| void shadow_robot::CoupledJoint::process_calibration_values |
( |
| ) |
|
|
private |
| std::vector<double> shadow_robot::CoupledJoint::calibrated_values_ |
| int shadow_robot::CoupledJoint::calibration_points_ |
| std::vector<int> shadow_robot::CoupledJoint::element_neighbor_ |
| int shadow_robot::CoupledJoint::element_num_ |
| std::string shadow_robot::CoupledJoint::name_ |
| const int shadow_robot::CoupledJoint::nb_surrounding_points_ = 10 |
| std::vector<double> shadow_robot::CoupledJoint::raw_values_coupled_ |
| std::string shadow_robot::CoupledJoint::sibling_name_ |
| int shadow_robot::CoupledJoint::total_points_ |
| std::vector<int> shadow_robot::CoupledJoint::triangle_ |
The documentation for this class was generated from the following files: