Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
irstea-ros
navsat_to_odom
Commits
757717e2
Commit
757717e2
authored
Apr 11, 2019
by
Rousseau Vincent
Browse files
fix
#2
nice char as int log
parent
645a0918
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/navsat_to_odom.cpp
View file @
757717e2
...
@@ -56,7 +56,7 @@ public:
...
@@ -56,7 +56,7 @@ public:
}
}
else
else
{
{
ROS_WARN_STREAM
(
"Cannot use fix msg : status "
<<
fix
->
status
.
status
<<
" lat "
<<
fix
->
latitude
<<
" lon "
<<
fix
->
longitude
);
ROS_WARN_STREAM
(
"Cannot use fix msg : status "
<<
+
fix
->
status
.
status
<<
"
;
lat "
<<
fix
->
latitude
<<
"
;
lon "
<<
fix
->
longitude
);
}
}
}
}
...
...
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