21fa46e802
Clean up config/rviz assets for MID360S-only deployment and split run scripts by role (headless LIO via ssh, rviz-only on the local monitor, and combined run) so mapping.launch.py no longer needs config_file passed explicitly.
7 lines
252 B
Bash
Executable File
7 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/ros/humble/setup.bash
|
|
source /home/yoo/forey_ws/install/setup.bash
|
|
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
|
cd /home/yoo/FAST_LIO
|
|
ros2 launch fast_lio mapping.launch.py rviz:=false
|