Skip to content

Commit c86d81d

Browse files
committed
removed client connection to port 7164 in RADI
1 parent d3ed4ec commit c86d81d

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

manager/libs/applications/compatibility/exercise_wrapper_ros2_teleop.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ def __init__(self, exercise_command, gui_command, teleop_command, update_callbac
5454
process_ready, self.teleop_server = self._run_exercise_server(f"python3 {teleop_command}", f'{home_dir}/ws_teleop.log',
5555
'websocket_teleop=ready')
5656

57-
if process_ready:
58-
LogManager.logger.info(f"Exercise gui {teleop_command} launched")
59-
time.sleep(1)
60-
self.teleop_connection = Client(
61-
'ws://127.0.0.1:7164', 'teleop', self.server_message)
62-
self.teleop_connection.start()
63-
else:
64-
self.teleop_server.kill()
65-
raise RuntimeError(f"Exercise Teleop {teleop_command} could not be run")
6657

6758
self.running = True
6859
self.start_send_freq_thread()

0 commit comments

Comments
 (0)