Skip to content

Commit

Permalink
Signed-off-by: Andrea Patrizi <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrePatri committed Jan 21, 2025
1 parent 71d00cf commit a6925c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions control_cluster_bridge/utilities/keyboard_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,10 @@ def __init__(self,
shared_refs,
verbose = False,
contact_mapping: str = "",
env_idx: int = None,
ssh_mode: bool = False):
env_idx: int = None):

self._env_idx=env_idx

self._ssh_mode=ssh_mode

self._contact_mapping=self.parse_contact_mapping(contact_mapping)
if self._contact_mapping is None:
self._contact_mapping=[0, 1, 2, 3] # key 7-9-1-3
Expand Down

0 comments on commit a6925c0

Please sign in to comment.