Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/integration/test_Dynamics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ class DynamicsTest : public ::testing::Test
//==============================================================================
void DynamicsTest::SetUp()
{
// Seed random generator for deterministic tests
dart::math::Random::setSeed(42);
// Create a list of skel files to test with
fileList.push_back("dart://sample/skel/test/chainwhipa.skel");
fileList.push_back("dart://sample/skel/test/single_pendulum.skel");
Expand Down
Loading