1
0
forked from MDL29/JacoBot
fork
Go to file
2024-04-25 17:05:50 +02:00
doc #1 Create repo architecture / folders 2024-03-30 16:05:38 +01:00
jacobot #1 Create repo architecture / folders 2024-03-30 16:01:18 +01:00
jacopad #1 Create repo architecture / folders 2024-03-30 16:01:18 +01:00
jacovirt 📝 Add linter doc 2024-04-25 17:05:50 +02:00
.gitignore Add .gitignore 2024-04-23 22:35:08 +02:00
README.md 15: improve README: license, contributing: PR branch naming. 2024-04-25 11:32:10 +02:00

JacoBot

JacoBot is a project inspired by Cubetto project. JacoBot is both virtual and real robot. The project is composed of:

  • Jacopad is a physical pad to program the robot
  • Jacobot is the real robot
  • Jacovirt contains the virtual pad and robot

License

The JacoBot project is under BSD-2 Clause license.

Contributing

Contributing to the code:

  • create tickets

  • fork the repository

  • create a branch from a ticket

    • branch name contains the number of the ticket and the label using underscore instead of space character
    • example:
      • ticket: 37: Create motor encoder Fritzing component.

      • branch name: 37_create_motor_encoder_fritzing_component

  • push PR

Code: