You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SC-PGO/launch/fastlio_ouster64.launch
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
<remapfrom="/cloud_for_scancontext"to="/cloud_registered_lidar"/> <!-- because ScanContext requires lidar-ego-centric coordinate for the better performance -->
31
31
32
32
<!-- utils -->
33
-
<paramname="save_directory"type="string"value="/home/user/Desktop/catkin_fastlio_slam/data/"/> <!-- CHANGE THIS and end with / -->
33
+
<paramname="save_directory"type="string"value="$(env HOME)/Desktop/catkin_fastlio_slam/data/"/> <!-- CHANGE THIS and end with / -->
Copy file name to clipboardExpand all lines: SC-PGO/src/laserPosegraphOptimization.cpp
+7-7
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@ void pubPath( void )
293
293
// pub odom and path
294
294
nav_msgs::Odometry odomAftPGO;
295
295
nav_msgs::Path pathAftPGO;
296
-
pathAftPGO.header.frame_id = "/camera_init";
296
+
pathAftPGO.header.frame_id = "camera_init";
297
297
mKF.lock();
298
298
// for (int node_idx=0; node_idx < int(keyframePosesUpdated.size()) - 1; node_idx++) // -1 is just delayed visualization (because sometimes mutexed while adding(push_back) a new one)
299
299
for (int node_idx=0; node_idx < recentIdxUpdated; node_idx++) // -1 is just delayed visualization (because sometimes mutexed while adding(push_back) a new one)
0 commit comments