Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_firewire_camera_driver
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
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_firewire_camera_driver
Commits
583e4776
Commit
583e4776
authored
9 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
iri_firewire_camera: flea_6mm.yaml fixed camera name, node.cpp fixed camera name
parent
9b06890b
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
calibration/flea_6mm.yaml
+2
-2
2 additions, 2 deletions
calibration/flea_6mm.yaml
src/firewire_camera_driver_node.cpp
+1
-1
1 addition, 1 deletion
src/firewire_camera_driver_node.cpp
with
3 additions
and
3 deletions
calibration/flea_6mm.yaml
+
2
−
2
View file @
583e4776
image_width
:
1024
image_height
:
768
camera_name
:
narrow_stereo
camera_name
:
firewire_camera
camera_matrix
:
rows
:
3
cols
:
3
...
...
@@ -17,4 +17,4 @@ rectification_matrix:
projection_matrix
:
rows
:
3
cols
:
4
data
:
[
1241.253662
,
0
,
692.043757
,
0
,
0
,
1262.634277
,
536.985341
,
0
,
0
,
0
,
1
,
0
]
\ No newline at end of file
data
:
[
1241.253662
,
0
,
692.043757
,
0
,
0
,
1262.634277
,
536.985341
,
0
,
0
,
0
,
1
,
0
]
This diff is collapsed.
Click to expand it.
src/firewire_camera_driver_node.cpp
+
1
−
1
View file @
583e4776
...
...
@@ -240,7 +240,7 @@ void FirewireCameraNodelet::onInit()
this
->
node
=
new
FirewireCameraDriverNode
(
getPrivateNodeHandle
());
// initialize the thread
this
->
thread_server
=
CThreadServer
::
instance
();
this
->
spin_thread_id
=
getName
()
+
"_
bumblebee2
_nodelet_spin"
;
this
->
spin_thread_id
=
getName
()
+
"_
firewire
_nodelet_spin"
;
this
->
thread_server
->
create_thread
(
this
->
spin_thread_id
);
this
->
thread_server
->
attach_thread
(
this
->
spin_thread_id
,
this
->
spin_thread
,
this
);
// start the spin thread
...
...
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