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

Invalid move implementations for ConvexSet subclasses #19310

Closed
jwnimmer-tri opened this issue Apr 29, 2023 · 0 comments · Fixed by #19311
Closed

Invalid move implementations for ConvexSet subclasses #19310

jwnimmer-tri opened this issue Apr 29, 2023 · 0 comments · Fixed by #19311
Assignees
Labels
component: planning and control Optimization-based planning and control, and search- and sampling-based planning priority: low type: bug

Comments

@jwnimmer-tri
Copy link
Collaborator

Reading the code, I'm pretty sure that a moved-from ConvexSet subclass does not meet the "valid but indeterminate state" requirement. The subclass's fields will be empty (e.g., the Point's x_), but the superclass does not annotate reset_after_move on the ambient dimension. The cloner_ is probably null as well.

@jwnimmer-tri jwnimmer-tri added type: bug priority: low component: planning and control Optimization-based planning and control, and search- and sampling-based planning labels Apr 29, 2023
@jwnimmer-tri jwnimmer-tri self-assigned this Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: planning and control Optimization-based planning and control, and search- and sampling-based planning priority: low type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant