-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Download error #176
Comments
I think this occurs due to google drive permissions, So I have requested an access for this download content. If you may give me this permission, to be able to download the file myself, as for the python script download_from_gdrive.py the token received is always None, which aborts the download. |
Hi @MFaisalZaki, We had some issues with the GDrive storage during Friday and the links went down. That's probably the cause of this. It should be fixed now. Have you tried again? Let us know if you still have issues with this. |
Fixed the issue was I didn't have write permissions on the UE4 folder since I have installed it using Epic Launcher and didn't compile it. |
Great :) thanks for sharing, it seems like it can be a common issue. |
Done. I can run Carla on MAC OS but I can't find ./CarlaUE4.sh to run as a server. Can you provide me with an example I don't want to download 2.0 GB to check a shell file. |
There is no "CarlaUE4.sh" script in the source version of CARLA. Once you open the project in the Unreal Editor, you can hit Play to run CARLA. The missing assets that is complaining about are Unreal's Automotive Materials, follow the instructions in the documentation to Add Automotive Materials. |
Here are the modifications for adding support for CARLA on mac os x. Sorry I didn't have time to automate it. PS: Please check it and if you may integrate it and you can close this issue. |
Great! thanks for sharing. Do you think you could do a pull-request with the changes? |
CARLA simulator is running slow in the editor, I have selected the quality to be low and the material also to be low and still the same issue. It runs at max 5 FPS !!!. I thought at first it was due to the absence of -pthread flag, but after I added the flag no changes in the performance. Please note that I'm running on Macbook pro with retina display with 8 cores i7 and 8 GB RAM with SSD disk. I also received a notification saying since the Xcode installed is not 8.3.x then performance will be degraded, where my xcode version is 9.1 Please advice. |
CARLA requires a very powerful dedicated GPU to run smoothly. At the moment CARLA has significant performance issues, we are working hard to improve this, but it is something that takes a lot of time and effort. See also the discussion about performance in #10. |
Is it possible to have CARLA like OpenAI Gym environments, but the difference is that CARLA can provide both raw input images, processed input images or any set of states required by the user. I'm working on motion planning algorithm using machine learning for my masters degree and I was thinking to modify CARLA to provide a set of states which will allow my algorithm to work as expected. What do you think ? Also if you can provide a way to remove the attached camera from the vehicle ? if doing so will help in speeding up the FPS ?! |
Can anyone guide me what to do next? I've built Unreal Engine with Xcode but don't know how to proceed with building Carla! |
Merge the changes found in ticke 176 and everything will work.
…On Fri, May 18, 2018 at 11:52 AM Amrita Sadarangani < ***@***.***> wrote:
Can anyone guide me what to do next? I've built Unreal Engine with Xcode
but don't know how to proceed with building Carla!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AItNMTacxI_NKtX07wt17B-AfTYAdtR-ks5tzpndgaJpZM4RusQt>
.
|
I did all the steps mentioned above. But when I try to open CarlaUE4.uproject with Unreal Engine, it gives me this error. FYI, I have built my Unreal Engine from the source manually. When I say yes to the above, it tries to build the missing files and then says build failed. I have been over this so many times - it's not working. |
Try to download unreal engine from the app itself. Building it from scratch
won’t do it.
…On Mon, May 21, 2018 at 9:34 PM Amrita Sadarangani ***@***.***> wrote:
I did all the steps mentioned above. But when I try to open
CarlaUE4.uproject with Unreal Engine, it gives me this error. FYI, I have
built my Unreal Engine from the source manually.
[image: screen shot 2018-05-21 at 12 26 30 pm]
<https://user-images.githubusercontent.com/14925965/40326159-36431bcc-5cf3-11e8-9603-da22fe0b4d30.png>
When I say yes to the above, it tries to build the missing files and then
says build failed.
I have been over this so many times - it's not working.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#176 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AItNMaqCUZ1GovvzP9Ot2cpFCAOj9sQVks5t0xbbgaJpZM4RusQt>
.
|
Hey can you please tell me what you exactly did? I have reached to the point where I type on terminal "make launch" and I get this in return: clang 5.0 is required, but it's not installed. I already have clang version 7.0.0 installed. I have also installed version 5.0.0 but I don't know how to make my Mac use the 5.0.0 version instead of the 7.0.0 version. Any idea how I can go about this. Also I don't know how I can use the files you modified below...
If you can show me how your files can be used that would be awesome. All what I did so far was by following the guide on how to build Carla on windows. Thanks |
Hello Sir,
I'm working on building CARLA for MAC OSX but I'm facing this problem regarding downloading some file named content from a google drive, If you may send me a direct download link to be able to download myself then I'll try to automate the whole process soon.
I have attached terminal output when I executed the Update.sh script.
The text was updated successfully, but these errors were encountered: