Skip to content

Commit

Permalink
Fixed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Feb 26, 2024
1 parent f6299a3 commit c31d8ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions localization/scripts/convert_rosbag_for_ndt_evaluation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
""" Convert rosbag for NDT evaluation.
"""Convert rosbag for NDT evaluation.
(1) Check if the rosbag is suitable for ndt evaluation
(2) Filter topics
(3) Rename the topic name of the reference kinematic state to /localization/reference_kinematic_state
Expand Down Expand Up @@ -39,7 +40,7 @@ def parse_args():


def check_rosbag(duration: float, topic_name_to_msg_list: dict) -> None:
"""Check if the rosbag is suitable for ndt evaluation"""
"""Check if the rosbag is suitable for ndt evaluation."""
print(f"{duration=:.1f} sec")

df = pd.DataFrame(
Expand Down

0 comments on commit c31d8ae

Please sign in to comment.