添加sim
This commit is contained in:
parent
3aef8a0444
commit
28aae00395
20
sim.sh
Normal file
20
sim.sh
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
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_sim.launch.py \
|
||||||
|
world:=RMUC \
|
||||||
|
mode:=nav \
|
||||||
|
lio:=fastlio \
|
||||||
|
localization:=gicp \
|
||||||
|
lio_rviz:=False \
|
||||||
|
nav_rviz:=True
|
||||||
|
"
|
||||||
|
)
|
||||||
|
|
||||||
|
for cmd in "${commands[@]}"; do
|
||||||
|
gnome-terminal -- bash -c "source install/setup.bash; $cmd; exec bash"
|
||||||
|
sleep 0.5
|
||||||
|
done
|
||||||
Loading…
Reference in New Issue
Block a user