Skip to content

Commit

Permalink
substitute user name
Browse files Browse the repository at this point in the history
  • Loading branch information
harveybia committed Sep 3, 2021
1 parent a8b724a commit 46d3d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SC-PGO/launch/aloam_mulran.launch
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<remap from="/velodyne_points" to="/os1_points"/>

<!-- utils -->
<param name="save_directory" type="string" value="/home/user/Documents/catkin2021/catkin_scaloam_util/data/"/> <!-- CHANGE THIS and end with / -->
<param name="save_directory" type="string" value="$(env HOME)/Documents/catkin2021/catkin_scaloam_util/data/"/> <!-- CHANGE THIS and end with / -->

<!-- nodes -->
<node pkg="aloam_velodyne" type="ascanRegistration" name="ascanRegistration" output="screen" /> <!-- A-LOAM -->
Expand Down
2 changes: 1 addition & 1 deletion SC-PGO/launch/fastlio_ouster64.launch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<remap from="/cloud_for_scancontext" to="/cloud_registered_lidar"/> <!-- because ScanContext requires lidar-ego-centric coordinate for the better performance -->

<!-- utils -->
<param name="save_directory" type="string" value="/home/user/Desktop/catkin_fastlio_slam/data/"/> <!-- CHANGE THIS and end with / -->
<param name="save_directory" type="string" value="$(env HOME)/Desktop/catkin_fastlio_slam/data/"/> <!-- CHANGE THIS and end with / -->

<!-- nodes -->
<node pkg="aloam_velodyne" type="alaserPGO" name="alaserPGO" output="screen" /> <!-- Scan Context-based PGO -->
Expand Down

0 comments on commit 46d3d93

Please sign in to comment.