devel/ros2-class-loader

ROS2 package for dynamically loading C++ classes at runtime
Directory:
devel/ros2-class-loader (package's history)
Package version:
ros2-class-loader-2.2.0
Home page:
https://github.com/class_loader/
License:
apache-2.0
Source archive:
-https://github.com/ros/class_loader/archive/2.2.0.tar.gzclass_loader-2.2.0.tar.gz
Description:
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of said exported classes without the explicit declaration (i.e. header file) for those classes.
Run dependencies:
console-bridge>=0.3, libstdc++, py38-ament-package>=0, ros2-rcpputils>=0, ros2-ros-workspace>=0
Build dependencies:
ament-cmake>=0, ament-cmake-ros>=0, cmake>=2.6, digest>=20080510, g++>=3, gcc>=3, patch>=2.0, pax, pkg_install>=20110805.12, python38>=3.8<3.9, tnftp>=20130505~ssl
General options:
debug
Produce debugging information for binary programs
c++-compiler alternatives:
g++
Use the GNU C++ compiler
clang++
Use the LLVM C++ compiler
ccache-g++
Use ccache and the GNU C++ compiler
ccache-clang++
Use ccache and the LLVM C++ compiler
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler
python alternatives:
python36
Use python-3.6
python37
Use python-3.7
python38
Use python-3.8
python39
Use python-3.9
python310
Use python-3.10
python311
Use python-3.11
python312
Use python-3.12