Skip to content

Commit

Permalink
temp save new parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtk8532704 committed Jun 24, 2024
1 parent be9ef42 commit 282e975
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from utils import create_empty_pointcloud
from utils import translate_objects_coordinate

dist_eps = 1e-2 # (meters)
dist_eps = 1e-3 # (meters)


class PerceptionReproducer(PerceptionReplayerCommon):
Expand Down Expand Up @@ -66,6 +66,7 @@ def __init__(self, args):
prev_stamp = stamp

average_ego_odom_interval = sum(time_diffs) / len(time_diffs)
average_ego_odom_interval*=1.5 # slow down the publication speed.
self.timer = self.create_timer(average_ego_odom_interval, self.on_timer)

# kill perception process to avoid a conflict of the perception topics
Expand Down

0 comments on commit 282e975

Please sign in to comment.