xbpeng / DeepLoco

GNU Lesser General Public License v3.0
173 stars 61 forks source link

Issues running on Windows, blank screen no DeepLoco_Optimizer .exe #14

Open nelsoncarshare opened 6 years ago

nelsoncarshare commented 6 years ago

Hello, and thank you for creating this wonderful piece of software. I am very excited, an looking forward to playing with it. I followed your instructions and built DeepLoco for Windows 10. During the build process I ran into and fixed the following issues:

With these changes and using VS 2013 I am able to build DeepLoco. However I now have the following issues:

1) In the documentation on your github page you mention that there should be two executables. DeepLoco, and DeepLoco_Optimizer. The VS project only built one executable and the VS solution DeepLoco.sln only appears to create one executable. Am I missing something?

2) When I run the program DeepLoco using the command line below, a window opens up and displays FPS in the corner. I can toggle the commands described on the github page, but the window is pure white, nothing else is ever visible. Should there be something visible?: x64\Debug\DeepLoco.exe -arg_file=args/test_args.txt

Thanks again for the time and effort you have put into this.

xbpeng commented 6 years ago
  1. The optimizer app is built by the project in the optimizer library.

  2. you need to run the executable from the root directory not x64\Debug. You can try copying the exe to the root and run it from there. Otherwise it won't find the arg files.

Phong13 commented 6 years ago

Thanks, I will give this a try.

TejveerSM commented 5 years ago

Hi, I'm facing a similar issue. I'm trying to run the executables on Linux: (./DeepLoco -arg_file=args/test_args.txt) and I'm getting a white screen with FPS value in the corner. What should be done to visualize the simulation?

Neo-X commented 5 years ago

You need to put a space after the '='.

./DeepLoco -arg_file= args/test_args.txt