Skip to content

Commit 447907c

Browse files
committed
update filss
1 parent eebf4f3 commit 447907c

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ roslaunch easondrone_mapping simulation.launch
2525

2626
> You are trying to invoke `octomap_saver` as an argument to the `octomap_server` node. However, `octomap_saver` is a node of its own, so you only have to start it from a separate terminal while `octomap_server` is running. Check the documentation at http://wiki.ros.org/octomap_server#octomap_saver
2727
28-
控制无人机完成建图后,用以下指令保存.bt(相较于.ot体积更小)格式的地图文件,默认保存到~/下,
28+
控制无人机完成建图后,用以下指令保存.ot(或者.bt,相较于.ot体积更小)格式的地图文件
2929

3030
```bash
31-
rosrun octomap_server octomap_saver -f ~/EasonDrone/Reconstruction/EasonDrone_Mapping/map.bt
31+
rosrun octomap_server octomap_saver -f ~/EasonDrone/Reconstruction/EasonDrone_Mapping/map.ot
3232
```
3333

3434
![image](doc/log/2024-03-11/%E6%97%A0%E6%A0%87%E9%A2%98.png)
@@ -39,20 +39,19 @@ rosrun octomap_server octomap_saver -f ~/EasonDrone/Reconstruction/EasonDrone_Ma
3939
- ⭐️ https://github.com/OctoMap/octomap_mapping/blob/kinetic-devel/octomap_server/src/OctomapServer.cpp
4040
- ⭐️ https://groups.google.com/g/octomap/c/ZyfNzcuGlY0?pli=1
4141

42-
4342
## 查看地图
4443

4544
### 方法1:octovis
4645

47-
也可以借助`octovis`工具查看
46+
也可以借助`octovis`工具查看
4847

4948
```bash
5049
octovis ~/EasonDrone/Reconstruction/EasonDrone_Mapping/map.bt
5150
```
5251

5352
### 方法2:rviz
5453

55-
一种方法是在`rviz`中查看
54+
一种方法是在`rviz`中查看
5655

5756
```bash
5857
rosrun rviz rviz
@@ -75,6 +74,6 @@ rosrun octomap_server octomap_server_node ~/EasonDrone/Reconstruction/EasonDrone
7574

7675
## Acknowledgement
7776

78-
Thanks to following packages:
77+
Thanks for following packages:
7978

8079
- [global_planning](https://github.com/amov-lab/Prometheus/Modules/planning/global_planning)

config/rviz_config.rviz

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Panels:
88
- /Sensor1
99
- /Sensor1/RGBD1
1010
- /Mapping1
11-
- /Mapping1/octomap1
1211
Splitter Ratio: 0.43611112236976624
1312
Tree Height: 786
1413
- Class: rviz/Selection
@@ -86,20 +85,20 @@ Visualization Manager:
8685
Show Axes: true
8786
Show Names: true
8887
Tree:
88+
base_link:
89+
VLP16_link:
90+
{}
91+
base_link_frd:
92+
{}
93+
monocular_link:
94+
{}
95+
realsense_camera_frame:
96+
{}
8997
odom:
9098
odom_ned:
9199
{}
92100
world:
93101
map:
94-
base_link:
95-
VLP16_link:
96-
{}
97-
base_link_frd:
98-
{}
99-
monocular_link:
100-
{}
101-
realsense_camera_frame:
102-
{}
103102
map_ned:
104103
{}
105104
Update Interval: 0
@@ -306,7 +305,7 @@ Visualization Manager:
306305
- Class: rviz/Interact
307306
Hide Inactive Objects: true
308307
- Class: rviz/SetGoal
309-
Topic: goal
308+
Topic: /move_base_simple/goal
310309
Value: true
311310
Views:
312311
Current:

map.ot

16.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)