- Sep 17, 2019
-
-
Sebastian Eibl authored
-
- Sep 16, 2019
-
-
- Sep 04, 2019
-
-
Sebastian Eibl authored
-
- Aug 16, 2019
-
-
Dominik Thoennes authored
To break unneeded dependencies in postprocessing the SQLite part is moved to its own module and namespace. Therefore in the include and the function calls "postprocessing" hast to be removed or replaced by "sqlite" e.g.: #include "postprocessing/sqlite/SQLite.h" -> #include "sqlite/SQLite.h" postprocessing::store... -> sqlite::store...
-
- Aug 13, 2019
-
-
Sebastian Eibl authored
-
- Aug 12, 2019
-
-
-
Sebastian Eibl authored
-
- Aug 09, 2019
-
-
Sebastian Eibl authored
-
- Aug 07, 2019
-
-
Sebastian Eibl authored
-
- Jul 31, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 30, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 22, 2019
-
-
Christoph Schwarzmeier authored
-
- Jul 18, 2019
-
-
- Jul 11, 2019
-
-
Sebastian Eibl authored
CHANGE isCommunciationRunning -> isCommunicationRunning
-
- Jul 10, 2019
-
-
[API] removed rpos from all body constructors Changes: Bodies that are part of a union now store all attributes relative to its respective coordinate frame. This affects gpos and q (Rotation), which are implicitly relative once a body becomes part of the union. These properties became private and the global Position can be accessed via getGlobalPos() which performs a recursive calcuation of the position of this body in the world frame. This avoids error-prone update procedures, if a Union is tranlated or rotated.
-
- Jul 03, 2019
-
-
Added DetectAndStoreContacts-Kernel and its testcase, performed other adaptions in preperation of HCSITS-Solver integreation
-
- Jun 07, 2019
-
-
Sebastian Eibl authored
-
- Jun 03, 2019
-
-
Sebastian Eibl authored
-
- May 28, 2019
-
-
Sebastian Eibl authored
-
- May 21, 2019
-
-
Sebastian Eibl authored
-
- Apr 25, 2019
-
-
Martin Bauer authored
-
- Apr 17, 2019
-
-
Sebastian Eibl authored
-
so Union<std::tuple<Sphere,Box>> becomes Union<Sphere,Box>
-
- Apr 12, 2019
-
-
Sebastian Eibl authored
-
- Apr 11, 2019
-
-
Michael Kuron authored
-
Michael Kuron authored
-
- Apr 10, 2019
-
-
Christoph Schwarzmeier authored
-
- Apr 08, 2019
-
-
Christoph Rettinger authored
-
- Apr 04, 2019
-
-
Sebastian Eibl authored
-
Nils Kohl authored
Fixing std::optional (std::experimental::optional does not seem to have the exact same interface as std::optional)
-
Nils Kohl authored
-
- Mar 28, 2019
-
-
Christoph Schwarzmeier authored
Replace boost::{type_traits, enable_if and mpl} with standard library features where (easily) possible
-