Currently, the Humble branch of this library logs diagnostic messages using fprintf every time a kinematic tree is parsed. The contents of this message can get pretty lengthy if there are a lot of links, and some downstream packages (MoveIt, for example) can call the KDL parser many times during their runtime, which ends up adding a lot of noise to my application's output.
Would it be possible to backport https://github.com/ros/kdl_parser/pull/65 and release it for Humble? It would be great to have this fixed for the current LTS release.
Currently, the Humble branch of this library logs diagnostic messages using
fprintf
every time a kinematic tree is parsed. The contents of this message can get pretty lengthy if there are a lot of links, and some downstream packages (MoveIt, for example) can call the KDL parser many times during their runtime, which ends up adding a lot of noise to my application's output.Would it be possible to backport https://github.com/ros/kdl_parser/pull/65 and release it for Humble? It would be great to have this fixed for the current LTS release.