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 extern std::string GUIDING_COLL_AVOIDANCE_SKILL_NAME;
22
23 extern std::string SWITCH_COORDINATION_MODE;
24
25} // namespace armarx::control::skills::constants
std::string MOVE_JOINTS_TO_NAMED_CONFIGURATION_SKILL_NAME
Definition constants.cpp:10
std::string MOVE_JOINTS_TO_POSITION_SKILL_NAME
Definition constants.cpp:8
std::string MOVE_JOINTS_WITH_VELOCITY_SKILL_NAME
Definition constants.cpp:9