CHANGELOG
Changelog for package resource_retriever
3.2.3 (2024-07-10)
3.2.2 (2022-11-02)
3.2.1 (2022-09-13)
3.2.0 (2022-05-10)
3.1.0 (2022-03-01)
Install headers to include/${PROJECT_NAME} (#72)
Contributors: Shane Loretz
3.0.0 (2022-01-14)
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
2.4.0 (2020-08-12)
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
2.3.0 (2020-04-30)
2.2.0 (2019-09-26)
2.1.1 (2019-05-08)
Changed to export resource retriever and to enable hooks. (#26)
Contributors: Steven! Ragnarök
2.1.0 (2018-06-21)
Make sure to export the include directory for resource_retriever. (#22)
Contributors: Chris Lalancette
1.12.3 (2017-03-27)
Fix C++11 to use set_directory_properties
Make Shane and Chris the maintainers.
Python3 compatibility (#10) * Replace urlgrabber with urllib[2] As urlgrabber is not supported for Python 3 replace it with either the built-in urllib (Python 2) or urllib2 (Python 3) * Use rospkg instead of system call for rospack * Add test for python functionality * Fix rospkg dependency definition
Update URL in http test to something which exists (#8) * Update URL in http test to something which exists
Contributors: Chris Lalancette, Mike Purvis, Ruben Smits
1.12.2 (2016-06-10)
fix failing build due to cmake error (#6)
Contributors: Jackie Kay
1.12.1 (2016-06-10)
1.12.0 (2016-03-23)
resource_retriever: adding missing dep Using the python resource_retriever requires the python-urlgrabber system dependency: http://rosindex.github.io/d/python-urlgrabber/
Contributors: Jonathan Bohren
1.11.6 (2014-11-30)
1.11.5 (2014-07-24)
1.11.4 (2014-07-07)
1.11.3 (2014-06-24)
1.11.2 (2014-03-22)
1.11.1 (2014-03-20)
1.11.0 (2014-02-21)
1.10.18 (2013-12-04)
add DEPENDS for kdl_parser
Contributors: Ioan Sucan
1.10.16 (2013-11-18)
check for CATKIN_ENABLE_TESTING
1.10.15 (2013-08-17)
resource_retriever: install python package using setup.py