#include <sot/core/robot-utils.hh>
ForceLimits dynamicgraph::sot::ForceUtil::cp_get_limits_from_id |
( |
Index |
force_id | ) |
|
std::string dynamicgraph::sot::ForceUtil::cp_get_name_from_id |
( |
Index |
idx | ) |
|
void dynamicgraph::sot::ForceUtil::create_force_id_to_name_map |
( |
| ) |
|
void dynamicgraph::sot::ForceUtil::display |
( |
std::ostream & |
out | ) |
const |
Index dynamicgraph::sot::ForceUtil::get_force_id_left_foot |
( |
| ) |
|
|
inline |
Index dynamicgraph::sot::ForceUtil::get_force_id_left_hand |
( |
| ) |
|
|
inline |
Index dynamicgraph::sot::ForceUtil::get_force_id_right_foot |
( |
| ) |
|
|
inline |
Index dynamicgraph::sot::ForceUtil::get_force_id_right_hand |
( |
| ) |
|
|
inline |
Index dynamicgraph::sot::ForceUtil::get_id_from_name |
( |
const std::string & |
name | ) |
|
const ForceLimits& dynamicgraph::sot::ForceUtil::get_limits_from_id |
( |
Index |
force_id | ) |
|
const std::string& dynamicgraph::sot::ForceUtil::get_name_from_id |
( |
Index |
idx | ) |
|
void dynamicgraph::sot::ForceUtil::set_force_id_left_foot |
( |
Index |
anId | ) |
|
|
inline |
void dynamicgraph::sot::ForceUtil::set_force_id_left_hand |
( |
Index |
anId | ) |
|
|
inline |
void dynamicgraph::sot::ForceUtil::set_force_id_right_foot |
( |
Index |
anId | ) |
|
|
inline |
void dynamicgraph::sot::ForceUtil::set_force_id_right_hand |
( |
Index |
anId | ) |
|
|
inline |
void dynamicgraph::sot::ForceUtil::set_force_id_to_limits |
( |
const Index & |
force_id, |
|
|
const dg::Vector & |
lf, |
|
|
const dg::Vector & |
uf |
|
) |
| |
void dynamicgraph::sot::ForceUtil::set_name_to_force_id |
( |
const std::string & |
name, |
|
|
const Index & |
force_id |
|
) |
| |
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Left_Foot |
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Left_Hand |
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Right_Foot |
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Right_Hand |
std::map<Index,std::string> dynamicgraph::sot::ForceUtil::m_force_id_to_name |
std::map<std::string,Index> dynamicgraph::sot::ForceUtil::m_name_to_force_id |