- Nov 30, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 24, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 23, 2021
-
-
Andreas Rauschert authored
- using the namespace "units" globally creates a name clash of units::inverse with the glm library's glm::inverse, which is used within the glm library. glm lib doesn't compile anymore then - moved "using namespace units;" to mantle_api namespace for now Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 22, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 16, 2021
-
-
Andreas Rauschert authored
- time conversion didn't compile when used - Added units for spline sections
-
- Oct 18, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Oct 07, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Oct 06, 2021
-
-
Andreas Rauschert authored
-
- Sep 29, 2021
-
-
Andreas Rauschert authored
-
- Sep 27, 2021
-
-
Christoph Kochendoerfer authored
-
Nick Dunning authored
-
- Sep 14, 2021
-
-
Andreas Rauschert authored
would otherwise cause a compiler error on multiple usages
-
- Sep 10, 2021
-
-
Nick Dunning authored
-
- Sep 01, 2021
-
-
Matthias Greuter authored
-
- Aug 25, 2021
-
-
Matthias Greuter authored
Change CreateMap parameter to accept a struct, which could be overloaded, i.e. for friction patch support
-
- Aug 18, 2021
-
-
Matthias Greuter authored
-
Matthias Greuter authored
-
Matthias Greuter authored
-
- Aug 17, 2021
-
-
René Paris authored
Signed-off-by:
Rene Paris <rene.paris@in-tech.com>
-
- Aug 13, 2021
-
-
Matthias Greuter authored
-
Matthias Greuter authored
-
Matthias Greuter authored
-
- Aug 12, 2021
-
-
Matthias Greuter authored
-
Matthias Greuter authored
-
Matthias Greuter authored
- add 'kStatic' to entity-type enum - Change IEntityRepository interface for static objects to take a properties pointer
-
- Aug 10, 2021
-
-
Jupp Tscheak authored
Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
- Aug 09, 2021
-
-
Jupp Tscheak authored
Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
Revised the control strategies that are spline based accordingly. Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
Type "Time" is now an alias to "units::time::millisecond_t". The conversion functions as provided by "time_utils.h" are still present and revised accordingly." Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Andreas Rauschert authored
would otherwise cause a compiler error on multiple usages
-
- Aug 06, 2021
-
-
Christoph Kochendoerfer authored
-
Christoph Kochendoerfer authored
-
- Aug 04, 2021
-
-
Christoph Kochendoerfer authored
-
Christoph Kochendoerfer authored
-
- Aug 03, 2021
-
-
Andreas Rauschert authored
- the "using SimulationTime=..." directive was moved to Common/time_utils.h and renamed to "using Time=...". Please use this one - SimulationTime was then redefined in Common/simulation_time.h as "struct" to hold the simulation time (current&delta) Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Jul 30, 2021
-
-
Christoph Kochendoerfer authored
-
- Jul 28, 2021
-
-
Andreas Rauschert authored
- last manual sync before using eclipse repo directly Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Jul 16, 2021
-
-
Jupp Tscheak authored
Unit is given explicitly by type. Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
Replaced the types of all physical quantities related members/arguments with SI unit types as provided by the Units library. * Underlying type of mantle_api::Vector3 needs to be a unit. * Underlying type of mantle_api::Dimension3 is SI base unit [m]. * Underlying type of mantle_api::Orientation3 is limited to SI units [rad], [rad/s], [rad/s^2]. * Underlying type of mantle_api::SimulationTime is SI base unit [s]. * Units used in project "Open Simulation Interface (OSI)" were considered accordingly. Signed-off-by:
Jupp Tscheak's avatarJupp Tscheak <jupp.tscheak@daimler.com>
-