Change State type to support user defined data. #64
Levi-Armstrong
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
I'm ambivalent about adding a hook for custom user data in the state representation right now. It doesn't seem like a big addition, but it seems like we could solve the issue from your use-case and most others using the framework we already have in place without needing extra custom information. I want to avoid bloating the interfaces with extra optional information if it's not strictly necessary Here are some alternative strategies for tackling your specific use-case:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would allow for metadata to be stored about the sampled state which can be used during edge evaluation. For example, I have a series of cartesian poses that can be rotated about the z-axis 0 or 180deg, but only 0's can be connected to each other and 180's to each other. This can not easily be recomputed when the path is along a highly contoured surface. @marip8 what do you think?
Beta Was this translation helpful? Give feedback.
All reactions