Fixed readme image urls
This commit is contained in:
parent
667edf92eb
commit
aa5b6d3621
1 changed files with 3 additions and 3 deletions
|
@ -47,11 +47,11 @@ In the photos below you can see my current setup. The piece of cardboard is supp
|
|||
The piece of cardboard is on the side of my room, which might help you to orient the sensor properly.
|
||||
|
||||
<p align="left">
|
||||
<img height="200px" src="/images/door.png" />
|
||||
<img height="200px" src="https://code.giller.dev/m.giller/mash-sensor-tof-pc/raw/branch/master/images/door.png" />
|
||||
<br/>
|
||||
<img height="200px" src="/images/controller.jpeg" />
|
||||
<img height="200px" src="https://code.giller.dev/m.giller/mash-sensor-tof-pc/raw/branch/master/images/controller.jpeg" />
|
||||
<br/>
|
||||
<img height="200px" src="/images/sensor.jpeg" />
|
||||
<img height="200px" src="https://code.giller.dev/m.giller/mash-sensor-tof-pc/raw/branch/master/images/sensor.jpeg" />
|
||||
</p>
|
||||
|
||||
Sadly, due to my limited time, there is so far no proper, easy way of changing the direction of the sensor in software. It is on my todo list tho (see below) and please don't hesistate to open issue if you require a certain feature! I am more than happy to help and expand this project.
|
||||
|
|
Loading…
Reference in a new issue