Henrique Ferrolho

Results 73 comments of Henrique Ferrolho

Actually, the request for more players has already been brought up in #2. I would do this myself but am currently lacking of time. If you can do this, please...

Have you updated the announce list? https://github.com/ferrolho/magnet-player/blob/9e86918ec99d8ca39e25f6eb03477161656f61c4/js/webtorrent.js#L15-L25

Hi, @blegat! For the MWE above, I have replaced the line ```julia hchebyshevcenter(my_polyhedron, lp_solver) ``` with ```julia Polyhedra.computehrep!(my_polyhedron) ``` The resulting output is below: ``` I am thread #2. I...

Thanks for opening the issue on the right place. I replaced `Polyhedra.computehrep!(my_polyhedron)` with `hrep(my_polyhedron)` and it went back to _segfaulting_; output follows below: ``` I am thread #2. I am...

I think we can remove the "galactic:" prefix from the title ─ I just tested this on ROS 2 Humble, and I am getting the same error message: ``` [ros2_control_node-1]...

I bumped the `julia` compat as well because [[email protected]](https://github.com/JuliaGeometry/Rotations.jl/releases/tag/v1.3.0) has dropped support for julia `< 1.6`.

You are correct, @ornithos. We should update the examples in the README.md, since the latest releases of MeshCat.jl are now using GeometryBasics.jl instead of GeometryTypes.jl.

Quoting from https://github.com/rdeits/MeshCat.jl/issues/54#issuecomment-545530904: > I have tested `threejs` _r109_ ([ferrolho/meshcat@f020e53](https://github.com/ferrolho/meshcat/commit/f020e532a585b40443757ca027f3692980598359)) and, at first sight, it does not seem to have breaking changes. Is there a reason for not upgrading? Okay,...

Thank you both for the prompt reply. _"One thing you can try is to remove the redundancy before the conversion."_ I can confirm this works for the set of points...