- Fork this repository.
- Clone the forked repository to your local machine.
- Add your ROS2 practice files to your correspondant directory.
- Commit and push your changes to your forked repository.
- Create a Pull Request to this repository.
ros2-practices/
├── submissions/
│ ├── student_name/
│ │ ├── src/
│ │ ├── CMakeLists.txt
│ │ └── package.xml
- Ensure that your submission contains all necessary build files (
CMakeLists.txt
andpackage.xml
).