MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / ConeToString

Function ConeToString

Source/URLab/Private/Bridge/RpcDispatcher.cpp:2185–2188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2183 return false;
2184}
2185FString ConeToString(EMjCone C)
2186{
2187 return C == EMjCone::Elliptic ? TEXT("elliptic") : TEXT("pyramidal");
2188}
2189bool ParseSolver(const FString& S, EMjSolver& Out)
2190{
2191 if (S.Equals(TEXT("pgs"), ESearchCase::IgnoreCase))

Callers 1

HandleSetSimOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected