-
Notifications
You must be signed in to change notification settings - Fork 43
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
Cannot see changes the blueprint changes in pygame window #152
Comments
Is there a reason you are using pygame? We generally use the unreal editor or the packaged build |
I am using pygame for scenario runner.I have done the changes in the unreal editor and built the package even though I could not see any changes in the pygame window. Is there any setting to check so that the blueprints edited in the unreal editor reflects to the package when I built it?? |
You don't need to use pygame for scenario runner. Running the editor and hitting play or using the packaged mode (ofc you have to redo make package) should work. |
Sure , I will check on that and get back to you if I face difficulties. Thank you |
Hi, how are you running the manual control script and scenario runner.
couild you help me with this. thank you |
DReyeVR works a bit differently than CARLA. We use the server directly as the "game window". It will spawn an ego vehicle and respond to keyborad/logitech wheel commands directly. No need to spwan an additional pygame window. |
question regarding the fps, what was your FPS range and if it's higher than 25 how did you achieve that. Thank you |
Hi How to run the manual control script within the server window. Usually it opens the pygame window as soon as i run the manual control script. can you help me with this. By default it uses pygame window (manual script from the git hub repo). Thank you |
You do not need to use manual control to do manual control. Simply run the simulator and you will be able to control the vehicle with your keyboard |
Hi @ajdroid I am not using VR and also my question is in general what are the things to be modified to use carla server window as client window to display the sensor data (as your repo works) . for now i want to use scenario runner that runs in the carla server window. Which specific part of the code (in carla) should i work on to make this possible. Thank you. |
i have modified the blueprints for sounds and side mirror in the unreal editor and i could not see the chnages in the pygame window. Is there any specific thing to do, to see changes while i am running pygame window.
The text was updated successfully, but these errors were encountered: