Generated by Generative AI
No.
Operating System:
irrelevant
ROS version or commit hash:
lyrical
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
ros2 doctor --report
Steps to reproduce issue
- install
ros-lyrical-libtorch-vendor
dpkg -L ros-lyrical-libtorch-vendor | grep lib/libtorch_
- see that
libtorch_cuda.so is missing
Expected behavior
The package should contain the libraries from https://pytorch.org/get-started/locally/.
Actual behavior
libtorch_cuda.so is missing
Additional information
I assume that the buildfarm does not detect a CUDA installation as this is not a dependency of the package. Please depend on the cuda-toolkit package to have CUDA installed as dependency.
Generated by Generative AI
No.
Operating System:
irrelevant
ROS version or commit hash:
lyrical
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
ros2 doctor --report
<COPY OUTPUT HERE>Steps to reproduce issue
ros-lyrical-libtorch-vendordpkg -L ros-lyrical-libtorch-vendor | grep lib/libtorch_libtorch_cuda.sois missingExpected behavior
The package should contain the libraries from https://pytorch.org/get-started/locally/.
Actual behavior
libtorch_cuda.sois missingAdditional information
I assume that the buildfarm does not detect a CUDA installation as this is not a dependency of the package. Please depend on the
cuda-toolkitpackage to have CUDA installed as dependency.