Skip to content
Snippets Groups Projects
Commit ac874619 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add namespaces for HardwareControlModes

parent 23796aa5
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,16 @@ namespace armarx
static const std::string EmergencyStop = "ControlMode_EmergencyStop";
static const std::string StopMovement = "ControlMode_StopMovement";
}
namespace HardwareControlModes
{
//'normal' actor modes
static const std::string Position1DoF = "Position1DoF";
static const std::string Velocity1DoF = "Velocity1DoF";
static const std::string Current1DoF = "Current1DoF";
//modes for holonomic platforms
static const std::string HolonomicPlatformVelocity = "HolonomicPlatformVelocity";
}
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment