Modulo 4.2.2
Loading...
Searching...
No Matches
PublisherType.hpp
1#pragma once
2
4
9enum class PublisherType { PUBLISHER, LIFECYCLE_PUBLISHER };
10}// namespace modulo_core::communication
Modulo Core communication module for handling messages on publication and subscription interfaces.
PublisherType
Enum of supported ROS publisher types for the PublisherInterface.