KDL 2.0 compliance
KDL 2.0.0-draft.3 is now generally available (https://github.com/kdl-org/kdl/pull/286), and with it, we've decided to encourage existing implementations to start working towards 2.0 support and send feedback and suggestions for anything you might run into, so I'm making this tracking issue. :)
From what I can tell KDL-py supports KDL 2.0.0, but only on the main branch. @tabatkins, I wonder if there's space for a release with the changes? Is it ready to go and working, or is more testing/development needed?
Hi @tabatkins, any updates on publishing the new version?
It looks like the KDL2 spec allows bare strings (node names) to be parameters to nodes but this codebase rejects it (saying there is junk after the node.)
Is that a holdover from KDL1 or am I misunderstanding the spec?