-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Non-rendering mode #469
Non-rendering mode #469
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Whoops, stalebot closed this during our holidays 😅 |
Rebased specific commits onto master to remove dependencies with #445. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 7 files at r1, 4 of 4 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
…l change in the command disable-rendering bool val
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 5 files at r3, 4 of 4 files at r4.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @juaxix)
Changes to enable or disable rendering of the world (Unreal render) and CARLA HUDs (Unreal HUD rendering) using a property of the server settings.
The changes involve:
Example
Using the code for manual_control.py, with this modification:
we are removing all the sensors except for the lidar. We can launch the client with a command like this:
Screenshot of the result :
Where has this been tested?
Possible Drawbacks
You may want to draw huds?
child of #286.
This change is