Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
TayYim committed Jun 7, 2024
1 parent 58656a3 commit e10b250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion srunner/tools/openscenario_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,8 @@ def convert_maneuver_to_atomic(action, actor, actor_list, catalogs, config):
atomic = ActorDestroy(entity_ref_actor)
elif entity_action.find('AddEntityAction') is not None:
position = entity_action.find('AddEntityAction').find("Position")
actor_transform = OpenScenarioParser.convert_position_to_transform(position, config.other_actors + config.ego_vehicles)
actor_transform = OpenScenarioParser.convert_position_to_transform(
position, config.other_actors + config.ego_vehicles)
entity_ref_actor = None
for _actor in config.other_actors:
if _actor.rolename == entity_ref:
Expand Down

0 comments on commit e10b250

Please sign in to comment.