Skip to content

Commit fa50fd8

Browse files
committed
docs: standardize docs
1 parent 3385b82 commit fa50fd8

File tree

3,729 files changed

+41
-236387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,729 files changed

+41
-236387
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
.history/
2-
.vscode/
2+
.vscode/
3+
build/
4+
devel/
5+
/CMakeLists.txt
6+
__pycache__/

README.md

+35-13
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,49 @@
11
# myagv_ros
22
myAGV ROS package
33

4-
Package Download and Install
4+
## Package Download and Install
55

66
```bash
7-
$ git clone https://github.com/elephantrobotics/myagv_ros.git
7+
$ git clone https://github.com/elephantrobotics/myagv_ros.git myagv_ros/src
88
$ cd ~/myagv_ros
9-
$ source ./devel/setup.bash
9+
$ catkin_make
10+
$ source devel/setup.bash
1011
```
1112

12-
# myAGV_testTool
13+
## LIDAR
1314

14-
**Before using the test tool, you need to install pyqt5**
15+
First, check if the LiDAR is powered on. If it is not turned on, the terminal needs to power on the LiDAR through a script file. If the LiDAR is powered on, you can skip the step of powering on the LiDAR.
1516

16-
```bash
17-
$ sudo apt-get install python3-pyqt5
18-
$ sudo apt-get install qt5-default qttools5-dev-tools
17+
```
18+
cd myagv_ros/src/myagv_odometry/scripts
19+
./start_ydlidar.sh
1920
```
2021

21-
**Download and use it**
22+
## gmapping
2223

23-
```bash
24-
$ git clone https://github.com/elephantrobotics/myagv_ros.git
25-
$ cd ~/myagv_ros/myAGV_testTool
26-
$ python3 main.py
24+
```
25+
roslaunch myagv_odometry myagv_active.launch
26+
```
27+
28+
```
29+
roslaunch myagv_navigation myagv_slam_laser.launch
30+
```
31+
32+
```
33+
roslaunch myagv_teleop myagv_teleop.launch
34+
```
35+
36+
```
37+
cd ~/myagv_ros/src/myagv_navigation/map
38+
rosrun map_server map_saver
39+
```
40+
41+
## navigation
42+
43+
```
44+
roslaunch myagv_odometry myagv_active.launch
45+
```
46+
47+
```
48+
roslaunch myagv_navigation navigation_active.launch
2749
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

build/.built_by

-1
This file was deleted.

build/CATKIN_IGNORE

Whitespace-only changes.

0 commit comments

Comments
 (0)