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.
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#!/bin/bash
|
|
source /opt/ros/humble/setup.bash
|
|
source /home/yoo/forey_ws/install/setup.bash
|
|
cd /home/yoo/FAST_LIO
|
|
rviz2 -d rviz_cfg/fastlio.rviz
|