-
Notifications
You must be signed in to change notification settings - Fork 10
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
JOAN with Carla packaged version #30
Comments
Yes, that will work fine. Just make sure that your packaged game starts with the correct map and game mode (JOAN game mode). |
Is there a reason that only the 'unreal editor' method is explained in the documentation? Because I thought that making a packaged version could improve the performance, or am I wrong? |
I believe this is just meant for debugging and quick evaluation during development. We have (indeed) seen better performance with packaged versions, but I've never measured this. |
Makes sense, thanks for the quick replies! |
Hi, me again.
Is it possible to combine JOAN with a packaged version of Carla?
So instead of doing 'make launch' and pressing play in UE, I would run 'make package' as well and then use the resulting .exe file to run UE4Carla.
But I'm not sure if the state machine of JOAN still works well in this scenario? (for example: stopping the simulation, changing a setting - initialize - get ready - run again...)
Thanks in advance!
The text was updated successfully, but these errors were encountered: