Welcome to the BOW SDK Tutorials repository. This repository contains tutorial projects demonstrating the use of the BOW SDK across various programming languages and operating systems. The tutorials cover an ever-increasing range of topics.
The repository is organized into 2 sections, examples and tutorials:
-
Tutorials are step by step guides, each focusing on a specific aspect of using the BOW SDK or answering a common question in robotics. A breakdown of these tutorials can be found on our tutorials documentation page
-
Applications are designed to showcase some complete applications which combine multiple elements from the tutorials and demonstrate how you can integrate external applications and programs with BOW to bring your robots alive. A breakdown of these tutorials can be found on our tutorials documentation page
Ensure you have Git installed on your system to clone the repository. Depending on the programming language you choose, specific tools and environments will be required:
- C++: GCC or MSVC, CMake
- .NET: .NET SDK
- Python: Python 3.7 or higher
git clone https://github.com/bowltd/SDK-Tutorials.git
cd SDK-TutorialsFor a guided tour on the tutorials and further explanation please follow our tutorial documentation.
For any issues or queries, please refer to our support guidelines or contact the community support team through the BOW Developer Portal at https://bow.software.
We encourage contributions from the community. Please read the CONTRIBUTING.md file for more details on how to submit pull requests or issues.