Install this package:
emerge -a ros-noetic/class_loader
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask ros-noetic/class_loader
Or alternatively:
emerge --autounmask-write -a ros-noetic/class_loader
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0-r1 | 7 | ~x86 ~amd64 ~arm ~arm64 | 0 |
<pkgmetadata>
<maintainer type="person">
<email>hunterlallen@protonmail.com</email>
<name>Hunter L. Allen</name>
</maintainer>
<longdescription>
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.
</longdescription>
<upstream>
<maintainer status="active">
<email>stevenragnarok@osrfoundation.org</email>
<name>Steven! Ragnarök</name>
</maintainer>
<bugs-to>https://github.com/ros-gbp/class_loader/issues</bugs-to>
</upstream>
</pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | class_loader-noetic-release-0.5.0.tar.gz | 34109 bytes |
| EBUILD | class_loader-0.5.0-r1.ebuild | 711 bytes |
| MISC | metadata.xml | 1013 bytes |