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

Method CompileModel

Source/URLab/Private/MuJoCo/Core/AMjManager.cpp:556–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556bool AAMjManager::CompileModel()
557{
558 if (!PhysicsEngine)
559 return false;
560
561 bool Result = PhysicsEngine->CompileModel();
562
563 // Re-sync discovery lists after recompile
564 m_MujocoComponents = PhysicsEngine->m_MujocoComponents;
565 m_articulations = PhysicsEngine->m_articulations;
566 m_heightfieldActors = PhysicsEngine->m_heightfieldActors;
567 m_ArticulationMap = PhysicsEngine->m_ArticulationMap;
568
569 return Result;
570}
571
572AMjArticulation* AAMjManager::GetArticulation(const FString& ActorName) const
573{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected