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 | waypointAsYAMLString (lat, lon, speedLimit) |
def | convertCSVToRouteFile (csvPath, routeFilePath, routeName) |
def RouteCreation_CSV2Yaml.convertCSVToRouteFile | ( | csvPath, | |
routeFilePath, | |||
routeName | |||
) |
Definition at line 47 of file RouteCreation_CSV2Yaml.py.
References convertCSVToRouteFile(), and waypointAsYAMLString().
Referenced by convertCSVToRouteFile().
def RouteCreation_CSV2Yaml.waypointAsYAMLString | ( | lat, | |
lon, | |||
speedLimit | |||
) |
Definition at line 28 of file RouteCreation_CSV2Yaml.py.
Referenced by convertCSVToRouteFile().