BrachioGraph
BrachioGraph copied to clipboard
BrachioGraph is an ultra-cheap (total cost of materials: €14) plotter that can be built with minimal skills.
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Fixed the typo in the init code where `servo_2_parked_pw` was set from `servo_1_parked_pw` variable. Before the fix both `servo_1_parked_pw` and `servo_2_parked_pw` were initialized from `servo_1_parked_pw` variable.
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Following the linedraw docs we get the following error in python shell: `>>> from linedraw import *` `Cannot import numpy/openCV. Switching to NO_CV mode.` Checking pip lists the following packages:...
Sorry if this is a strange question (python beginner), but when I'm importing `from brachiograph import BrachioGraph` it says: `>>> from brachiograph import BrachioGraph Traceback (most recent call last): File...
Does it plot an image or something? I can't find it
This doesn't work: ``` pi@raspiB:~/BrachioGraph $ python3 Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> from linedraw...