constants.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
6 {
7 
8  extern std::string CONTROL_SKILL_PROVIDER_NAME;
9 
10  extern std::string MOVE_JOINTS_TO_POSITION_SKILL_NAME;
11  extern std::string MOVE_JOINTS_WITH_VELOCITY_SKILL_NAME;
13  extern std::string RELAX_HAND_SKILL_NAME;
14  extern std::string SHAPE_HAND_SKILL_NAME;
15  extern std::string OPEN_HAND_SKILL_NAME;
16  extern std::string CLOSE_HAND_SKILL_NAME;
17 
18  extern std::string HOME_POSE_SKILL_NAME;
19  extern std::string ZERO_POSE_SKILL_NAME;
20  extern std::string EXECUTE_TRAJECTORY_SKILL_NAME;
21 
22 } // namespace armarx::control::skills::constants
armarx::control::skills::constants::MOVE_JOINTS_TO_POSITION_SKILL_NAME
std::string MOVE_JOINTS_TO_POSITION_SKILL_NAME
Definition: constants.cpp:8
armarx::control::skills::constants::CLOSE_HAND_SKILL_NAME
std::string CLOSE_HAND_SKILL_NAME
Definition: constants.cpp:14
armarx::control::skills::constants
Definition: constants.cpp:3
armarx::control::skills::constants::HOME_POSE_SKILL_NAME
std::string HOME_POSE_SKILL_NAME
Definition: constants.cpp:16
armarx::control::skills::constants::OPEN_HAND_SKILL_NAME
std::string OPEN_HAND_SKILL_NAME
Definition: constants.cpp:13
armarx::control::skills::constants::RELAX_HAND_SKILL_NAME
std::string RELAX_HAND_SKILL_NAME
Definition: constants.cpp:11
armarx::control::skills::constants::EXECUTE_TRAJECTORY_SKILL_NAME
std::string EXECUTE_TRAJECTORY_SKILL_NAME
Definition: constants.cpp:18
armarx::control::skills::constants::SHAPE_HAND_SKILL_NAME
std::string SHAPE_HAND_SKILL_NAME
Definition: constants.cpp:12
armarx::control::skills::constants::CONTROL_SKILL_PROVIDER_NAME
std::string CONTROL_SKILL_PROVIDER_NAME
Definition: constants.cpp:6
armarx::control::skills::constants::ZERO_POSE_SKILL_NAME
std::string ZERO_POSE_SKILL_NAME
Definition: constants.cpp:17
armarx::control::skills::constants::MOVE_JOINTS_TO_NAMED_CONFIGURATION_SKILL_NAME
std::string MOVE_JOINTS_TO_NAMED_CONFIGURATION_SKILL_NAME
Definition: constants.cpp:10
armarx::control::skills::constants::MOVE_JOINTS_WITH_VELOCITY_SKILL_NAME
std::string MOVE_JOINTS_WITH_VELOCITY_SKILL_NAME
Definition: constants.cpp:9