5 Commits

Author SHA1 Message Date
crocsg 6d8cbf29bb fix braille_bag image position 2026-02-27 16:21:07 +01:00
crocsg b5d8e36f8c add tactipix 2026-02-27 16:20:23 +01:00
crocsg b7c7042ac2 typo 2026-02-27 16:15:16 +01:00
crocsg 3dfa00b886 add handitechlabinria projects 2026-02-27 16:15:05 +01:00
crocsg 4e32ea279e Upgrade tolerance 2026-02-27 16:14:41 +01:00
3 changed files with 23 additions and 10 deletions
@@ -11,11 +11,10 @@ import java.util.ArrayList;
*/
public class Braille6GcodeEncoding implements BrailleGcodeEncoding {
private static final BrailleGcodeDot[] dot = new BrailleGcodeDot[] {
new BrailleGcodeDot('a', new int[] {1}),
new BrailleGcodeDot('b', new int[] {1,2}),
new BrailleGcodeDot('c', new int[] {1,4}),
new BrailleGcodeDot('a', new int[] {1}),
new BrailleGcodeDot('b', new int[] {1,2}),
new BrailleGcodeDot('c', new int[] {1,4}),
new BrailleGcodeDot('d', new int[]{1,4,5}),
new BrailleGcodeDot('e', new int[] {1,5}),
+19 -5
View File
@@ -22,13 +22,27 @@ BrailleRAP now exist in 2 different sizes: **BrailleRAP** and **BrailleRAP XL**.
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brap_sample2.jpg" alt="Tangible documents examples made on BrailleRAP" style="width:75%; align:center;">
</figure>
You may also find some interest in [OpenStreetTangible](https://github.com/braillerap/OpenStreetTangible), a tangible subway map of the Rennes city in France. A custom build to demonstrate the ability of OpenStreetTouch and BrailleRAP to build accessible map.
You may also find some interest in some 'side' projects to extend your BrailleRAP usage :
[OpenStreetTangible](https://github.com/braillerap/OpenStreetTangible), a tangible subway map of the Rennes city in France. A custom build to demonstrate the ability of OpenStreetTouch and BrailleRAP to build accessible map.
If you built a **BrailleRAP XL** maybe you want to carry it easily. The transport bag for the **BrailleRAP XL** is available [here](https://github.com/braillerap/braillerap-bag). Many thanks to [pasfou](https://github.com/pasfou) for this brilliant idea and realization.
<figure>
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brapbag1.jpg" alt="A custom bag for BrailleRAP XL" style="width:75%; align:center;">
</figure>
**En_Bosse** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) project to process ultrasound imagery. The project AIM to emboss ultrasound imagery to make it available for visual impaired parents. [Em_Bosse](https://gitlab.inria.fr/handitechlabinria/enbosse/en_bosse/-/blob/main/README.md?ref_type=heads).
**Carnet_de_sante** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) project to make children growing health data available for visual impaired peoples. [Carnet_de_sante](https://gitlab.inria.fr/handitechlabinria/enbosse/carnet_de_sante/-/blob/main/README.md?ref_type=heads).
**Tactipix** a [Handitechlab Inria](https://project.inria.fr/handitechlabinria/fr/) a starting collection of children illustrated books with audio resources. [Tactipix](https://handitechlabinria.gitlabpages.inria.fr/tactipix/)
If you built a **BrailleRAP XL** maybe you want to carry it easily. The transport bag for the **BrailleRAP XL** is available [here](https://github.com/braillerap/braillerap-bag). Many thanks to [pasfou](https://github.com/pasfou) for this brilliant idea and realization.
<figure>
<img src="https://github.com/braillerap/BrailleRap/blob/master/docs/IMG/brapbag1.jpg" alt="A custom bag for BrailleRAP XL" style="width:75%; align:center;">
</figure>
## OSHWA Certification
Binary file not shown.