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(pose_instability_detector): empty check order #1561

Open
wants to merge 1 commit into
base: beta/v0.3.19
Choose a base branch
from

Conversation

yn-mrse
Copy link

@yn-mrse yn-mrse commented Sep 27, 2024

Description

twist_buffer_がemptyのままtwist_buffer_.back()へアクセスを試みてsegmentation faultが発生するバグを修正しました。

empty checkの順序が逆になっているため、empty check後にtwist_buffer_.back()へアクセスするように変更します。

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Copy link

sonarcloud bot commented Sep 27, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant