The purpose to this is to introduce to git and establish a workflow.
To complete this exercise follow these steps:
- Clone this repository in your ROS workspace
- Create a branch with your name and surname separated by '-' followed by '-dev' ( i.e. Mario Rossi -> mario-rossi-dev) and switch to it
- Write a WORKING listener node that listens to the example talker node in scripts/talker.py, (listener will have to be inside scripts folder, with execution permission aka chmod +x)
- Commit your new node with a proper descriptive message
- Push your branch to the remote
- create a pull request inserting your supervisor as a reviewer