- Split curl dependency to avoid dev package at runtime (#67)
- Contributors: Scott K Logan
- Bump CMake version to avoid CMP0048 warning (#37)
- Contributors: Shane Loretz
- Update the exec_depend keys for Python 3. (#29)
- point to the ros/resource_retriever repository (#28)
- append trailing zero to memory buffer, to allow safe use as char* (#27)
- Contributors: Chris Lalancette, Mikael Arguedas, Robert Haschke
- Fix an intermittent test failure. Both the C++ and python tests were using test/large_file.dat, which means if they were run concurrently, they would sometimes collide. Avoid this by having them use different filenames.
- Cleanup resource_retriever packaging. In particular, make sure that resource_retriever properly depends on all of the things it needs. While we are in here, switch over to package xml version 2.
- Contributors: Chris Lalancette
- 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
- fix failing build due to cmake error (#6)
- Contributors: Jackie Kay
- Fix warnings in test (#5) add spaces around ROS_PACKAGE_NAME
- Merge pull request #4 from DLu/kinetic-devel Add c++11 flag
- Contributors: David V. Lu!!, Jackie Kay, Steven Peters
- 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
- add DEPENDS for kdl_parser
- Contributors: Ioan Sucan
- check for CATKIN_ENABLE_TESTING
- resource_retriever: install python package using setup.py