-
Hi :wave:
Thanks for the great work!
I've been trying to get Embree to match with some other library and it requires me to use backface culling on the curve primitive.
As far as I can tell, the…
-
Say `A isa Basis` and `B isa Basis`, where `axes(A,1) != axes(B,1)`, then we get the following error:
```julia
julia> A'B
ERROR: DimensionMismatch: Second axis of A, Inclusion(0.0..2.0), and first …
-
### Description of the bug
I made a chessboard like object freecad, that has numerals on rows and columns.
Loading the board into prusaslicer causes no problem. Slicing advances to 90 % and alread…
-
I get the following error while running 2dbat (docker) for the test data provided:
```
awk: cannot open paincl.order.txt (No such file or directory)
awk: cannot open paincl.order.txt (No such file …
-
Hello, I have never used cmake, so I have (I think) a very dumb question.
I'm trying to compile with cmake, so I followed the readme and started the compilation with `make`. The problem is that aft…
-
Just for anyone who ran into this issue, I was using the docs as a reference for this package (which is nice + simple to use with clear explanation + diagrams, thanks!) and ran into the issue that I w…
-
hello,
I want to thank you first for the great work you've done with this dataset
I would like to inform you that I have found some feature files where vertex indices are negative,
for example i…
-
I see that your cmake relies on FLANN and ompl libraries. So I also quoted these two libraries, and then called the bsplin plug-in in movebase. But I encountered the phenomenon that I gave the navigat…
-
Many optimisation packages such as JuMP require user-supplied functions to be evaluated with scalar arguments, yielding scalar output (no doubt broadcasted internally). As it stands, functions like…
-
I am trying to use ForwardDiff to compute the gradient of a cost function defined as the Sum of Square Differences (SSD) between two images with respect to the parameters of an image transformation. I…