Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Sensors: Support passing in noisemaker parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischang5 committed Mar 8, 2024
1 parent 0ed0b95 commit 8dbe7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boat_simulator/common/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class WindSensor(Sensor):
def __init__(
self,
wind: ScalarOrArray,
stdev: List[float] = [1.0, 1.0],
stdev: List[Scalar] = [1.0, 1.0],
enable_noise: bool = False,
enable_delay: bool = False,
) -> None:
Expand Down

0 comments on commit 8dbe7ca

Please sign in to comment.