Prescan users can create Opendrive files from Prescan following this steps
Details
Step1: Build the road you would like import to Opendrive file in GUI and navigate to property editor, click on infrastructure and enable output to Opendrive by changing to true
Step 2: Build the experiment from Prescan GUI
Step 4: Invoke MATLAB from process manager
Step 5: Use the following command in the MATLAB command window experiment = prescan.api.experiment.loadExperimentFromFile(‘experiment.pb'); prescan.api.opendrive.exportOpenDriveFile(experiment,'myopendrive.xodr');
Step 6: A opendrive file should have been created in the working directory