MCPcopy Create free account
hub / github.com/dartsim/dart / createWorld

Function createWorld

tests/integration/test_ConstraintSolver.cpp:43–46  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

41
42//==============================================================================
43std::shared_ptr<World> createWorld()
44{
45 return simulation::World::create();
46}
47
48//==============================================================================
49TEST(ConstraintSolver, DefaultConstactSurfaceHandler)

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected