#include <robot-utils.hh>
Definition at line 71 of file robot-utils.hh.
◆ cp_get_limits_from_id()
ForceLimits dynamicgraph::sot::ForceUtil::cp_get_limits_from_id |
( |
Index |
force_id | ) |
|
◆ cp_get_name_from_id()
std::string dynamicgraph::sot::ForceUtil::cp_get_name_from_id |
( |
Index |
idx | ) |
|
◆ create_force_id_to_name_map()
void dynamicgraph::sot::ForceUtil::create_force_id_to_name_map |
( |
| ) |
|
◆ display()
void dynamicgraph::sot::ForceUtil::display |
( |
std::ostream & |
out | ) |
const |
◆ get_force_id_left_foot()
Index dynamicgraph::sot::ForceUtil::get_force_id_left_foot |
( |
| ) |
|
|
inline |
◆ get_force_id_left_hand()
Index dynamicgraph::sot::ForceUtil::get_force_id_left_hand |
( |
| ) |
|
|
inline |
◆ get_force_id_right_foot()
Index dynamicgraph::sot::ForceUtil::get_force_id_right_foot |
( |
| ) |
|
|
inline |
◆ get_force_id_right_hand()
Index dynamicgraph::sot::ForceUtil::get_force_id_right_hand |
( |
| ) |
|
|
inline |
◆ get_id_from_name()
Index dynamicgraph::sot::ForceUtil::get_id_from_name |
( |
const std::string & |
name | ) |
|
◆ get_limits_from_id()
const ForceLimits & dynamicgraph::sot::ForceUtil::get_limits_from_id |
( |
Index |
force_id | ) |
|
◆ get_name_from_id()
const std::string & dynamicgraph::sot::ForceUtil::get_name_from_id |
( |
Index |
idx | ) |
|
◆ set_force_id_left_foot()
void dynamicgraph::sot::ForceUtil::set_force_id_left_foot |
( |
Index |
anId | ) |
|
|
inline |
◆ set_force_id_left_hand()
void dynamicgraph::sot::ForceUtil::set_force_id_left_hand |
( |
Index |
anId | ) |
|
|
inline |
◆ set_force_id_right_foot()
void dynamicgraph::sot::ForceUtil::set_force_id_right_foot |
( |
Index |
anId | ) |
|
|
inline |
◆ set_force_id_right_hand()
void dynamicgraph::sot::ForceUtil::set_force_id_right_hand |
( |
Index |
anId | ) |
|
|
inline |
◆ set_force_id_to_limits()
◆ set_name_to_force_id()
void dynamicgraph::sot::ForceUtil::set_name_to_force_id |
( |
const std::string & |
name, |
|
|
const Index & |
force_id |
|
) |
| |
◆ m_Force_Id_Left_Foot
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Left_Foot |
◆ m_Force_Id_Left_Hand
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Left_Hand |
◆ m_Force_Id_Right_Foot
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Right_Foot |
◆ m_Force_Id_Right_Hand
Index dynamicgraph::sot::ForceUtil::m_Force_Id_Right_Hand |
◆ m_force_id_to_limits
◆ m_force_id_to_name
std::map<Index, std::string> dynamicgraph::sot::ForceUtil::m_force_id_to_name |
◆ m_name_to_force_id
std::map<std::string, Index> dynamicgraph::sot::ForceUtil::m_name_to_force_id |
The documentation for this struct was generated from the following files: