Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Mar 19, 2024
1 parent 0b7eeea commit 452941b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions hardware-testing/hardware_testing/scripts/abr_asair_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def __init__(self, robot: str, duration: int, frequency: int) -> None:


if __name__ == "__main__":
robot_list = [
robot_list: List = [
"DVT1ABR1",
"DVT1ABR2",
"DVT1ABR3",
Expand All @@ -123,10 +123,7 @@ def __init__(self, robot: str, duration: int, frequency: int) -> None:
"PVT1ABR12",
"ROOM_339",
"Room_340",
] # type: List
# robot = _get_user_input(robot_list, "Robot/Room: ")
# duration = int(input("Duration (min): "))
# frequency = int(input("Frequency (min): "))
]
parser = argparse.ArgumentParser(description="Starts Temp/RH Sensor.")
parser.add_argument(
"robot", metavar="ROBOT", type=str, nargs=1, help="ABR Robot Name"
Expand Down

0 comments on commit 452941b

Please sign in to comment.