constants.cpp
Go to the documentation of this file.
1 #include "constants.h"
2 
4 {
5 
6  std::string CONTROL_SKILL_PROVIDER_NAME = "control_skill_provider";
7 
8  std::string MOVE_JOINTS_TO_POSITION_SKILL_NAME = "MoveJointsToPosition";
9  std::string MOVE_JOINTS_WITH_VELOCITY_SKILL_NAME = "MoveJointsWithVelocity";
10  std::string MOVE_JOINTS_TO_NAMED_CONFIGURATION_SKILL_NAME = "MoveJointsToNamedConfiguration";
11  std::string RELAX_HAND_SKILL_NAME = "RelaxHand";
12  std::string SHAPE_HAND_SKILL_NAME = "ShapeHand";
13  std::string OPEN_HAND_SKILL_NAME = "OpenHand";
14  std::string CLOSE_HAND_SKILL_NAME = "CloseHand";
15 
16  std::string HOME_POSE_SKILL_NAME = "HomePose";
17  std::string ZERO_POSE_SKILL_NAME = "ZeroPose";
18  std::string EXECUTE_TRAJECTORY_SKILL_NAME = "ExecuteTrajectory";
19 
20 } // 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
constants.h
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