Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
aicp_mapping
Commits
ff7d5b0c
Commit
ff7d5b0c
authored
Mar 13, 2019
by
simalpha
Browse files
Store denser path.
parent
e7fb8171
Changes
1
Hide whitespace changes
Inline
Side-by-side
aicp_core/src/registration/app.cpp
View file @
ff7d5b0c
...
...
@@ -394,11 +394,13 @@ void App::operator()() {
total_correction_
=
fromMatrix4fToIsometry3d
(
initialT_
);
updated_correction_
=
true
;
vis_
->
publishPose
(
aligned_clouds_graph_
->
getLastCloud
()
->
getCorrectedPose
(),
0
,
""
,
cloud
->
getUtime
());
// Store aligned map and VISUALIZE
if
(
aligned_clouds_graph_
->
getLastCloud
()
->
isReference
())
{
vis_
->
publishPose
(
aligned_clouds_graph_
->
getCurrentReference
()
->
getCorrectedPose
(),
0
,
""
,
cloud
->
getUtime
());
//
vis_->publishPose(aligned_clouds_graph_->getCurrentReference()->getCorrectedPose(), 0, "",
//
cloud->getUtime());
reference_vis_
=
aligned_clouds_graph_
->
getCurrentReference
()
->
getCloud
();
vis_
->
publishCloud
(
reference_vis_
,
0
,
""
,
cloud
->
getUtime
());
// Output map
...
...
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