Marcelo Forets

Results 234 comments of Marcelo Forets

Maybe ```julia struct SupportFunction{S

somehow related reference: http://www-ljk.imag.fr/membres/Antoine.Girard/Publications/hscc2008b.pdf

This issue is probably related to https://github.com/JuliaReach/LazySets.jl/issues/1348

Thanks for the link! Interesting indeed.

Other ref: https://swt.informatik.uni-freiburg.de/staff/bogom/resources/hscc2015-33

Another reference: (contains a very nice tutorial) https://github.com/kroitor/gjk.c

A Julia implementation: - https://github.com/JuliaRobotics/EnhancedGJK.jl - referenced from https://discourse.julialang.org/t/julia-interface-to-bullet-physics/12617/17

That was not the end of the related packges, there is more :) - https://github.com/arlk/ConvexBodyProximityQueries.jl - https://github.com/arlk/CurveProximityQueries.jl

This feature is now readily available through https://github.com/arlk/ConvexBodyProximityQueries.jl, which has LazySets as an optional dependency. Hence, i'll add the "documentation" tag for this issue so that searching for "GJK" etc...

It can be used for the overapproximation of the exact solution of the recurrence equation that appears in the discretization of `x'(t) = Ax(t) + Bu(t)` where `u(t)` is nondeterministic,...