Rodrigue de Schaetzen

Results 10 comments of Rodrigue de Schaetzen

An alternative solution is to install the package from source if you want to avoid downgrading python, i.e. 1. clone - `git clone https://github.com/AndrewWalker/pydubins` 2. remove the cython generated [dubins.c](https://github.com/AndrewWalker/pydubins/blob/master/dubins/dubins.c)...

I would also really like this feature given I have 1000+ different videos to label.

Does anyone have any suggestions on how to get around this besides using the cli tools?

As an update. I tried to make this work with python 3.9 and came across the following error ```bash Error compiling Cython file: ------------------------------------------------------------ ... ts = [] def f(q,...

Hi! I'm hoping to try doing RL with difftaichi and stannum. Any update on this issue?

I got it to work with python 3.9. Take a look here https://github.com/rdesc/pydubins

Take a look here https://github.com/AndrewWalker/pydubins/issues/16#issuecomment-1779758323 If you have python 3.9, you can try installing with `pip install git+https://github.com/rdesc/pydubins.git`

The updated README.md should explicity say the april tags repo needs to be cloned and installed. Also I had to update my LD_LIBRARY_PATH env variable to include the path where...

Also needed this `httpx==0.24.1` package for webapp to work