add 完整形态地图

This commit is contained in:
Robofish 2026-03-10 22:21:53 +08:00
parent 54e8a802c9
commit 76940c937b
7 changed files with 27 additions and 1 deletions

19
mapping.sh Normal file
View File

@ -0,0 +1,19 @@
source install/setup.bash
commands=(
"ros2 launch rm_serial_driver rm_serial_driver.launch.py"
"ros2 launch rm_decision decision.launch.py"
"ros2 launch rm_simpal_move simple_move.launch.py"
"ros2 launch rm_nav_bringup bringup_real.launch.py \
world:=wanzheng \
mode:=mapping \
lio:=fastlio \
lio_rviz:=True \
nav_rviz:=True
"
)
for cmd in "${commands[@]}"; do
gnome-terminal -- bash -c "source install/setup.bash; $cmd; exec bash"
sleep 0.5
done

Binary file not shown.

View File

@ -7,7 +7,7 @@
filter_size_map: 0.5 filter_size_map: 0.5
cube_side_length: 1000.0 cube_side_length: 1000.0
runtime_pos_log_enable: false runtime_pos_log_enable: false
map_file_path: "src/rm_nav/rm_nav_bringup/PCD/C_ROOM.pcd" map_file_path: "src/rm_nav/rm_nav_bringup/PCD/wanzheng.pcd"
common: common:
lid_topic: "/livox/lidar" lid_topic: "/livox/lidar"

Binary file not shown.

View File

@ -0,0 +1,7 @@
image: wanzheng.pgm
mode: trinary
resolution: 0.05
origin: [-8.85, -16.3, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25

Binary file not shown.

Binary file not shown.