- Removed kdl vendor dependency (#90)
- Contributors: Alejandro Hernández Cordero
- update urdf model header (#85)
- Contributors: Alejandro Hernández Cordero
- Update to C++17. (#82)
- Contributors: Chris Lalancette
- Switch some tests to use unique pointers instead of raw pointers. (#74)
- log link children as DEBUG instead of INFO (#71)
- Contributors: Chris Lalancette, Joseph Schornak
- Enable the kdl_parser tests in ROS 2 (#68)
- Contributors: Chris Lalancette
- Add in a LICENSE file and fix up copyright headers (#66)
- Use orocos_kdl_vendor and orocos-kdl target (#64)
- Contributors: Chris Lalancette, Scott K Logan
- Use the rcutils logger instead of printf (#65)
- Contributors: Chris Lalancette, yuraSomatic
- Depend on orocos-kdl vendor packages (#58)
- Contributors: Jacob Perron
- Install includes to include/ and misc CMake fixes (#61)
- Contributors: Shane Loretz
- Update to uncrustify 0.72 (#60)
- Contributors: Chris Lalancette
- Remove tinyxml dependency from kdl_parser. (#43)
- Contributors: Chris Lalancette
- Remove unused find_library call (#40)
- Contributors: Michael Carroll
- Deprecate treeFromXml (#8)
- Contributors: Dan Rose
- export targets in a addition to include directories / libraries (#6)
- code style only: wrap after open parenthesis if not in one line (#5)
- Contributors: Dirk Thomas
- Fix up missing link tags in some XML files. (#15)
- Contributors: Chris Lalancette
- point to the source and bugtracker used in ros2 (#3)
- Contributors: Mikael Arguedas
- Use result of find_package(orocos_kdl) properly (#200) orocos_kdl_LIBRARY_DIRS was not set
- add Chris and Shane as maintainers (#184)
- fix missed mandatory -std=c++11 flag (#181) collada_parser,kdl_parser,urdf: add c++11 flag, collada_parser: replace typeof with ansi __typeof__ builded/tested on gentoo Thanks den4ix for the contribution!
- Contributors: Denis Romanchuk, William Woodall
- Now using
urdf::*ShredPtrinstead ofboost::shared_ptr(#144) - Contributors: Jochen Sprickerhof
- fix segfault: safely handle empty robot model (#154)
- Contributors: Robert Haschke
- add version dependency on orocos_kdl >= 1.3.0
- Contributors: William Woodall
- Update KDL SegmentMap interface to optionally use shared pointers The KDL Tree API optionally uses shared pointers on platforms where the STL containers don't support incomplete types.
- Contributors: Brian Jensen
- kdl_parser: Adding kdl library explicitly so that dependees can find it
- Contributors: Jonathan Bohren
- fix test at kdl_parser
- Contributors: YoheiKakiuchi
- add DEPENDS for kdl_parser
- Contributors: Ioan Sucan
- check for CATKIN_ENABLE_TESTING
- fix #30