ROS2 Practices Submission

How to Submit

  1. Fork this repository.
  2. Clone the forked repository to your local machine.
  3. Add your ROS2 practice files to your correspondant directory.
  4. Commit and push your changes to your forked repository.
  5. Create a Pull Request to this repository.

Directory Structure

ros2-practices/
├── submissions/
│ ├── student_name/
│ │ ├── src/
│ │ ├── CMakeLists.txt
│ │ └── package.xml

Basic Requirements

  • Ensure that your submission contains all necessary build files (CMakeLists.txt and package.xml).