😇2. How to contribute
git remote -vgit remote add upstream git@github.com:ROM-robotics/rom2109.git
git remote show
git fetch upstream
git merge upstream/humble-hw humble-hw
gh auth login
gh fork --clone ROM-robotics/rom2109.git
cd rom2109
git branch devel
...
git commit -m "fixed pid"
gh pr createLast updated