Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yiqi-frame-mapping
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangdawei
yiqi-frame-mapping
Commits
b1edbb75
Commit
b1edbb75
authored
Apr 12, 2024
by
juefx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix traj error exception
parent
7dc9fec7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
pcd_reader.cpp
libs/reader/pcd_reader.cpp
+1
-0
No files found.
libs/reader/pcd_reader.cpp
View file @
b1edbb75
...
@@ -52,6 +52,7 @@ bool PcdReader::getNextFrame(PointCloud*& frame) {
...
@@ -52,6 +52,7 @@ bool PcdReader::getNextFrame(PointCloud*& frame) {
PointCloudI
tempFrame
;
PointCloudI
tempFrame
;
double
time
;
double
time
;
while
(
!
suceess
)
{
while
(
!
suceess
)
{
if
(
pcdIndex_
>=
pcdPathVec_
.
size
())
return
false
;
string
pcdPath
=
pcdPathVec_
.
at
(
pcdIndex_
);
string
pcdPath
=
pcdPathVec_
.
at
(
pcdIndex_
);
pcdIndex_
++
;
pcdIndex_
++
;
pcl
::
io
::
loadPCDFile
(
pcdPath
,
tempFrame
);
pcl
::
io
::
loadPCDFile
(
pcdPath
,
tempFrame
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment