Skip to content

Commit 063dfe0

Browse files
author
agilexrobotics
committed
update manual(EN)
1 parent 0ac2171 commit 063dfe0

10 files changed

+34
-24
lines changed

LIMO_image_EN/电源拓扑.png

100755100644
2.33 KB
Loading

LIMO_image_EN/通信拓扑.png

100755100644
2.62 KB
Loading

LIMO_image_EN/遥控器-01.svg

-1
This file was deleted.

LIMO_image_EN/遥控器-02.svg

-1
This file was deleted.

LIMO_image_EN/遥控器-03.svg

-1
This file was deleted.

LIMO_image_EN/遥控器-04.svg

-1
This file was deleted.

LIMO_image_EN/遥控器-05.svg

-1
This file was deleted.

LIMO_image_EN/遥控器.jpg

-6.69 MB
Binary file not shown.

Limo user manual(EN).md

+24-12
Original file line numberDiff line numberDiff line change
@@ -285,12 +285,10 @@ The two vehicle lights are RGB LEDs, and 5 high-contrast colors are used for ind
285285
| Color | Status |
286286
| ------------ | ---------------------------------- |
287287
| Red flashing | Low battery/master control alarm |
288+
| Red | Software shut down |
288289
| Green | Ackermann mode |
289290
| Yellow | Four-wheel differential/track mode |
290291
| Blue | Mecanum wheel mode |
291-
| Red | Software shut down |
292-
293-
294292

295293
(3)Doors on both sides can be expanded to reserve a Type-C interface and two USB2.0 interfaces for convenient debugging;
296294

@@ -366,13 +364,27 @@ First remove the hubcaps and tires, leaving only the hub motor, then ensure that
366364

367365
<img src="LIMO_image_EN/模态判断.svg" style="zoom:60%;" />
368366

369-
| **Color** | **Status** |
370-
| ------------ | ---------------------------------- |
371-
| Red flashing | Low battery/master control alarm |
372-
| Red | Software shut down |
373-
| Green | Ackermann mode |
374-
| Yellow | Four-wheel differential/track mode |
375-
| Blue | Mecanum wheel mode |
367+
<table>
368+
<tr>
369+
<td>Latch status</td>
370+
<td>Color of light</td>
371+
<td>Current mode</td>
372+
</tr>
373+
<tr>
374+
<td rowspan="2"> Push down</td>
375+
<td>Yellow</td>
376+
<td>4-wheel diff or Track</td>
377+
</tr>
378+
<tr>
379+
<td>Blue</td>
380+
<td>Macanum wheel</td>
381+
</tr>
382+
<tr>
383+
<td>Pull up</td>
384+
<td>Green</td>
385+
<td>Ackerman</td>
386+
</tr>
387+
</table>
376388

377389
(3)Instructions on APP remote control
378390

@@ -910,7 +922,7 @@ After launching successfully, the terminal will output the following log informa
910922
Then launch a new terminal and enter the command in the terminal:
911923

912924
```
913-
roslaunch limo_bringup limo_lidar_rviz.launch
925+
roslaunch limo_bringup lidar_rviz.launch
914926
```
915927

916928
After successfully running, you will see the rviz visualization tool open, and the green data displayed is the laser data scanned by the LiDAR.
@@ -954,7 +966,7 @@ After building the map, you need to run the following command to save the map to
954966
1. Switch to the directory where you need to save the map, save the map to /agilex_ws/limo_bringup/maps, and enter the command in the terminal:
955967

956968
```
957-
cd /agilex_ws/limo_bringup/maps/
969+
cd ~/agilex_ws/src/limo_ros/limo_bringup/maps/
958970
```
959971

960972
2. After switching to /agilex_ws/limo_bringup/maps, continue to enter the command in the terminal:

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Version: 1.0.0
6464
</tr>
6565
<tr>
6666
<td rowspan="3">负载</td>
67-
<td>四轮差速(1kg)</td>
67+
<td>差速/履带模式(1kg)</td>
6868
<tr>
6969
<td>阿克曼模式(4kg)</td>
7070
</tr>
71-
<tr>
71+
<tr>
7272
<td>麦轮模式(4kg)</td>
7373
</tr>
7474
</tr>
@@ -179,6 +179,9 @@ Version: 1.0.0
179179

180180

181181

182+
183+
184+
182185
### 1.4 Nvidia Jetson Nano介绍
183186

184187
Nvidia Jetson Nano 是一款功能强大的小型计算机,专为支持入门级边缘 AI 应用程序和设备而设计。依托完善的 NVIDIA JetPack™ SDK 包含用于深度学习、计算机视觉、图形、多媒体等方面的加速库。搭载在limo高配版本,可以用于拓展机器人导航定位、图像处理、语音识别等技术的拓展。
@@ -1118,7 +1121,7 @@ roslaunch limo_bringup limo_navigation_ackeman.launch
11181121

11191122
![](./LIMO_image/navi_1.png)
11201123

1121-
注:如需自定义打开的地图,请打开limo_navigation_diff.launch 文件修改参数, 文件所在目录为:~/agilex_ws/src/limo_ros/limo_bringup/launch。请把map02修改为需要更换的地图名称。
1124+
注:如需自定义打开的地图,请打开limo_navigation_diff.launch 文件修改参数, 请把map02修改为需要更换的地图名称。
11221125

11231126
![](./LIMO_image/navi_diff.png)
11241127

@@ -1538,11 +1541,11 @@ rosrun voice voice_ctr_node.py
15381541

15391542
### 附录1、三视图
15401543

1541-
<img src="LIMO_image/三视尺寸-正视.svg" width="800" height = "600" />
1544+
<img src="LIMO_image/三视图尺寸-正视.svg" style="zoom:60%;" />
15421545

1543-
<img src="LIMO_image/三视尺寸-侧视.svg" width="800" height = "600" />
1546+
<img src="LIMO_image/三视图尺寸-左视.svg" style="zoom:60%;" />
15441547

1545-
<img src="LIMO_image/三视尺寸-俯视.svg" width="800" height = "600" />
1548+
<img src="LIMO_image/三视图尺寸-俯视.svg" style="zoom:60%;" />
15461549

15471550

15481551

@@ -2235,7 +2238,7 @@ rosrun rqt_tf_tree rqt_tf_tree
22352238

22362239
#### 5.2 下载需要烧录的镜像
22372240

2238-
这里以我司提供的官方镜像为例,使用百度云盘下载镜像,下载链接为:https://pan.baidu.com/s/1MyyAR4y-Umyf_OwMk-rinA 提取码: 50d9
2241+
这里以我司提供的官方镜像为例,使用百度云盘下载镜像,下载链接为:
22392242

22402243
#### 5.3 软件使用说明
22412244

0 commit comments

Comments
 (0)