Ross Allen

Results 26 comments of Ross Allen

Downloaded binary from: https://julialang.org/downloads/ First tried installing via conda with `conda install -c conda-forge julia` but this resulted in a `PackageNotFoundError`. I was assuming this was because an Apple M1-compatible...

Thanks for the follow-up. > With that out of the way, there seems to be some architecture confusion on your system. Is the python on your system running an arm64...

@mkitti Thank you for the help (I've been working on another project for a few days, so slow to respond). Do you mind helping me understand the above command before...

I am facing a similar issue with control. I've boiled down to a minimal example of the bug ```python from ompl import base as ob from ompl import control as...

@mamoll Is this something that I can quick fix and recompile the python bindings, or does it need a more extensive fix as part of a new OMPL version? Sorry...

Any thoughts on how to even begin debugging this? I feel like I must be missing something obvious, but not even sure where to start looking since the python binding...

I tried rebuilding ompl from a fresh clone of main (instead of using version 1.5.2), but ran into the same issue. Just to be sure, I ran `make test` after...

@mamoll, sorry to bother you, but do you have any insight what I might be doing wrong here?

I just tried building the python bindings from release 1.5.0 to see if it was a recently introduced problem. Unfortunately ran into the same issue.

@zkingston do you happen to have any thoughts on this issue? I'm just trying to bring some attention to this issue because I feel like it might be a simple...