Closed Ellon closed 5 years ago
Hi Ellon,
sorry to hear you ran into problems.
Just 2 hours ago we fixed a severe bug affecting octree generation (see #296). Can you please try build_octree
again and see if it now works?
Hi @feuerste,
Thanks for your reply.
Indeed I was one commit behind the one that fixed this bug (bad timing for a git clone
:laughing: ). It seems to work fine now. :) Thanks !
Hi all,
I managed to compile
build_octree
andsdl_viewer
, and I created a octree directory from my.ply
file. But when I try to visualize it withsdl_viewer
I get the following error:As you can see it seems to come from the parameters given to the
reshuffle
function.For info I'm using Fedora 29, and I installed all the required packages using
dnf
:rust
,protobuf-compiler
,golang
,cmake
,SDL2
, andSDL2-devel
. Rust gRPC protobuf plugin was intalled usingcargo install grpcio-compiler
as indicated in the README. The symbolic link ontarget/protobuf/bin/protoc
to the systemsprotoc
is set. The local cargo environment is added to my PATH:And I'm using Rust 1.35.0:
Any ideas on how to solve this ?