Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
csm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
labrobotica
algorithms
csm
Commits
071956d3
Commit
071956d3
authored
11 years ago
by
Rainer Kuemmerle
Committed by
Christoph Sprunk
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fixed warnings
parent
2356ec02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gpc/gpc.cpp
+1
-1
1 addition, 1 deletion
src/gpc/gpc.cpp
src/icp/icp.cpp
+1
-1
1 addition, 1 deletion
src/icp/icp.cpp
with
2 additions
and
2 deletions
src/gpc/gpc.cpp
+
1
−
1
View file @
071956d3
...
@@ -25,7 +25,7 @@ using namespace std;
...
@@ -25,7 +25,7 @@ using namespace std;
//New version: have static Eigen variables and use pointers to these for compatibility
//New version: have static Eigen variables and use pointers to these for compatibility
#define TAGME(name, tag) name##tag
#define TAGME(name, tag) name##tag
#define M(matrix, rows, col) static Eigen::MatrixXd TAGME(matrix,_mem)(rows, col); static gsl_matrix* matrix=&TAGME(matrix,_mem);
#define M(matrix, rows, col) static Eigen::MatrixXd TAGME(matrix,_mem)(rows, col); static gsl_matrix* matrix=&TAGME(matrix,_mem);
#define MF(matrix)
#define MF(matrix)
(void)(matrix)
int
gpc_solve
(
int
K
,
const
std
::
vector
<
gpc_corr
>&
c
,
int
gpc_solve
(
int
K
,
const
std
::
vector
<
gpc_corr
>&
c
,
...
...
This diff is collapsed.
Click to expand it.
src/icp/icp.cpp
+
1
−
1
View file @
071956d3
...
@@ -160,8 +160,8 @@ void sm_icp(struct sm_params*params, struct sm_result*res) {
...
@@ -160,8 +160,8 @@ void sm_icp(struct sm_params*params, struct sm_result*res) {
//egsl_print_spectrum("cov0_x", cov0_x);
//egsl_print_spectrum("cov0_x", cov0_x);
val
fim
=
ld_fisher0
(
laser_ref
);
val
fim
=
ld_fisher0
(
laser_ref
);
val
ifim
=
inv
(
fim
);
egsl_print
(
"fim"
,
fim
);
egsl_print
(
"fim"
,
fim
);
//val ifim = inv(fim);
//egsl_print_spectrum("ifim", ifim);
//egsl_print_spectrum("ifim", ifim);
}
}
}
}
...
...
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