SourceBots Robotics Documentation¶
This documentation explains how to use the kit and the robot's Python API.
There are a number of sections in the documentation offering help for the kit and programming. Under the tutorials section, concepts from across the entire documentation are brought together to help you understand what you can, or need, to do.
Tip
Read the docs!
Within this documentation, you will come across a number of boxes like this:
# code example
print("Hello World!")
These are code examples provided to help you.
From time to time, you may come across some warnings such as the following:
Warning
Test your code!
Danger
High voltage
It would be advisable to take note of these, especially that one! You will also come across some blue boxes providing information, similar to the following:
Note
Some useful information... like the information given in the information box above.