#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.
◆ CoupledJoint()
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 |
|
) |
| |
◆ ~CoupledJoint()
shadow_robot::CoupledJoint::~CoupledJoint |
( |
| ) |
|
◆ process_calibration_values()
void shadow_robot::CoupledJoint::process_calibration_values |
( |
| ) |
|
|
private |
◆ calibrated_values_
std::vector<double> shadow_robot::CoupledJoint::calibrated_values_ |
◆ calibration_points_
int shadow_robot::CoupledJoint::calibration_points_ |
◆ element_neighbor_
std::vector<int> shadow_robot::CoupledJoint::element_neighbor_ |
◆ element_num_
int shadow_robot::CoupledJoint::element_num_ |
◆ name_
std::string shadow_robot::CoupledJoint::name_ |
◆ nb_surrounding_points_
const int shadow_robot::CoupledJoint::nb_surrounding_points_ = 10 |
◆ raw_values_coupled_
std::vector<double> shadow_robot::CoupledJoint::raw_values_coupled_ |
◆ sibling_name_
std::string shadow_robot::CoupledJoint::sibling_name_ |
◆ total_points_
int shadow_robot::CoupledJoint::total_points_ |
◆ triangle_
std::vector<int> shadow_robot::CoupledJoint::triangle_ |
The documentation for this class was generated from the following files: