Closed ZWT006 closed 1 year ago
Hi, the crash happens when loading the neural network weights for cost estimation. Either, you're using a Pytorch version other than 1.13 and this version does not support loading older weights (unlikely). Or, you did not have Git LFS installed when you cloned the repo (more likely). This would mean that the proper weights weren't downloaded, which would explain this issue. I assume this is the problem.
Please try installing Git LFS:
sudo apt install git-lfs
git lfs install
Then delete the repo and clone it again.
You can verify if the download worked by checking the model file sizes in the art_planner_motion_cost/rsc/model
directory. The file size should be ~4MB.
Please report back whether this fixes it or not. In the meantime, I will add the instructions to install Git LFS to the Readme. This is currently missing.
Thank you very much for your help, I used git lfs
clone that repository and launch succefully.😄
Happy to hear this solved it.
I install all dependences as readme, but it doesn't work, just
source /devel/setup.bash
androslaunch art_planner_ros art_planner.launch
, I got error as follows:How can I solve this problems?