KrisLibrary icon indicating copy to clipboard operation
KrisLibrary copied to clipboard

Basic math, geometry, and robotics, and other routines used in projects from Kris Hauser's lab

Results 3 KrisLibrary issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/krishauser/Klampt/issues/99 by adding proper warnings and checking before throwing error in some later code

specifically, `bool LoadAssimp(const char* fn,vector& meshes,vector& appearances);` seems to be declared in `meshing/IO.h` and used in `geometry/AnyGeometry.cpp`, but never defined. System: WSL 2 (Ubuntu 22.04) Compiler info: ``` motion@motion:~$ g++...

SSE instructions are only available on intel based architectures. With recent arm computer, including Apple M1, we need to disable SSE options if we cannot detect intel architecture. Otherwise the...