Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
its
lidar_motion_correction
Commits
195a9804
Commit
195a9804
authored
May 26, 2020
by
siqi
Browse files
comply with change of type to constptr in features pipeline
parent
6d251f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
multi_projection_playback/src/multi_projection_playback.cpp
View file @
195a9804
...
...
@@ -81,7 +81,7 @@ public:
}
else
{
features_pipeline
->
receive_message
(
*
time_aligned_pc
);
features_pipeline
->
receive_message
(
time_aligned_pc
);
if
(
features_pipeline
->
output_poles
.
last_message
)
{
sensor_msgs
::
PointCloud2
::
Ptr
pole_message
(
new
sensor_msgs
::
PointCloud2
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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