35 #ifndef TOWR_TOWR_ROS_INCLUDE_TOWR_ROS_TOWR_XPP_EE_MAP_H_ 36 #define TOWR_TOWR_ROS_INCLUDE_TOWR_ROS_TOWR_XPP_EE_MAP_H_ 85 static std::pair<xpp::EndeffectorID, std::string>
88 std::pair<xpp::EndeffectorID, std::string> ee;
90 switch (number_of_ee) {
92 ee.first = towr_ee_id;
97 ee.first = biped_to_xpp_id.at(
id);
98 ee.second = biped_to_name.at(
id);
103 ee.first = quad_to_xpp_id.at(
id);
104 ee.second = quad_to_name.at(
id);
static std::map< towr::BipedIDs, xpp::biped::FootIDs > biped_to_xpp_id
static std::map< towr::QuadrupedIDs, xpp::quad::FootIDs > quad_to_xpp_id
static std::map< towr::BipedIDs, std::string > biped_to_name
static std::pair< xpp::EndeffectorID, std::string > ToXppEndeffector(int number_of_ee, int towr_ee_id)
static std::map< towr::QuadrupedIDs, std::string > quad_to_name
static xpp::StateLinXd ToXpp(const towr::State &towr)