Skip to content

Commit

Permalink
Minor changes/ comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kristatraboulay committed Oct 26, 2024
1 parent a36a20a commit d4cb98e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def __init_private_attributes(self):
)

# Used arbitrary non-zero stdev centred about 0 for now
# No delay in this instance
sim_wind = self.__wind_generator.next()
sim_wind_noise_stdev = List[Scalar] = [-10.0, 10.0]
self.__sim_wind_sensor = SimWindSensor(sim_wind, sim_wind_noise_stdev, enable_noise=True)
Expand Down

0 comments on commit d4cb98e

Please sign in to comment.