We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed08f7 commit 034a562Copy full SHA for 034a562
CMakeLists.txt
@@ -4,7 +4,7 @@ project(pytorch_ros)
4
add_compile_options(-std=c++14)
5
6
# Locate the cmake file of torchlib
7
-set(Torch_DIR "/opt/pytorch/pytorch/torch/share/cmake/Torch/")
+set(Torch_DIR "/opt/conda/envs/ros_env/lib/python3.8/site-packages/torch/share/cmake/Torch/")
8
#set(Torch_DIR "$ENV{TORCH_ROOT}/torch/share/cmake/Torch/")
9
10
## Find catkin macros and libraries
0 commit comments