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
Guilhem Saurel
dynamic-graph
Commits
e75d8cff
Commit
e75d8cff
authored
Jan 15, 2020
by
Olivier Stasse
Committed by
olivier stasse
Jan 16, 2020
Browse files
[tests] Coverage with improved precision.
parent
ae3552e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/debug-logger.cpp
View file @
e75d8cff
...
...
@@ -59,6 +59,7 @@ public:
vq
[
1
]
=
2.0
;
vq
[
2
]
=
3.0
;
sendMsg
(
"Value to display: "
+
toString
(
vq
));
sendMsg
(
"Value to display: "
+
toString
(
vq
,
3
,
10
));
Eigen
::
Matrix
<
double
,
3
,
3
>
an_eig_m
;
an_eig_m
.
Ones
();
sendMsg
(
"Value to display: "
+
toString
(
an_eig_m
));
...
...
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