Skip to content

Commit

Permalink
Removed unused variables/imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktrem committed May 17, 2024
1 parent 989426c commit 40f406b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions robot_log_visualizer/file_reader/signal_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# This software may be modified and distributed under the terms of the
# Released under the terms of the BSD 3-Clause License

import sys
import time
import math
import h5py
Expand All @@ -15,7 +14,6 @@

# for real-time logging
import yarp
import json


class TextLoggingMsg:
Expand Down
2 changes: 0 additions & 2 deletions robot_log_visualizer/robot_visualizer/meshcat_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def __init__(self, signal_provider, period):
self._registered_3d_points = set()
self._registered_3d_trajectories = dict()

self._realtimeMeshUpdate = False

@property
def state(self):
locker = QMutexLocker(self.state_lock)
Expand Down

0 comments on commit 40f406b

Please sign in to comment.