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
a26f361e
Commit
a26f361e
authored
8 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Remove debug couts
parent
59d1ff59
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/constraint_base.cpp
+0
-1
0 additions, 1 deletion
src/constraint_base.cpp
src/constraint_sparse.h
+0
-2
0 additions, 2 deletions
src/constraint_sparse.h
src/processor_tracker.cpp
+2
-2
2 additions, 2 deletions
src/processor_tracker.cpp
with
2 additions
and
5 deletions
src/constraint_base.cpp
+
0
−
1
View file @
a26f361e
...
...
@@ -75,7 +75,6 @@ ConstraintBase::ConstraintBase(ConstraintType _tp, LandmarkBasePtr _landmark_ptr
feature_other_ptr_
(),
landmark_other_ptr_
(
_landmark_ptr
)
{
std
::
cout
<<
__FILE__
<<
":"
<<
__FUNCTION__
<<
"():"
<<
__LINE__
<<
std
::
endl
;
std
::
cout
<<
"constructed +c"
<<
id
()
<<
std
::
endl
;
}
...
...
This diff is collapsed.
Click to expand it.
src/constraint_sparse.h
+
0
−
2
View file @
a26f361e
...
...
@@ -292,9 +292,7 @@ ConstraintSparse<MEASUREMENT_SIZE,
state_ptr_vector_
({
_state0Ptr
,
_state1Ptr
,
_state2Ptr
,
_state3Ptr
,
_state4Ptr
,
_state5Ptr
,
_state6Ptr
,
_state7Ptr
,
_state8Ptr
,
_state9Ptr
}),
state_block_sizes_vector_
({
BLOCK_0_SIZE
,
BLOCK_1_SIZE
,
BLOCK_2_SIZE
,
BLOCK_3_SIZE
,
BLOCK_4_SIZE
,
BLOCK_5_SIZE
,
BLOCK_6_SIZE
,
BLOCK_7_SIZE
,
BLOCK_8_SIZE
,
BLOCK_9_SIZE
})
{
std
::
cout
<<
__FILE__
<<
":"
<<
__FUNCTION__
<<
"():"
<<
__LINE__
<<
std
::
endl
;
resizeVectors
();
std
::
cout
<<
__FILE__
<<
":"
<<
__FUNCTION__
<<
"():"
<<
__LINE__
<<
std
::
endl
;
}
template
<
const
unsigned
int
MEASUREMENT_SIZE
,
...
...
This diff is collapsed.
Click to expand it.
src/processor_tracker.cpp
+
2
−
2
View file @
a26f361e
...
...
@@ -75,11 +75,11 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
// Detect new Features, initialize Landmarks, create Constraints, ...
processNew
(
max_new_features_
);
std
::
cout
<<
__FILE__
<<
":"
<<
__FUNCTION__
<<
"():"
<<
__LINE__
<<
std
::
endl
;
// Establish constraints from last
establishConstraints
();
std
::
cout
<<
__FILE__
<<
":"
<<
__FUNCTION__
<<
"():"
<<
__LINE__
<<
std
::
endl
;
}
// SECOND TIME or after KEY FRAME CALLBACK
...
...
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