Added terramechanics flag to manual_control.py

This commit is contained in:
Axel 2022-10-17 15:31:44 +02:00 committed by bernat
parent 9765e39d63
commit 16ec77d5e4
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ class World(object):
# Get a random blueprint.
blueprint = random.choice(get_actor_blueprints(self.world, self._actor_filter, self._actor_generation))
blueprint.set_attribute('role_name', self.actor_role_name)
blueprint.set_attribute('terramechanics', 'true')
if blueprint.has_attribute('color'):
color = random.choice(blueprint.get_attribute('color').recommended_values)
blueprint.set_attribute('color', color)