Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(perception_replayer): support two kinds of old messages in rosbags #63

Merged
merged 4 commits into from
Jun 21, 2024

Conversation

xtk8532704
Copy link
Contributor

@xtk8532704 xtk8532704 commented Jun 21, 2024

Description

In the previous PR, I incorrectly assumed that the code for converting old messages was wrong.
But in fact, there are two old messages with the same nameTrafficSignalArray, so this PR aim to support both old messages.

Related links

Tests performed

Notes for reviewers

Interface changes

Effects on system behavior

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@xtk8532704 xtk8532704 changed the title support two kinds of old rosbag fix(perception_replayer): support two kinds of old messages in rosbags Jun 21, 2024
xtk8532704 and others added 2 commits June 21, 2024 21:08
…be converted to new type correctly (#60)

* ensure that old message in rosbagcan be converted to new type correctly.

Signed-off-by: temkei.kem <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: temkei.kem <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: temkei.kem <[email protected]>
@xtk8532704 xtk8532704 force-pushed the fix/perception_replayer/convert_old_rosbag2 branch from 1ccc01d to 548acbd Compare June 21, 2024 12:08
@xtk8532704 xtk8532704 marked this pull request as ready for review June 21, 2024 12:17
@xtk8532704 xtk8532704 enabled auto-merge (squash) June 21, 2024 12:17
Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

@xtk8532704 xtk8532704 merged commit be9ef42 into main Jun 21, 2024
17 checks passed
@xtk8532704 xtk8532704 deleted the fix/perception_replayer/convert_old_rosbag2 branch June 21, 2024 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants