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 segfault in RobotStateVisualization: remove processEvents() #1941

Merged
merged 1 commit into from
Mar 8, 2020

Conversation

rhaschke
Copy link
Contributor

@rhaschke rhaschke commented Mar 8, 2020

As pointed out in #1940 (comment), calling processEvents() results in an unintended recursion, calling TrajectoryVisualization::update() again from an only partially initialized state.
I wasn't able to reproduce the issue mentioned in #239 (comment), that originally made me introducing this call.

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.

None yet

1 participant