Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
its
cam_lidar_calibration
Commits
900a6a5f
Commit
900a6a5f
authored
Nov 22, 2019
by
James Ward
Browse files
Always publish board cloud
Forces display to clear when discarding last remaining sample.
parent
5494c4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/feature_extractor.cpp
View file @
900a6a5f
...
...
@@ -104,10 +104,10 @@ void FeatureExtractor::publishBoardPointCloud()
{
// Publish collected board clouds
PointCloud
pc
;
pc
.
header
.
frame_id
=
lidar_frame_
;
for
(
auto
board
:
pc_samples_
)
{
pc
+=
*
board
;
pc
.
header
=
board
->
header
;
}
board_cloud_pub_
.
publish
(
pc
);
}
...
...
Write
Preview
Supports
Markdown
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