An easy to install version of Basicmicro's RoboClaw Python library
Project description
RoboClaw Python Library - Team Chat Robotique
An easy-to-install version of Basicmicro's RoboClaw Python library
We want to install and use this code easily on our robots for the French Robotics Cup and for Eurobot, so here is the main file that is distributed by Basicmicro.
All methods in the library have docstrings to help coding and understanding what they are used for. Most docstrings information is based on Basicmicro's User Manual.
Most methods were not tested on a real RoboClaw, at the moment of releasing tcr-roboclaw 0.1.0
. If you encounter a bug with the library, feel free to post an issue or a pull request on our repo.
Installation
pip install tcr-roboclaw
Usage
Use tcr-roboclaw
by importing the class :
from tcr_roboclaw import Roboclaw
roboclaw = Roboclaw("/dev/ttyACM0", 115200)
roboclaw.open()
:warning: Some method/function names were changed to comply with PEP8 or to make them more explicit (Explicit is better than implicit.). Double-check that you use the right methods when using this library with code that was written with the original RoboClaw Python library :warning:
Contributing
(Recommended) flit is used to package this module. Development packages can be installed using flit
:
python -m venv venv
source venv/bin/activate
pip install flit
flit install
Acknowledgements
This package was created to install roboclaw
's Python library easily on any platform.
It contains code from the official basicmicro
' RoboClaw Python library.
Related Links
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tcr_roboclaw-0.1.2.tar.gz
.
File metadata
- Download URL: tcr_roboclaw-0.1.2.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a06bd38a36b431105a4a879ba288a331d93b39a4f45e2ba8476fe7ac133fc627 |
|
MD5 | 142624157a18b7fd9179eb219e2f652d |
|
BLAKE2b-256 | 5b5d16b97148408147f13d5fa0b92d1dcef7f5c0de323dac0944918bcfe6d853 |
File details
Details for the file tcr_roboclaw-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: tcr_roboclaw-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.31.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7079aefa470df04a15805c4a4a0d8df3ff5a4799200e881340bb967967120a8 |
|
MD5 | 12e8dbf61dec874f0b74670f59da9eab |
|
BLAKE2b-256 | 19fb64a20e1e907a7422446ea9ba17855e5957efcf986a62905640a6abf5aa26 |