https://github.com/darkmoonlite/pfms_ros_ackerman_ctrl
https://github.com/darkmoonlite/pfms_ros_ackerman_ctrl
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darkmoonlite/pfms_ros_ackerman_ctrl
- Owner: DARKMOONlite
- License: lgpl-2.1
- Created: 2023-05-18T12:06:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-18T12:17:26.000Z (about 2 years ago)
- Last Synced: 2025-02-07T02:37:43.752Z (4 months ago)
- Language: C++
- Size: 31.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Programming for Mechatronic Systems
===================================
This is your individual repository for 41012 - Programming for Mechatronic SystemsLinks
------------------------------------
* [Git Help by 41012 Staff - this is a MUST READ and has instructions and tips for git](./GIT_HELP.md)
* [Our TEAMS site](https://teams.microsoft.com/l/team/19%3aLjjtRKsisUAM05Up7hSV2d5tY5N4eNdoizB_wluWvPA1%40thread.tacv2/conversations?groupId=12e0c616-7d05-43e9-92c7-74b7441f757f&tenantId=e8911c26-cf9f-4a9c-878e-527807be8791) : if your not a member request access
* [Please also register your GIT Repository here](https://forms.office.com/r/d2FQtB5J9V)Organisation
------------------------------------
This repository is organised in 4 folders:* [quizzes](./quizzes) - Quiz questions and related skeleton code. You will need to complete the coding exercises in this folder (in place of existing code) and then `commit` and `push` your responses here. You will also receive feedback to quizzes in this folder.
* [scratch](./scratch) - Your own private folder, to back-up your code and assignmentsThe following two folder are best not to be edited, staff will update contents during the semester and editing can create very tricky conflicts to resolve. PLEASE copy the content to scratch and then edit/make changes.
* [skeleton](./skeleton) - Skeleton code to be used for assignments
* [tutorials](./tutorials) - Tutorial questions, skeleton code and solutions
You can create additional folders if you want.
Tips
------------------------------------
* **Use the scratch folder** for any of your own work on in-class material and assignments
* **AVOID editing the tutorials folder otherwise you may encounter git merge conflicts.** Instead copy the folders/files needed into your scratch folder and thereafter edit them and commit