Islam Omar
Islam Omar
Kindly write the command executed along with its output. ``` git submodule update --init # make directory build and move to it cmake path/to/repo cmake --build . ```
 Thanks.
Thanks, I will try that.
Do you support damping in urdf? `` If not, how can I add one?
WIP https://github.com/artem-ogre/CDT/pull/133.
This is a linking error double check that you set `LDLIBS="-lcrypt -lcs50 -lm"` or add `-lcs50` to compiler/linker flags.
See https://github.com/cs50/libcs50/issues/294#issuecomment-1616636978
Hi @artem-ogre, I have merged your branch and did these changes: - Add functions to collect erased triangles to run refinement on non-erased triangles only. - Fix split condition. -...
@artem-ogre sorry, I didn't notice your recent refactor. let me know your opinion about collecting erased triangles.
Hello @artem-ogre, I have found the error in `Constrained Sweden.txt` case: - [x] according to [WHEN AND WHY RUPPERT’S ALGORITHM WORKS](https://www.cis.upenn.edu/~cis6100/sp06miller-pav-walkington-2003.pdf), not all bad triangles should be resolved. - [...