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
639d7821
Commit
639d7821
authored
10 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Added shutter params
parent
7fcfc78d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
launch/firewire_arpose_nodelet.launch
+7
-4
7 additions, 4 deletions
launch/firewire_arpose_nodelet.launch
with
7 additions
and
4 deletions
launch/firewire_arpose_nodelet.launch
+
7
−
4
View file @
639d7821
<launch>
<launch>
<node pkg="nodelet" type="nodelet" name="standalone_nodelet" args="manager" output="screen">
<node pkg="nodelet" type="nodelet" name="standalone_nodelet" args="manager" output="screen">
<param name="Camera_serial" value="00b09d01006cf72a" /> <!-- tibi rear left -->
<!--
<param name="Camera_serial" value="00b09d01006cf72a" />
-->
<!-- tibi rear left -->
<!--
<param name="Camera_serial" value="00b09d0100a96262" />
-->
<!-- tibi rear right -->
<param name="Camera_serial" value="00b09d0100a96262" /> <!-- tibi rear right -->
<param name="frame_id" value="bumblebee_frame" type="string" />
<param name="frame_id" value="bumblebee_frame" type="string" />
<param name="cal_file" value="file://$(find iri_firewire_camera)/calibration/tibi_right_camera.yaml" type="string" />
<param name="cal_file" value="file://$(find iri_firewire_camera)/calibration/tibi_right_camera.yaml" type="string" />
<param name="ISO_speed" value="
4
00" />
<param name="ISO_speed" value="
8
00" />
<param name="Framerate" value="
7
.5" />
<param name="Framerate" value="
2
.5" />
<param name="Color_coding" value="6" />
<param name="Color_coding" value="6" />
<param name="Image_width" value="1024" />
<param name="Image_width" value="1024" />
<param name="Image_height" value="768" />
<param name="Image_height" value="768" />
<param name="Shutter_enabled" value="True"/>
<param name="Shutter_mode" value="1" />
<param name="Shutter_value" value="10"/>
<param name="autosize" value="true"/>
<param name="autosize" value="true"/>
<remap from="/standalone_nodelet/camera_image"
<remap from="/standalone_nodelet/camera_image"
to="/camera/image_raw" />
to="/camera/image_raw" />
...
...
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