resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 3.1.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-05-15 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez Cordero
Authors
- Chris Lalancette
- Ioan Sucan
- Josh Faust
- Shane Loretz
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
3.1.2 (2024-05-15)
3.1.1 (2023-01-10)
3.1.0 (2022-03-01)
- Install headers to include/${PROJECT_NAME} (#72)
- Contributors: Shane Loretz
3.0.0 (2022-01-14)
- Fix include order for cpplint (#69)
- Update maintainers (#66)
- Remove the deprecated retriever.h header (#63)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
python_cmake_module | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 3.2.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-07-11 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez Cordero
Authors
- Chris Lalancette
- Ioan Sucan
- Josh Faust
- Shane Loretz
README
No README found.
No README in repository either.
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)
- Fix include order for cpplint (#69)
- Update maintainers (#66)
- Remove the deprecated retriever.h header (#63)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
python_cmake_module | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 3.4.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-06-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez Cordero
Authors
- Chris Lalancette
- Ioan Sucan
- Josh Faust
- Shane Loretz
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
3.4.3 (2024-06-27)
3.4.2 (2024-05-13)
3.4.1 (2024-04-16)
- Update resource retreiver to use rule of five (#95)
- Use default ament_lint_auto (#92)
- Contributors: Chris Lalancette, Michael Carroll
3.4.0 (2023-12-26)
3.3.1 (2023-07-11)
3.3.0 (2023-04-28)
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)
- Fix include order for cpplint (#69)
- Update maintainers (#66)
- Remove the deprecated retriever.h header (#63)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
python_cmake_module | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 3.5.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-10-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez Cordero
Authors
- Chris Lalancette
- Ioan Sucan
- Josh Faust
- Shane Loretz
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
3.5.1 (2024-06-17)
- Allow spaces (#100)
- Contributors: Alejandro Hernández Cordero
3.5.0 (2024-04-26)
3.4.1 (2024-04-16)
- Update resource retreiver to use rule of five (#95)
- Use default ament_lint_auto (#92)
- Contributors: Chris Lalancette, Michael Carroll
3.4.0 (2023-12-26)
3.3.1 (2023-07-11)
3.3.0 (2023-04-28)
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)
- Fix include order for cpplint (#69)
- Update maintainers (#66)
- Remove the deprecated retriever.h header (#63)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.12.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2024-04-12 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.12.7 (2021-12-06)
- Split curl dependency to avoid dev package at runtime (#67)
- Contributors: Scott K Logan
1.12.6 (2020-02-14)
- Bump CMake version to avoid CMP0048 warning (#37)
- Contributors: Shane Loretz
1.12.5 (2019-09-11)
- 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
1.12.4 (2018-03-19)
- 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
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | ardent |
Last Updated | 2018-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
2.0.2 (2018-02-08)
2.0.1 (2018-02-07)
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_index_cpp | |
libcurl_vendor |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
rviz_common |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 3.5.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-10-03 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez Cordero
Authors
- Chris Lalancette
- Ioan Sucan
- Josh Faust
- Shane Loretz
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
3.5.1 (2024-06-17)
- Allow spaces (#100)
- Contributors: Alejandro Hernández Cordero
3.5.0 (2024-04-26)
3.4.1 (2024-04-16)
- Update resource retreiver to use rule of five (#95)
- Use default ament_lint_auto (#92)
- Contributors: Chris Lalancette, Michael Carroll
3.4.0 (2023-12-26)
3.3.1 (2023-07-11)
3.3.0 (2023-04-28)
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)
- Fix include order for cpplint (#69)
- Update maintainers (#66)
- Remove the deprecated retriever.h header (#63)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.1.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2018-06-21 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_index_cpp | |
libcurl_vendor |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.2.2 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2020-10-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
2.2.2 (2020-04-09)
2.2.1 (2019-12-05)
- Catch ament_index_cpp::PackageNotFoundError (#33)
- Contributors: Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_index_cpp | |
libcurl_vendor |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2020-10-16 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
2.1.3 (2020-07-10)
2.1.2 (2019-12-05)
- Catch ament_index_cpp::PackageNotFoundError (#34)
- Contributors: Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_index_cpp | |
libcurl_vendor |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.5.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-04-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Alejandro Hernandez
Authors
- Josh Faust
- Ioan Sucan
- Chris Lalancette
- Shane Loretz
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
2.5.0 (2021-04-06)
2.4.2 (2021-03-18)
2.4.1 (2020-12-08)
- Throw exception if package name is empty (#54)
- Update maintainers (#53)
- Contributors: Alejandro Hernández Cordero, Jacob Perron
2.4.0 (2020-08-12)
- Add .hpp header and deprecate .h (#51)
- Add pytest.ini so local tests don't display warning (#48)
- Contributors: Chris Lalancette, Shane Loretz
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
python_cmake_module | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever repolibcurl_vendor resource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 2.3.4 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2020-12-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
2.3.4 (2020-12-08)
2.3.3 (2020-08-18)
2.3.2 (2020-06-03)
2.3.1 (2020-05-08)
- Import pytest before resource_retriever (#45)
- Use pytest instead of nose (#44)
- Contributors: Shane Loretz
2.3.0 (2020-04-30)
- Towards Quality Level 1 - Added common_linters and fixed tests (#43)
- use ament_export_targets() (#41)
- Catch ament_index_cpp::PackageNotFoundError (#32)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Shane Loretz
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_cmake_pytest | |
ament_lint_auto | |
ament_lint_common | |
python_cmake_module | |
ament_index_cpp | |
ament_index_python | |
libcurl_vendor |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.12.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2024-04-12 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.12.7 (2021-12-06)
- Split curl dependency to avoid dev package at runtime (#67)
- Contributors: Scott K Logan
1.12.6 (2020-02-14)
- Bump CMake version to avoid CMP0048 warning (#37)
- Contributors: Shane Loretz
1.12.5 (2019-09-11)
- 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
1.12.4 (2018-03-19)
- 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
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.11.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2017-03-27 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.11.8 (2017-03-27)
- Make Shane and Chris the maintainers.
- Contributors: Chris Lalancette
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
rosconsole | |
roslib | |
catkin |
System Dependencies
Name |
---|
curl |
python-urlgrabber |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.11.8 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2017-03-27 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.11.8 (2017-03-27)
- Make Shane and Chris the maintainers.
- Contributors: Chris Lalancette
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
rosconsole | |
roslib | |
catkin |
System Dependencies
Name |
---|
curl |
python-urlgrabber |
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from robot_model repocollada_parser collada_urdf joint_state_publisher kdl_parser resource_retriever robot_model urdf urdf_parser_plugin |
|
Package Summary
Tags | No category tags. |
Version | 1.10.21 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/robot_model.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2015-12-09 |
Dev Status | END-OF-LIFE |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Ioan Sucan
Authors
- Josh Faust
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.10.21 (2014-11-30)
1.10.20 (2014-08-01)
1.10.19 (2014-02-15) -------------------
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.12.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2024-04-12 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.12.7 (2021-12-06)
- Split curl dependency to avoid dev package at runtime (#67)
- Contributors: Scott K Logan
1.12.6 (2020-02-14)
- Bump CMake version to avoid CMP0048 warning (#37)
- Contributors: Shane Loretz
1.12.5 (2019-09-11)
- 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
1.12.4 (2018-03-19)
- 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
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged resource_retriever at Robotics Stack Exchange
resource_retriever package from resource_retriever reporesource_retriever |
|
Package Summary
Tags | No category tags. |
Version | 1.12.7 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros/resource_retriever.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2024-04-12 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
This package retrieves data from url-format files such as http://,
ftp://, package:// file://, etc., and loads the data into memory.
The package:// url for ros packages is translated into a local
file:// url. The resourse retriever was initially designed to load
mesh files into memory, but it can be used for any type of
data. The resource retriever is based on the the libcurl library.
Additional Links
Maintainers
- Chris Lalancette
- Shane Loretz
Authors
- Josh Faust
- Ioan Sucan
README
No README found.
No README in repository either.
CHANGELOG
Changelog for package resource_retriever
1.12.7 (2021-12-06)
- Split curl dependency to avoid dev package at runtime (#67)
- Contributors: Scott K Logan
1.12.6 (2020-02-14)
- Bump CMake version to avoid CMP0048 warning (#37)
- Contributors: Shane Loretz
1.12.5 (2019-09-11)
- 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
1.12.4 (2018-03-19)
- 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
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)
- 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
1.12.0 (2016-03-23)
- resource_retriever: adding missing dep Using the python resource_retriever requires the [python-urlgrabber]{.title-ref} 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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.