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

Method GetTendon

Source/URLab/Private/MuJoCo/Core/MjArticulation.cpp:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817 return GetComponentByNameInMap(Name, BodyComponentMap);
818}
819UMjTendon* AMjArticulation::GetTendon(const FString& Name) const
820{
821 return GetComponentByNameInMap(Name, TendonComponentMap);
822}
823
824TArray<UMjEquality*> AMjArticulation::GetEqualities() const
825{

Callers

nothing calls this directly

Calls 1

GetComponentByNameInMapFunction · 0.85

Tested by

no test coverage detected