Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
localize_for_ppk
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
localize_for_ppk
Commits
2a611099
Commit
2a611099
authored
May 24, 2023
by
wangdawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
c1b22e8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
convert.cc
libs/locate_system/adjust_ppk_by_locate/convert.cc
+1
-0
convert.h
libs/locate_system/adjust_ppk_by_locate/convert.h
+1
-0
No files found.
libs/locate_system/adjust_ppk_by_locate/convert.cc
View file @
2a611099
...
...
@@ -205,6 +205,7 @@ Convert::Convert(const std::string &firetimeFile, const std::string &correctionF
bool
Convert
::
processScan
(
const
pandar_msgs
::
PandarScan
::
ConstPtr
&
scanMsg
,
PPointCloud
&
pc
)
{
LOG
(
INFO
)
<<
"scanMsg->packets.size(): "
<<
scanMsg
->
packets
.
size
();
for
(
size_t
next
=
0
;
next
<
scanMsg
->
packets
.
size
();
++
next
)
{
pushLiDARData
(
scanMsg
->
packets
[
next
]);
}
...
...
libs/locate_system/adjust_ppk_by_locate/convert.h
View file @
2a611099
...
...
@@ -42,6 +42,7 @@
//#include "tcp_command_client.h"
#include <vector>
#include "point_types.h"
#include <glog/logging.h>
#ifndef CIRCLE
#define CIRCLE (36000)
...
...
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