Modulo 5.0.0
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
 Nmodulo_componentsModulo components
 CComponentA wrapper for rclcpp::Node to simplify application composition through unified component interfaces
 CComponentInterfaceBase interface class for modulo components to wrap a ROS Node with custom behaviour
 CComponentServiceResponseResponse structure to be returned by component services
 CLifecycleComponentA wrapper for rclcpp_lifecycle::LifecycleNode to simplify application composition through unified component interfaces while supporting lifecycle states and transitions
 Nmodulo_coreModulo Core
 NcommunicationModulo Core communication module for handling messages on publication and subscription interfaces
 CMessagePairThe MessagePair stores a pointer to a variable and translates the value of this pointer back and forth between the corresponding ROS messages
 CMessagePairInterfaceInterface class to enable non-templated writing and reading ROS messages from derived MessagePair instances through dynamic down-casting
 CPublisherHandlerThe PublisherHandler handles different types of ROS publishers to activate, deactivate and publish data with those publishers
 CPublisherInterfaceInterface class to enable non-templated activating/deactivating/publishing of ROS publishers from derived PublisherHandler instances through dynamic down-casting
 CSubscriptionHandlerThe SubscriptionHandler handles different types of ROS subscriptions to receive data from those subscriptions
 CSubscriptionInterfaceInterface class to enable non-templated subscriptions with ROS subscriptions from derived SubscriptionHandler instances through dynamic down-casting
 NexceptionsModulo Core exceptions module for defining exception classes
 CAddServiceExceptionAn exception class to notify errors when adding a service
 CAddSignalExceptionAn exception class to notify errors when adding a signal
 CCoreExceptionA base class for all core exceptions
 CInvalidPointerCastExceptionAn exception class to notify if the result of getting an instance of a derived class through dynamic down-casting of an object of the base class is not a correctly typed instance of the derived class
 CInvalidPointerExceptionAn exception class to notify if an object has no reference count (if the object is not owned by any pointer) when attempting to get a derived instance through dynamic down-casting
 CLookupTransformExceptionAn exception class to notify an error while looking up TF transforms
 CMessageTranslationExceptionAn exception class to notify that the translation of a ROS message failed
 CNullPointerExceptionAn exception class to notify that a certain pointer is null
 CParameterExceptionAn exception class to notify errors with parameters in modulo classes
 CParameterTranslationExceptionAn exception class to notify incompatibility when translating parameters from different sources
 NtranslatorsModulo Core translation module for converting between ROS2 and state_representation data types
 CPredicate