add 完整形态地图
This commit is contained in:
parent
54e8a802c9
commit
76940c937b
19
mapping.sh
Normal file
19
mapping.sh
Normal 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
|
||||
BIN
src/rm_nav/rm_nav_bringup/PCD/wanzheng.pcd
Normal file
BIN
src/rm_nav/rm_nav_bringup/PCD/wanzheng.pcd
Normal file
Binary file not shown.
@ -7,7 +7,7 @@
|
||||
filter_size_map: 0.5
|
||||
cube_side_length: 1000.0
|
||||
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:
|
||||
lid_topic: "/livox/lidar"
|
||||
|
||||
BIN
src/rm_nav/rm_nav_bringup/map/wanzheng.pgm
Normal file
BIN
src/rm_nav/rm_nav_bringup/map/wanzheng.pgm
Normal file
Binary file not shown.
7
src/rm_nav/rm_nav_bringup/map/wanzheng.yaml
Normal file
7
src/rm_nav/rm_nav_bringup/map/wanzheng.yaml
Normal 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
|
||||
BIN
src/rm_nav/rm_nav_bringup/map/wazheng.data
Normal file
BIN
src/rm_nav/rm_nav_bringup/map/wazheng.data
Normal file
Binary file not shown.
BIN
src/rm_nav/rm_nav_bringup/map/wazheng.posegraph
Normal file
BIN
src/rm_nav/rm_nav_bringup/map/wazheng.posegraph
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user