Use command line options when launching build from source #5470
EricLangezaal
started this conversation in
General
Replies: 2 comments 1 reply
-
You could use |
Beta Was this translation helpful? Give feedback.
1 reply
-
I found out that you can specify the command line arguments used when the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For my application I need to continuously change Carla's textures, which is why I am using a build from source. I am noticing that my simulator slows down heavily over time, and eventually crashes with errors that seem related to a lack of GPU/CPU power.
I am exporting lots of camera data that needs to be realistic, meaning I cannot use no rendering mode or low quality mode. For this reason, I want to try and use CARLA's offscreen mode. However, since I am using
make launch
to start my simulator, I cannot use its command line option.Using
make package
and then launching the .sh file separately does not work either, since I need each new launch to incorporate the new textures and packaging is significantly slower.So how do I enable this offscreen mode rendering option in combination with
make launch
?Beta Was this translation helpful? Give feedback.
All reactions