Skip to content

Commit d65dbc6

Browse files
author
DominikGithub
committed
sync
1 parent e0c366d commit d65dbc6

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Lidar guided autonomous robot
44

55
## Start
6-
Catkin workspace root folder: `src/`
76
```
87
$ catkin_make
98
$ source /devel/setup.bash
@@ -27,11 +26,13 @@ Manual keyboard control via [Teleop twist keyboard](http://wiki.ros.org/teleop_t
2726
* Raspberry Pi 3
2827
* L298N dual H-Bridge
2928
* Ydlidar X4
30-
* LiPo 3.7V JST PH 2.0
29+
* Adafruit PowerBoost 1000
30+
* LiPo 3.7V
31+
* 2x 9V battery
3132

3233
## Setup
3334

34-
* Ubuntu 18.04 LTS
35+
* [Ubuntu](https://wiki.ubuntu.com/ARM/RaspberryPi) 18.04 LTS for ARM
3536
* ROS Melodic
3637
* `$ sudo ./ros_install.sh`
3738

@@ -57,12 +58,11 @@ N4 | 12 (PWM0)
5758
# Project structure
5859
```
5960
├── README.md
60-
├── build (gen)
61-
├── devel (gen)
6261
├── cad
62+
│   └── README.md
6363
├── doc
64-
│   ├── cad_designs/...
65-
│   ├── photos/...
64+
│   ├── cad_designs/
65+
│   ├── photos_assembly/
6666
│   ├── frames.pdf
6767
│   ├── raspberry_pi_3_PWM_pins.png
6868
│   ├── rqt_graph.svg
@@ -102,9 +102,9 @@ N4 | 12 (PWM0)
102102
```
103103

104104
## Robot assembly
105-
<img alt="robot complete" src="doc/photos/20201101_130622.jpg" width="50%">
106-
<img alt="robot complete" src="doc/photos/20201101_130505.jpg" width="50%">
107-
<img alt="robot complete" src="doc/photos/20201101_130325_croped.jpg" width="50%">
105+
<img alt="robot complete" src="doc/photos_assembly/20201101_130622.jpg" width="50%">
106+
<img alt="robot complete" src="doc/photos_assembly/20201101_130505.jpg" width="50%">
107+
<img alt="robot complete" src="doc/photos_assembly/20201101_130325_croped.jpg" width="50%">
108108

109109
## FreeCAD designs
110110

cad/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# CAD designs
2+
3+
Open with [FreeCAD](https://www.freecadweb.org/?lang=de)

0 commit comments

Comments
 (0)