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
mobile_robotics
ADC
ADC_2021
iri_adc_tag_localization_filter
Commits
385677d4
Commit
385677d4
authored
Jun 11, 2021
by
Alejandro Lopez Gestoso
Browse files
Solved features stamp ussues when no tag has been seen
parent
05b27b98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/adc_tag_localization_filter_alg_node.cpp
View file @
385677d4
...
...
@@ -227,7 +227,7 @@ void AdcTagLocalizationFilterAlgNode::ar_tag_detections_callback(const ar_track_
if
(
msg
->
markers
.
size
()
==
0
)
{
this
->
features_msg_
.
header
.
frame_id
=
this
->
source_frame_id
;
this
->
features_msg_
.
header
.
stamp
=
msg
->
header
.
stamp
;
this
->
features_msg_
.
header
.
stamp
=
ros
::
Time
::
now
()
;
}
else
{
...
...
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