Driving task generator written in MATLAB. A standalone executable can be found in the repository.
In MATLAB, run main.m file. In standalone mode, you need to install some files from Mathworks to be able to execute it.
The five columns correspond to the five XML files that constitute a driving task. In order to add/remove/edit nodes, right click on the nodes and choose the corresponding option on the drop-down menu.
Please let me know if there is any bug that you found, I will fix them. If you have any ideas of improvements, please let me know as well.
For those who want to contribute, please:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
After editing the driving tasks' XML files, I realized that a tool could make this process more straightforward.
Christian-Nils Boda (Chalmers University)