ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
mqtt_message_bridge.bridge_node Namespace Reference

Classes

class  ROS2MQTTBridge
 

Functions

def _serializer (str ros_type, str fmt)
 
def _deserializer (msg_type, str fmt)
 
str _wire_type (str ros_type, str fmt)
 
QoSProfile _qos_from_mapping (dict mapping)
 
def main (args=None)
 

Variables

string _STR_TYPE = 'std_msgs/msg/String'
 
dictionary _DURABILITY
 
dictionary _RELIABILITY
 

Function Documentation

◆ _deserializer()

def mqtt_message_bridge.bridge_node._deserializer (   msg_type,
str  fmt 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _qos_from_mapping()

QoSProfile mqtt_message_bridge.bridge_node._qos_from_mapping ( dict  mapping)
private
Here is the caller graph for this function:

◆ _serializer()

def mqtt_message_bridge.bridge_node._serializer ( str  ros_type,
str  fmt 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _wire_type()

str mqtt_message_bridge.bridge_node._wire_type ( str  ros_type,
str  fmt 
)
private
Here is the caller graph for this function:

◆ main()

def mqtt_message_bridge.bridge_node.main (   args = None)

Variable Documentation

◆ _DURABILITY

dictionary mqtt_message_bridge.bridge_node._DURABILITY
private
Initial value:
1 = {
2  'volatile': DurabilityPolicy.VOLATILE,
3  'transient_local': DurabilityPolicy.TRANSIENT_LOCAL,
4 }

◆ _RELIABILITY

dictionary mqtt_message_bridge.bridge_node._RELIABILITY
private
Initial value:
1 = {
2  'best_effort': ReliabilityPolicy.BEST_EFFORT,
3  'reliable': ReliabilityPolicy.RELIABLE,
4 }

◆ _STR_TYPE

string mqtt_message_bridge.bridge_node._STR_TYPE = 'std_msgs/msg/String'
private