We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
./CarlaUE4.sh -benchmark -fps=20 -quality-level=Low For Linux. OR CarlaUE4.exe -windowed -benchmark -fps=20 -quality-level=Low For Windows.
./CarlaUE4.sh -benchmark -fps=20 -quality-level=Low
CarlaUE4.exe -windowed -benchmark -fps=20 -quality-level=Low
Quality levels: You can choose between two levels of graphics quality, Epic and Low. Epic is the default and has the most details, while Low disables post-processing and shadows and reduces the drawing distance. You can change the quality level by using the -quality-level flag when running CARLA1. No-rendering mode: This mode disables rendering completely, allowing the simulation to run faster and more stably. This is useful for scenarios where graphics are not important, such as traffic simulation or road behavior analysis. You can enable or disable no-rendering mode by changing the world settings or using a Python script1. Off-screen mode: This mode renders the graphics to a buffer instead of displaying them on the screen. This is helpful for situations where you want to save the images for later use, such as data collection or training agents. You can enable or disable off-screen mode by using the -RenderOffScreen flag when running CARLA1.
Don't forget to install the CARLA Python client library .
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: