Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iri_mvbluefox3_camera_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
labrobotica
ros
sensors
mono_cameras
iri_mvbluefox3_camera_driver
Commits
aa5e30ed
Commit
aa5e30ed
authored
8 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
First version with MV parameters working fine.
parent
27ce63d0
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
launch/iri_mvbluefox3_camera.launch
+3
-3
3 additions, 3 deletions
launch/iri_mvbluefox3_camera.launch
params/F0300123_calib.yaml
+3
-4
3 additions, 4 deletions
params/F0300123_calib.yaml
params/F0300141_calib.yaml
+3
-4
3 additions, 4 deletions
params/F0300141_calib.yaml
with
9 additions
and
11 deletions
launch/iri_mvbluefox3_camera.launch
+
3
−
3
View file @
aa5e30ed
<!--DOCTYPE html-->
<launch>
<arg name="num_cams" default="
2
" />
<arg name="num_cams" default="
1
" />
<arg name="c1_name" default="cam1" />
<arg name="c1_serial" default="F0300141" />
...
...
@@ -46,8 +46,8 @@
<remap from="/image" to="/iri_mvbluefox3_camera/$(arg c1_name)/image_raw"/>
</node>
<node pkg="image_view" type="image_view" name="image_view_$(arg c2_name)" >
<!--
<node pkg="image_view" type="image_view" name="image_view_$(arg c2_name)" >
<remap from="/image" to="/iri_mvbluefox3_camera/$(arg c2_name)/image_raw"/>
</node>
</node>
-->
</launch>
This diff is collapsed.
Click to expand it.
params/F0300123_calib.yaml
+
3
−
4
View file @
aa5e30ed
...
...
@@ -4,12 +4,12 @@ camera_name: camera
camera_matrix
:
rows
:
3
cols
:
3
data
:
[
1280
,
0
,
960
,
0
,
1280
,
960
,
0
,
0
,
1
]
data
:
[
976.915955
,
0
,
582.117763
,
0
,
977.821859
,
440.568838
,
0
,
0
,
1
]
distortion_model
:
plumb_bob
distortion_coefficients
:
rows
:
1
cols
:
5
data
:
[
0
,
0
,
0
,
0
,
0
]
data
:
[
-0.103886
,
0.096744
,
-0.001615
,
-0.000599
,
0.00000
0
]
rectification_matrix
:
rows
:
3
cols
:
3
...
...
@@ -17,5 +17,4 @@ rectification_matrix:
projection_matrix
:
rows
:
3
cols
:
4
data
:
[
1280
,
0
,
960
,
0
,
0
,
1280
,
960
,
0
,
0
,
0
,
1
,
0
]
\ No newline at end of file
data
:
[
953.288513
,
0
,
582.082677
,
0
,
0
,
956.783997
,
437.916171
,
0
,
0
,
0
,
1
,
0
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
params/F0300141_calib.yaml
+
3
−
4
View file @
aa5e30ed
...
...
@@ -4,12 +4,12 @@ camera_name: camera
camera_matrix
:
rows
:
3
cols
:
3
data
:
[
1280
,
0
,
960
,
0
,
1280
,
96
0
,
0
,
0
,
1
]
data
:
[
978.052122
,
0
,
673.891465
,
0
,
977.902574
,
3
96
.562028
,
0
,
0
,
1
]
distortion_model
:
plumb_bob
distortion_coefficients
:
rows
:
1
cols
:
5
data
:
[
0
,
0
,
0
,
0
,
0
]
data
:
[
-0.113653
,
0.104639
,
-0.000432
,
-0.000599
,
0.00000
0
]
rectification_matrix
:
rows
:
3
cols
:
3
...
...
@@ -17,5 +17,4 @@ rectification_matrix:
projection_matrix
:
rows
:
3
cols
:
4
data
:
[
1280
,
0
,
960
,
0
,
0
,
1280
,
960
,
0
,
0
,
0
,
1
,
0
]
\ No newline at end of file
data
:
[
953.769836
,
0
,
670.897749
,
0
,
0
,
957.995728
,
394.725275
,
0
,
0
,
0
,
1
,
0
]
\ No newline at end of file
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