- 27 Feb, 2022 1 commit
-
-
David Frank authored
-
- 07 Feb, 2022 1 commit
-
-
- 24 Nov, 2021 2 commits
-
-
Nikola Dinev authored
-
Nikola Dinev authored
elsa::complex is an alias for thrust::complex when quickvec is enabled, and for std::complex otherwise
-
- 09 Oct, 2021 1 commit
-
-
The new trajectory generator creates a circular trajectory, where a certain portion of the trajectory is missing. This commit also refactors out common code from both generators and fixes a minor bug, where the trajectory would overshoot slightly (add a pose at 360.2 or similar).
-
- 07 May, 2021 1 commit
-
-
- 29 Apr, 2021 1 commit
-
-
- 19 Mar, 2021 1 commit
-
-
- 16 Jan, 2021 1 commit
-
-
David Frank authored
Bump CMake version to 3.14 (needed by CPM) and enforce it; Remove cmake_minimum_required from all but root CMakeLists.txt
-
- 01 Sep, 2020 1 commit
-
-
Add benchmark folder to clang-format check; Add target build-examples; Add targets for building benchmarks and examples to CI pipeline
-
- 09 Jan, 2020 1 commit
-
-
- 06 Dec, 2019 1 commit
-
-
Protect copy constructors in non-leaf and leaf classes, to avoid the implicitly generated ones by the compiler that could cause slicing. In Cloneable, the assignment operator was deleted to disable issues with implicitly generated assingment operators in derived classes to prevent slicing. (resolves #31)
-
- 03 Dec, 2019 1 commit
-
-
add elsa:all convenience target and matching elsa.h convenience header for linking/including all of elsa. In addition: tests are no longer part of the default target, but have their own tests target. (#25)
-
- 25 Oct, 2019 1 commit
-
-
Tobias Lasser authored
-
- 18 Sep, 2019 3 commits
-
-
Tobias Lasser authored
-
Nikola Dinev authored
-
Nikola Dinev authored
-
- 13 Sep, 2019 1 commit
-
-
Tobias Lasser authored
-
- 04 Jun, 2019 1 commit
-
-
Tobias Lasser authored
-