-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: *** No rule to make target 'carla'. Stop. - DReyeVR Installation #7
Comments
Hi, you need to run the So for example, I assume you cloned both
so if you go to the Technically you could also simply run (Also, you don't need to run |
@GustavoSilvera Thank you for your prompt response. I was able to successfully launch the DReyeVR. However, when execute the below command only the logitech steering wheel/pedals work but cannot view anything in my HTC Vive eye pro. I have the SteamVR plugin enabled and also HTC vive pro setup and detected through steam VR as shown below: cd \PATH\TO\CARLA\Build\UE4Carla\0.9.13-dirty\WindowsNoEditor I have set the SRanipal to false, but think that should not impact playing the DReyeVR's VR mode capabilities since it is purely for the eye tracking. Also, I launched the editor through make launch and I don't see the VR preview enabled. Edit: The DReyeVR when launched now with -vr works only through keyboard and steering wheel/pedals don't work. But without -vr the steeringwheel/pedals work. Thank you for your help in advance. |
Ok, I sometimes also get the grayed out VR Preview selection when I start UE4 before opening SteamVR. Usually my workflow is to start SteamVR first, and leave it running, then it should pick up a new You can check if DReyeVR has detected the SteamVR device by checking the logs (in the Engine you can get to the logs in realtime via Window -> Developer Tools -> Output Log), when you press play, you should see a log entry for whether or not the HMD was detected by DReyeVR:
Also to find these logs afterwards in text form, you'll want to look in PATH\TO\CARLA\Unreal\CarlaUE4\Saved\Logs\CarlaUE4.log Edit: |
@GustavoSilvera Thanks again, this has been very helpful. I was able to Setup the DReyeVr in VR mode and also drive using steeringwheel/pedals. |
Hello team,
CARLA version: 0.9.13
Platform/OS: Windows 10 (Version 21H2)
Problem you have experienced: When I try to install the DReyeVR in the WSL using the command make carla CARLA=../carla it throws an error as shown below in the screenshot.
Steps to reproduce:
Installing DReyeVR is the step causing the problem. I have Ubuntu installed and I am at the Carla root folder to execute the command (make carla CARLA=../carla) which throws the error "make: *** No rule to make target 'carla'. Stop.".
I have git installed with the necessary environmental variable path.
Could you please help me with where I am going wrong and how to move forward with the installation?
I very much appreciate any help. Thank you in advance.
The text was updated successfully, but these errors were encountered: