@@ -144,10 +144,6 @@ def bound_runner(session):
144144def simulated_session (args , runtime_subpath ):
145145 """Launches the simulator, blue/yellow full systems, and gamecontroller.
146146
147- Sets up their ProtoUnixIOs and keeps the binaries alive for the duration of
148- the context. Used both per-test (simulated_test_runner) and once for the
149- whole session (test mode).
150-
151147 :param args: Parsed command-line arguments.
152148 :param runtime_subpath: Subdirectory (under each runtime dir) for this session.
153149 :yields: A SessionContext with the live ProtoUnixIOs and gamecontroller.
@@ -212,10 +208,6 @@ def simulated_session(args, runtime_subpath):
212208def field_session (args , runtime_subpath ):
213209 """Launches the friendly full system, gamecontroller, WiFi, and robot comms.
214210
215- Sets up their ProtoUnixIOs, puts all robots under AI control, and keeps the
216- binaries alive for the duration of the context. Used both per-test
217- (field_test_runner) and once for the whole session (test mode).
218-
219211 :param args: Parsed command-line arguments.
220212 :param runtime_subpath: Subdirectory (under each runtime dir) for this session.
221213 :yields: A SessionContext with the live ProtoUnixIOs, gamecontroller,
@@ -297,9 +289,6 @@ def field_session(args, runtime_subpath):
297289def wire_field_keyboard_estop (thunderscope , robot_communication , estop_mode ):
298290 """Connects Thunderscope's keyboard estop shortcut to robot communication.
299291
300- Only does anything in keyboard estop mode; enables the estop immediately so
301- a field test can start moving robots as soon as it runs.
302-
303292 :param thunderscope: The Thunderscope instance.
304293 :param robot_communication: The RobotCommunication instance.
305294 :param estop_mode: The EstopMode in use.
@@ -341,8 +330,6 @@ def build_field_test_thunderscope(
341330):
342331 """Builds a Thunderscope with the field-test view bound to a session.
343332
344- Also wires up the keyboard estop for the session's robot communication.
345-
346333 :param session: the SessionContext whose ProtoUnixIOs to visualize.
347334 :param yellow_is_friendly: whether the friendly team is yellow.
348335 :param layout_path: the Thunderscope layout to load, or None.
0 commit comments