Initial commit: FAST-LIO ROS2 workspace for duru_lio
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.
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user