Skip to content

Commit bbc689b

Browse files
committed
smallish changes and optimizations
1 parent 70436b6 commit bbc689b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/ground_projection/src/ground_projection_node.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import os
44
from typing import Optional, Union
55
import numpy as np
6-
from aiohttp.tcp_helpers import tcp_nodelay
76

87
from dt_computer_vision.camera.types import Pixel, NormalizedImagePoint, ResolutionIndependentImagePoint
98
from dt_computer_vision.ground_projection import GroundPoint
@@ -104,8 +103,6 @@ def __init__(self, node_name: str):
104103
queue_size=1,
105104
)
106105

107-
self.bridge = CvBridge()
108-
109106
self.debug_img_bg = None
110107

111108

packages/lane_filter/src/lane_filter_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def __init__(self, node_name):
121121

122122
# Set up a timer for prediction (if we got encoder data) since that data can come very quickly
123123
# rospy.Timer(rospy.Duration(1 / self._predict_freq), self.cbPredict)
124-
self.publishEstimate(self.last_update_header)
125124

126125

127126
def cbEpisodeStart(self, msg):

0 commit comments

Comments
 (0)