Open marekmlk opened 8 months ago
Hi @marekmlk, thanks for reporting this. I'd expect Numpy and Cython to be installed on a robot that has already gone through a Stretch Installation (includes cython), which includes installing the Stretch Body Python library (includes numpy).
Have you had issues on a Stretch where these dependencies were missing?
Thanks for the reply!
No, I did not faced this issue on the robot but in simulation. I'm relying on rosdep to install all dependencies in Docker container and I stumped upon it.
You are right, cyton
and numpy
are so popular so it is very unlikely that they are not on the system. However, when building Docker image from scratch it may happen.
I also think that it is good practice to include all possible dependencies in package.xml
:)
Kind regards, Marek
Hello!
stretch_funmap uses
numpy
andcython
but they are included in package.xml.Without that information
rosdep
fails to install all dependencies properly.Kind regards, Marek