Woolfrey / software_robot_library

Custom classes for robot control.
GNU General Public License v3.0
2 stars 1 forks source link

Rename `devel_control` to `devel` and create the feature branch for work on control classes #104

Closed Woolfrey closed 4 months ago

Woolfrey commented 4 months ago

As per the discussion, @ssutjipto suggested it would be good to use feature branches from a devel branch to work on different modules. This protects the master branch from integration issues by ensuring everything runs in the devel branch before merging to master.

master
     |_ devel
             |_control
             |_model
             |_etc...
Woolfrey commented 4 months ago

I did this several days ago but forgot to close the issue:

image