Skip to content

Commit 7127a89

Browse files
authored
Merge pull request #1813 from ROBOTIS-GIT/feature-tb3-add-coin-d4
Feature tb3 add coin d4
2 parents 0838ffb + 37772dd commit 7127a89

File tree

14 files changed

+107
-22
lines changed

14 files changed

+107
-22
lines changed

_data/navigation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26163,6 +26163,8 @@ turtlebot3:
2616326163
url: /platform/turtlebot3/appendix_lds_01/
2616426164
- title: "LDS-02"
2616526165
url: /platform/turtlebot3/appendix_lds_02/
26166+
- title: "LDS-03"
26167+
url: /platform/turtlebot3/appendix_lds_03/
2616626168
- title: "RealSense™"
2616726169
url: /platform/turtlebot3/appendix_realsense/
2616826170
- title: "Raspberry Pi Camera"

_includes/en/platform/turtlebot3/quick_start/sbc_setup_humble.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,12 @@ $ sudo apt install python3-argcomplete python3-colcon-common-extensions libboost
199199
$ sudo apt install ros-humble-hls-lfcd-lds-driver
200200
$ sudo apt install ros-humble-turtlebot3-msgs
201201
$ sudo apt install ros-humble-dynamixel-sdk
202+
$ sudo apt install ros-humble-xacro
202203
$ sudo apt install libudev-dev
203204
$ mkdir -p ~/turtlebot3_ws/src && cd ~/turtlebot3_ws/src
204205
$ git clone -b humble https://github.com/ROBOTIS-GIT/turtlebot3.git
205206
$ git clone -b humble https://github.com/ROBOTIS-GIT/ld08_driver.git
207+
$ git clone -b humble https://github.com/ROBOTIS-GIT/coin_d4_driver
206208
$ cd ~/turtlebot3_ws/src/turtlebot3
207209
$ rm -r turtlebot3_cartographer turtlebot3_navigation2
208210
$ cd ~/turtlebot3_ws/
@@ -235,17 +237,19 @@ $ source ~/.bashrc
235237
{: .notice--warning}
236238

237239
### LDS Configuration
238-
The TurtleBot3 LDS has been updated to the LDS-02 since 2022.
239-
If you have purchased a TurtleBot3 after 2022, please use `LDS-02` for your LDS_MODEL.
240240

241-
|LDS-01|LDS-02|
242-
|:---:|:---:|
243-
|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_ld08_small.png)|
241+
|LDS-01|LDS-02|LDS-03|
242+
|:---:|:---:|:---:|
243+
|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_ld08_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_coind4_small.png)|
244244

245-
Depending on your LDS model, use `LDS-01` or `LDS-02`.
245+
246+
Depending on your LDS model, use the appropriate model: LDS-01, LDS-02, or LDS-03.
246247
**[TurtleBot3 SBC]**
247248
```bash
248-
$ echo 'export LDS_MODEL=LDS-02' >> ~/.bashrc
249+
$ echo 'export LDS_MODEL=LDS-01' >> ~/.bashrc # If you are using LDS-01
250+
$ echo 'export LDS_MODEL=LDS-02' >> ~/.bashrc # If you are using LDS-02
251+
$ echo 'export LDS_MODEL=LDS-03' >> ~/.bashrc # If you are using LDS-03
252+
249253
```
250254

251255
Apply changes with the command below.

_includes/en/platform/turtlebot3/quick_start/sbc_setup_jazzy.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,12 @@ $ sudo apt install python3-argcomplete python3-colcon-common-extensions libboost
199199
$ sudo apt install ros-jazzy-hls-lfcd-lds-driver
200200
$ sudo apt install ros-jazzy-turtlebot3-msgs
201201
$ sudo apt install ros-jazzy-dynamixel-sdk
202+
$ sudo apt install ros-jazzy-xacro
202203
$ sudo apt install libudev-dev
203204
$ mkdir -p ~/turtlebot3_ws/src && cd ~/turtlebot3_ws/src
204205
$ git clone -b jazzy https://github.com/ROBOTIS-GIT/turtlebot3.git
205206
$ git clone -b jazzy https://github.com/ROBOTIS-GIT/ld08_driver.git
207+
$ git clone -b jazzy https://github.com/ROBOTIS-GIT/coin_d4_driver
206208
$ cd ~/turtlebot3_ws/src/turtlebot3
207209
$ rm -r turtlebot3_cartographer turtlebot3_navigation2
208210
$ cd ~/turtlebot3_ws/
@@ -235,17 +237,19 @@ $ source ~/.bashrc
235237
{: .notice--warning}
236238

237239
### LDS Configuration
238-
The TurtleBot3 LDS has been updated to the LDS-02 since 2022.
239-
If you have purchased a TurtleBot3 after 2022, please use `LDS-02` for your LDS_MODEL.
240240

241-
|LDS-01|LDS-02|
242-
|:---:|:---:|
243-
|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_ld08_small.png)|
241+
|LDS-01|LDS-02|LDS-03|
242+
|:---:|:---:|:---:|
243+
|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_ld08_small.png)|![](/assets/images/platform/turtlebot3/more_info/appendix_lds/lds_coind4_small.png)|
244244

