dimikout3 / MarsExplorer

59 stars 6 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/home/dkoutras/Documents/IROS2021/42x42/params.json' #2

Closed Zora225 closed 3 years ago

Zora225 commented 3 years ago

when I executed "python non-learning/frontierCostExploration.py"

dimikout3 commented 3 years ago

Inside the python script (non-learning/frontierCostExploration.py) you will see a variable CONF_PATH, that is where you have to define your params.json file required to run non-learning approaches. I will upload a reference file asap

dimikout3 commented 3 years ago

@jiayouya please try running again the command and let me know about your progress

Zora225 commented 3 years ago

It works, thank you.

Inside the python script (non-learning/frontierCostExploration.py) you will see a variable CONF_PATH, that is where you have to define your params.json file required to run non-learning approaches. I will upload a reference file asap

The problem was solved.