Skip to content

This git contains all RoboCup code from the Hamburg Bit-Bots.

License

Notifications You must be signed in to change notification settings

bit-bots/bitbots_main

This branch is 2 commits ahead of, 9 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9ded968 · Jan 23, 2025
Jul 28, 2024
Jan 20, 2025
Jan 10, 2025
Jan 23, 2025
Jan 5, 2025
Jan 20, 2025
Jan 23, 2025
Jan 20, 2025
Jan 20, 2025
Jan 5, 2025
Jan 20, 2025
Jan 20, 2025
Jan 20, 2025
Dec 21, 2024
Dec 21, 2024
Nov 22, 2024
Nov 22, 2023
Jan 19, 2024
Jan 26, 2024
Jun 27, 2024
May 15, 2024
Jan 17, 2024
Dec 12, 2024
Feb 7, 2024
Jan 20, 2024
Dec 21, 2024
Jan 5, 2025
Jan 20, 2025

Repository files navigation

Bit-Bots Software Stack

Build & Test Code style checks ROS Version Iron

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.

marimba playing robot

Installation

Full step-by-step instructions for installing the Bit-Bots software stack and ROS 2 can be found in our documentation here.

Update the codebase

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

Run auto formatting

To format all code in the repository, run

make format

More documentation

Our documentation is hosted on docs.bit-bots.de.