/*************************************************************************** * Copyright (c) 2023 Ondsel, Inc. * * * * This file is part of OndselSolver. * * * * See LICENSE file for details about copyright. * ***************************************************************************/ #include #include "System.h" #include "Part.h" #include "Joint.h" #include "ForceTorqueItem.h" #include "SystemSolver.h" #include "SymTime.h" #include "CREATE.h" #include "ExternalSystem.h" #include "PrescribedMotion.h" using namespace MbD; System::System() { externalSystem = std::make_shared(); time = std::make_shared