File tree Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Expand file tree Collapse file tree 3 files changed +17
-15
lines changed Original file line number Diff line number Diff line change 1
- # ROS AGV
1
+ # AGV
2
2
3
- Lidar guided autonomous robot
3
+ Lidar guided autonomous, mobile robot based on ROS.
4
4
5
5
[ // ] : # " [](https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE) "
6
6
@@ -26,8 +26,12 @@ Manual keyboard control via [Teleop twist keyboard](http://wiki.ros.org/teleop_t
26
26
### Lidar SLAM
27
27
<img alt =" ydlidar_screen " src =" doc/ydlidar_rviz.png " width =" 75% " >
28
28
29
+ ### ROS TF
30
+ ![ TF tree] ( doc/frames.pdf )
31
+ <img alt =" rqt_graph " src =" doc/rqt_graph.png " width =" 100% " >
32
+
29
33
## 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
31
35
* ROS Melodic
32
36
* ` $ sudo ./ros_install.sh `
33
37
@@ -40,24 +44,22 @@ Manual keyboard control via [Teleop twist keyboard](http://wiki.ros.org/teleop_t
40
44
* 2x 9V battery
41
45
42
46
### 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
49
57
50
58
<img alt =" Raspi 3 PWM pins " src =" doc/raspberry_pi_3_PWM_pins.png " width =" 50% " >
51
59
<img alt =" H-bridge wiring " src =" doc/wiring_hbrige_raspi.jpg " width =" 50% " >
52
60
53
61
[ // ] : < > ( https://funduino.de/nr-34-motoren-mit-h-bruecke-l298n-ansteuern )
54
62
55
- ## ROS TF
56
-
57
- ![ TF tree] ( doc/frames.pdf )
58
-
59
- <img alt =" rqt_graph " src =" doc/rqt_graph.svg " width =" 100% " >
60
-
61
63
## Robot assembly
62
64
<img alt =" robot complete " src =" doc/photos_assembly/20201101_130622.jpg " width =" 50% " >
63
65
<img alt =" robot complete " src =" doc/photos_assembly/20201101_130505.jpg " width =" 50% " >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments