Added terramechanics flag to manual_control.py
This commit is contained in:
parent
9765e39d63
commit
16ec77d5e4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue