Update run scripts for the duru_lio_ws workspace rename
FAST_LIO was renamed to duru_lio_ws to match the repo name; point the cd targets in the run scripts at the new path.
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
source /opt/ros/humble/setup.bash
|
source /opt/ros/humble/setup.bash
|
||||||
source /home/yoo/forey_ws/install/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
|
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||||
cd /home/yoo/FAST_LIO
|
cd /home/yoo/duru_lio_ws
|
||||||
ros2 launch fast_lio mapping.launch.py rviz:=false
|
ros2 launch fast_lio mapping.launch.py rviz:=false
|
||||||
|
|||||||
+1
-1
@@ -2,5 +2,5 @@
|
|||||||
source /opt/ros/humble/setup.bash
|
source /opt/ros/humble/setup.bash
|
||||||
source /home/yoo/forey_ws/install/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
|
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH
|
||||||
cd /home/yoo/FAST_LIO
|
cd /home/yoo/duru_lio_ws
|
||||||
ros2 launch fast_lio mapping.launch.py rviz:=true
|
ros2 launch fast_lio mapping.launch.py rviz:=true
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source /opt/ros/humble/setup.bash
|
source /opt/ros/humble/setup.bash
|
||||||
source /home/yoo/forey_ws/install/setup.bash
|
source /home/yoo/forey_ws/install/setup.bash
|
||||||
cd /home/yoo/FAST_LIO
|
cd /home/yoo/duru_lio_ws
|
||||||
rviz2 -d rviz_cfg/fastlio.rviz
|
rviz2 -d rviz_cfg/fastlio.rviz
|
||||||
|
|||||||
Reference in New Issue
Block a user