Skip to content

C++ and Python Bindings: re-raise kdl_v2 parse exception if kdl_v1 parse trial still fail#19

Open
oisanjaya wants to merge 1 commit intotjol:mainfrom
oisanjaya:exception_on_binding
Open

C++ and Python Bindings: re-raise kdl_v2 parse exception if kdl_v1 parse trial still fail#19
oisanjaya wants to merge 1 commit intotjol:mainfrom
oisanjaya:exception_on_binding

Conversation

@oisanjaya
Copy link

The idea is this library expect a v2 KDL document as input, but if parse fail, the library try to use v1 KDL spec to parse input document.

My idea is: if second attempt to parse document using v1 KDL spec still fails, re-throw exception found on first parse try (using v2 KDL spec) to show that this library prefer parsing v2 spec than v1

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.

1 participant