Open GoroYeh-HRI opened 5 months ago
My temporary solution is to add the following lines to walking_demo.py
:
project_path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
print(f"project_path {project_path}")
sys.path.append(project_path)
Hi,
I got the error "No module named 'config' " when executing command:
Any idea what might be wrong? Thanks!