245-
Depending on your LDS model, use `LDS-01` or `LDS-02`.
245+
246+
Depending on your LDS model, use the appropriate model: LDS-01, LDS-02, or LDS-03.
246247
**[TurtleBot3 SBC]**
247248
```bash
248-
$ echo 'export LDS_MODEL=LDS-02' >> ~/.bashrc
249+
$ echo 'export LDS_MODEL=LDS-01' >> ~/.bashrc # If you are using LDS-01
250+
$ echo 'export LDS_MODEL=LDS-02' >> ~/.bashrc # If you are using LDS-02
251+
$ echo 'export LDS_MODEL=LDS-03' >> ~/.bashrc # If you are using LDS-03
252+
249253
```
250254

251255
Apply changes with the command below.
67.2 KB
Loading
26.3 KB
Loading

docs/en/platform/turtlebot3/faq/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010
title: TurtleBot3
1111
nav: "turtlebot3"
1212
product_group: turtlebot3
13-
page_number: 38
13+
page_number: 39
1414
---
1515

1616
<style>body {counter-reset: h1 13 !important;}</style>

docs/en/platform/turtlebot3/more_info/additional_sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010
title: TurtleBot3
1111
nav: "turtlebot3"
1212
product_group: turtlebot3
13-
page_number: 34
13+
page_number: 35
1414
---
1515

1616
<style>body {counter-reset: h1 13 !important;}</style>
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
layout: archive
3+
lang: en
4+
ref: appendix_lds_03
5+
read_time: true
6+
share: true
7+
author_profile: false
8+
permalink: /docs/en/platform/turtlebot3/appendix_lds_03/
9+
sidebar:
10+
title: TurtleBot3
11+
nav: "turtlebot3"
12+
product_group: turtlebot3
13+
page_number: 31
14+
---
15+
16+
<style>body {counter-reset: h1 13 !important;}</style>
17+
<div style="counter-reset: h2 1"></div>
18+
<div style="counter-reset: h3 3"></div>
19+
20+
<!--[dummy Header 1]>
21+
<h1 id="dummy">More Info</h1>
22+
<h2 id="dummy">Appendixes: LDS-03</h2>
23+
<p class=dummy_content>360 Laser Distance Sensor v3</p>
24+
<![end dummy Header 1]-->
25+
26+
### [LDS-03](#lds-03)
27+
28+
[The previous LDS sensor(LDS-02)](/docs/en/platform/turtlebot3/appendix_lds_02/) is discontinued and replaced with LDS-03 since 2025.
29+
30+
#### [Overview](#overview)
31+
32+
![](/assets/images/platform/turtlebot3/appendix_lds/lds_coind4_small.png)
33+
![](/assets/images/platform/turtlebot3/appendix_lds/lds_coind4_top_small.png)
34+
35+
- 360 Laser Distance Sensor LDS-03 is a 2D laser scanner capable of sensing 360 degrees that collects a set of data around the robot to use for SLAM (Simultaneous Localization and Mapping) and Navigation.
36+
- The LDS-03 is used for TurtleBot3 Burger and Waffle Pi models.
37+
- Only Tx UART interface is available for the LDS-03 sensor.
38+
- The USB interface(USB2LDS) supports easier connection to a PC or SBC.
39+
40+
#### [Specifications](#specifications)
41+
42+
##### [General Specifications](#general-specifications)
43+
44+
| Items | Specifications |
45+
|:-------------------------|:---------------------------------------------------------------------|
46+
| Operating supply voltage | 5V DC ± 10% |
47+
| LASER Wave Length | VCSEL Laser (λ=905 nm) |
48+
| LASER safety | Class I (IEC-60825) |
49+
| Current consumption | 240 ~ 320 mA |
50+
| Detection distance | 0.05 ~ 12 m |
51+
| Interface | 3.3V USART (115200 bps, 8 data bits, no parity, 1 stop bit), Tx Only |
52+
| Ambient Light Resistance | 60,000 lux |
53+
| Life Time | 10,000 hrs |
54+
| Sampling Rate | 4kHz (Fixed) |
55+
| Operating Temperature | -10 ~ 50 &deg;C |
56+
| Storage Temperature | -30 ~ 70 &deg;C |
57+
| Dimensions | 54.7(W) X 39.7(D) X 34(H)mm |
58+
| Mass | 42 g |
59+
60+
##### [Measurement Performance Specifications](#measurement-performance-specifications)
61+
62+
| Items | Specifications |
63+
|:-------------------------------------|:---------------|
64+
| Distance Range | 0.05 ~ 12 m |
65+
| Distance Accuracy (0.05 ~ 1 m) | ±10mm |
66+
| Distance Accuracy(1 m ~ ) | ±20mm |
67+
| `1` Scan Frequency | 10 Hz |
68+
| Angular Range | 360 &deg; |
69+
| `2` Angular Resolution | 0.9 &deg; |
70+
71+
72+
**NOTE :**
73+
`1` Scan Frequency may vary by each product.
74+
`2` Due to the fixed sampling rate, the Angular Resolution may vary by the Scan Frequency.
75+
{: .notice}

docs/en/platform/turtlebot3/more_info/appendix_raspi_cam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010
title: TurtleBot3
1111
nav: "turtlebot3"
1212
product_group: turtlebot3
13-
page_number: 32
13+
page_number: 33
1414
---
1515

1616
<style>body {counter-reset: h1 13 !important;}</style>

docs/en/platform/turtlebot3/more_info/appendix_realsense.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010
title: TurtleBot3
1111
nav: "turtlebot3"
1212
product_group: turtlebot3
13-
page_number: 31
13+
page_number: 32
1414
---
1515

1616
<style>body {counter-reset: h1 13 !important;}</style>

0 commit comments

Comments
 (0)