Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
450038d0
Commit
450038d0
authored
5 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
remove debug code
parent
1627472d
No related branches found
No related tags found
1 merge request
!366
Resolve "Complete state vector new data structure?"
Pipeline
#5556
failed
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/gtest_problem.cpp
+0
-11
0 additions, 11 deletions
test/gtest_problem.cpp
with
0 additions
and
11 deletions
test/gtest_problem.cpp
+
0
−
11
View file @
450038d0
...
...
@@ -151,17 +151,6 @@ TEST(Problem, SetOrigin_PO_2d)
auto
s0_vector
=
s0
.
vector
(
"PO"
);
MatrixXd
P0_matrix
=
(
s0_vector
.
array
()
*
s0_vector
.
array
()).
matrix
().
asDiagonal
();
WOLF_DEBUG
(
"x0 "
,
x0
);
WOLF_DEBUG
(
"x0_vector "
,
x0_vector
.
transpose
());
WOLF_DEBUG
(
"s0 "
,
s0
);
WOLF_DEBUG
(
"s0_vector "
,
s0_vector
.
transpose
());
WOLF_DEBUG
(
"P0_matrix "
,
P0_matrix
);
WOLF_DEBUG
(
"fp meas "
,
fp
->
getMeasurement
().
transpose
());
WOLF_DEBUG
(
"fp cova "
,
fp
->
getMeasurementCovariance
());
WOLF_DEBUG
(
"fo meas "
,
fo
->
getMeasurement
().
transpose
());
WOLF_DEBUG
(
"fo cova "
,
fo
->
getMeasurementCovariance
());
// check that the Feature measurement and covariance are the ones provided
ASSERT_MATRIX_APPROX
(
x0_vector
.
head
<
2
>
(),
fp
->
getMeasurement
(),
Constants
::
EPS_SMALL
);
ASSERT_MATRIX_APPROX
(
x0_vector
.
tail
<
1
>
(),
fo
->
getMeasurement
(),
Constants
::
EPS_SMALL
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment