libclass-loader3d
ROS class_loader library
This package is part of Robot OS (ROS). 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.
librcpputils1d
C++ Utilities for ROS 2
This package is part of ROS 2, the Robot Operating System.
It provides basic macros, functions, and data structures for the ROS 2
codebase.
python3-iow
balanced parentheses tree structure
This Python3 module is an implementation of the balanced parentheses
tree structure as described by Cordova and Navarro.
libboost-thread1.88.0
portable C++ multi-threading
This package forms part of the Boost C++ Libraries collection.
libhiprand1
wrapper library to port from cuRAND applications to HIP - library
The rocRAND project includes a wrapper library called hipRAND which allows
user to easily port CUDA applications that use cuRAND library to the HIP
layer. In ROCm environment hipRAND uses rocRAND, however in CUDA environment
cuRAND is used instead.
librocrand1
generate pseudo- and quasi-random numbers - library
The rocRAND project provides functions that generate pseudo-random and
quasi-random numbers.