This git repository contains all RoboCup-related code and documentation from the Hamburg Bit-Bots team. All code is written as individual ROS 2 packages targeting Ubuntu.
Full step-by-step instructions for installing the Bit-Bots software stack and ROS 2 can be found in our documentation here.
If you want to update this repo, all third party source files as well as the supplementing files, run
make pull-all
If you encounter any problems consider cleaning the third party source files (the lib
folder) first:
THIS DELETES ALL CHANGES YOU MADE TO THE THIRD PARTY SOURCE FILES!
make fresh-libs
To format all code in the repository, run
make format
Our documentation is hosted on docs.bit-bots.de.