Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vision
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
plugins
vision
Commits
43b1cc37
Commit
43b1cc37
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
Add using_raw to demo yaml
parent
041fd456
No related branches found
No related tags found
2 merge requests
!36
After cmake and const refactor
,
!28
Resolve "Building a new visual odometry system"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
demos/camera_euroc_mav0_notang.yaml
+26
-0
26 additions, 0 deletions
demos/camera_euroc_mav0_notang.yaml
demos/demo_visual_odometry.yaml
+2
-1
2 additions, 1 deletion
demos/demo_visual_odometry.yaml
with
28 additions
and
1 deletion
demos/camera_euroc_mav0.yaml
→
demos/camera_euroc_mav0
_notang
.yaml
+
26
−
0
View file @
43b1cc37
...
...
@@ -4,21 +4,23 @@ camera_name: narrow_stereo
camera_matrix
:
rows
:
3
cols
:
3
data
:
[
458
,
0.000000
,
367.215
,
0.000000
,
457.296
,
248.375
,
data
:
[
458
,
0.000000
,
367.215
,
0.000000
,
457.296
,
248.375
,
0.000000
,
0.000000
,
1.000000
]
distortion_model
:
plumb_bob
distortion_coefficients
:
rows
:
1
cols
:
5
data
:
[
-0.28340811
,
0.07395907
,
0.000
000
,
0.00000
0
,
0.000000
]
data
:
[
-0.28340811
,
0.07395907
,
0.000
19359
,
0.
0
,
0.000000
]
rectification_matrix
:
rows
:
3
cols
:
3
data
:
[
1.000000
,
0.000000
,
0.000000
,
0.000000
,
1.000000
,
0.000000
,
0.000000
,
0.000000
,
1.000000
]
data
:
[
1.000000
,
0.000000
,
0.000000
,
0.000000
,
1.000000
,
0.000000
,
0.000000
,
0.000000
,
1.000000
]
projection_matrix
:
rows
:
3
cols
:
4
data
:
[
458
,
0.000000
,
36
7
.2
15
,
0.000000
,
0.000000
,
4
5
7.
29
6
,
24
8.37
5
,
0.000000
,
data
:
[
355.63
,
0.000000
,
36
2
.2
7
,
0.000000
,
0.000000
,
4
1
7.
1
6
,
24
9.6
5
,
0.000000
,
0.000000
,
0.000000
,
1.000000
,
0.000000
]
This diff is collapsed.
Click to expand it.
demos/demo_visual_odometry.yaml
+
2
−
1
View file @
43b1cc37
...
...
@@ -38,7 +38,8 @@ config:
name
:
"
sen
cam"
extrinsic
:
pose
:
[
0
,
0
,
0
,
0
,
0
,
0
,
1
]
follow
:
"
demos/camera_euroc_mav0.yaml"
# config parameters in this file
using_raw
:
true
follow
:
"
demos/camera_euroc_mav0_notang.yaml"
# config parameters in this file
processors
:
...
...
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