feat(state-representation): add utilities for CartesianStateVariable#196
Conversation
4a9cc3c to
f345baf
Compare
|
Okay first part is done, now you also need to update the python bindings. Let me know if you need help with this |
c7f4b06 to
7a47229
Compare
Co-authored-by: Dominic Reber <71256590+domire8@users.noreply.github.com>
I noticed we didn't make the move to C++20 in control-libraries. Should we do that (in general)? Here or separate PR? |
Not sure what that would imply. What would we gain from it? You could also open a backlog issue to do the equivalent changes in JointState |
at the moment nothing, it's not blocking. It's more for future proofing and to gain access to some more modern features that are always nice to have. (definitely not an immediate need) |
Description
This PR solves the issue by making
get_state_variableandset_state_variablepublic, and also adding two support functions to convertCartesianStateVariables from/to string.Review guidelines
Estimated Time of Review: 5 minutes
Checklist before merging: