Skip to content

Commit

Permalink
update parameters.
Browse files Browse the repository at this point in the history
Signed-off-by: temkei.kem <[email protected]>
  • Loading branch information
xtk8532704 committed Jun 19, 2024
1 parent e79fdcb commit c378425
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ def find_nearby_ego_odom_indies(self, ego_poses: list, search_radius: float):
parser.add_argument(
"-c",
"--reproduce-cool-down",
help="The cool down time for republishing published messages (default is 15.0 seconds)",
help="The cool down time for republishing published messages (default is 80.0 seconds)",
type=float,
default=60.0,
default=80.0,
)
args = parser.parse_args()

Expand Down

0 comments on commit c378425

Please sign in to comment.