I've managed to find a solution, and I'm sharing it here in case others encounter a similar issue.
For the creation of a backward trajectory in RR, a feature called Actor Orientation must be enabled.
Actor Orientation symbol : ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1535775/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1535775/image.png)
To do the enabling, a specific configuration should be modified while launching RR.
Apart from directly launching, The typical method to launch RoadRunner is by executing the command : AppRoadRunner.exe
To execute RoadRunner with Actor Orientation enabled, use the command : AppRoadRunner.exe --MW_RR_FEATURE_ActorOrientation=ON
If properly enabled, the Actor Orientation icon should be visible at the top, alongside other simulation icons. :
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1535780/image.png)
By selecting Actor Orientation and then choosing a vehicle, you can adjust the vehicle's direction in relation to the center waypoint.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1535785/image.png)
This helps us align the vehicle the way we need.
So, if we set Actor Orientation - Heading Delta to 180, the waypoint will now face the backward direction of the car. This facilitates achieving reverse driving.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1535790/image.png)