Skip to content

Commit f7d34b1

Browse files
committed
sync
1 parent 942146c commit f7d34b1

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ROS AGV
1+
# AGV
22

3-
Lidar guided autonomous robot
3+
Lidar guided autonomous, mobile robot based on ROS.
44

55
[//]: # "[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/YOUTUBE_VIDEO_ID_HERE/0.jpg)](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE)"
66

@@ -26,8 +26,12 @@ Manual keyboard control via [Teleop twist keyboard](http://wiki.ros.org/teleop_t
2626
### Lidar SLAM
2727
<img alt="ydlidar_screen" src="doc/ydlidar_rviz.png" width="75%">
2828

29+
### ROS TF
30+
![TF tree](doc/frames.pdf)
31+
<img alt="rqt_graph" src="doc/rqt_graph.png" width="100%">
32+
2933
## Setup
30-
* [Ubuntu](https://wiki.ubuntu.com/ARM/RaspberryPi) 18.04 LTS for ARM
34+
* [Ubuntu](https://wiki.ubuntu.com/ARM/RaspberryPi) 18.04 for ARM
3135
* ROS Melodic
3236
* `$ sudo ./ros_install.sh`
3337

@@ -40,24 +44,22 @@ Manual keyboard control via [Teleop twist keyboard](http://wiki.ros.org/teleop_t
4044
* 2x 9V battery
4145

4246
### Motor wiring
43-
H-Bridge | Raspberry Pi GPIO
44-
--- | ---:
45-
N1 | 13 (PWM1)
46-
N2 | 19 (PWM1)
47-
N3 | 18 (PWM0)
48-
N4 | 12 (PWM0)
47+
H-Bridge | Raspi GPIO | Motors
48+
--- | :--- | :---
49+
IN1 | 13 (PWM1) |
50+
IN2 | 19 (PWM1) |
51+
IN3 | 18 (PWM0) |
52+
IN4 | 12 (PWM0) |
53+
OUT1 | | M1 forward
54+
OUT2 | | M1 backward
55+
OUT3 | | M2 forward
56+
OUT4 | | M2 backward
4957

5058
<img alt="Raspi 3 PWM pins" src="doc/raspberry_pi_3_PWM_pins.png" width="50%">
5159
<img alt="H-bridge wiring" src="doc/wiring_hbrige_raspi.jpg" width="50%">
5260

5361
[//]: <> (https://funduino.de/nr-34-motoren-mit-h-bruecke-l298n-ansteuern)
5462

55-
## ROS TF
56-
57-
![TF tree](doc/frames.pdf)
58-
59-
<img alt="rqt_graph" src="doc/rqt_graph.svg" width="100%">
60-
6163
## Robot assembly
6264
<img alt="robot complete" src="doc/photos_assembly/20201101_130622.jpg" width="50%">
6365
<img alt="robot complete" src="doc/photos_assembly/20201101_130505.jpg" width="50%">

doc/rqt_graph.png

299 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)