Skip to content

Commit

Permalink
Allow radio receiver on satellite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smit committed Feb 27, 2024
1 parent 90af927 commit 44a2ead
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paseos/actors/actor_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,9 +658,6 @@ def add_comm_device(
)
actor.add_transmitter(device_name, radio_transmitter)
elif device_type == DeviceType.RADIO_RECEIVER:
assert isinstance(
actor, GroundstationActor
), "Only a ground station can contain a radio receiver."
radio_receiver = ReceiverModel(
line_losses=line_losses,
polarization_losses=polarization_losses,
Expand Down

0 comments on commit 44a2ead

Please sign in to comment.