Skip to content

Commit

Permalink
Fixed issue liuqh16#17
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackory committed Oct 24, 2023
1 parent 9859a55 commit a24e8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/JSBSim/envs/env_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def load_simulator(self):
for uid, config in self.config.aircraft_configs.items():
self._jsbsims[uid] = AircraftSimulator(
uid=uid,
color=config.get("team", "Red"),
color=config.get("color", "Red"),
model=config.get("model", "f16"),
init_state=config.get("init_state"),
origin=getattr(self.config, 'battle_field_center', (120.0, 60.0, 0.0)),
Expand Down

0 comments on commit a24e8f9

Please sign in to comment.