Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
|
Functions | |
def | send (msg, ip_send, port_send) |
def | listen (ip_listen, port_listen) |
def | main () |
def msgIntersect.listen | ( | ip_listen, | |
port_listen | |||
) |
Definition at line 22 of file msgIntersect.py.
Referenced by main().
def msgIntersect.main | ( | ) |
Definition at line 29 of file msgIntersect.py.
References listen(), main(), and send().
Referenced by main().
def msgIntersect.send | ( | msg, | |
ip_send, | |||
port_send | |||
) |
Definition at line 16 of file msgIntersect.py.
Referenced by main().