1. Create a fork of the assignment repository in your own workspace.
https://se-gitlab.inf.tu-dresden.de/robolab/robolab-assignments
- Click the button "Fork"
2. Clone the repository to any local destination.
# IF YOU ARE USING SSH USE THIS COMMAND (RECOMMENDED)
git clone git@se-gitlab.inf.tu-dresden.de:YOUR_PRIVATE_PATH/robolab-assignments.git robolab-assignments
# IF YOU AREN'T USING SSH USE THIS COMMAND
git clone https://se-gitlab.inf.tu-dresden.de/YOUR_PRIVATE_PATH/robolab-assignments.git robolab-assignments
We will give you access and instructions to a specific group repository on time.
It will be visible for you in Gitlab after you registered for the group task.
1. Clone the group repository to any local destination
# IF YOU ARE USING SSH USE THIS COMMAND (RECOMMENDED)
git clone --recursive git@se-gitlab.inf.tu-dresden.de:robolab-sessions/<term>/group-<id>.git robolab-group-<id>
# IF YOU AREN'T USING SSH USE THIS COMMAND
git clone --recursive https://se-gitlab.inf.tu-dresden.de/robolab-sessions/<term>/group-<id>.git robolab-group-<id>
2. Next steps
hamming_code.py or stack_machine.pydeploy-scriptFor the group task (starts in December)
Hello World, which means that everything works out!