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
9b06890b
Commit
9b06890b
authored
9 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
iri_firewire_camera: restored tibi_dabo_crop_by_2_rect.launch (still used)
parent
d46932b0
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/tibi_dabo_crop_by_2_rect.launch
+42
-0
42 additions, 0 deletions
launch/tibi_dabo_crop_by_2_rect.launch
with
42 additions
and
0 deletions
launch/tibi_dabo_crop_by_2_rect.launch
0 → 100644
+
42
−
0
View file @
9b06890b
<launch>
<!-- load robot defined machines -->
<include file="$(find tibi_dabo_base)/machines/$(env ROBOT)_$(env ROS_MODE).machines" />
<group ns="$(env ROBOT)">
<!-- published topics: /$(env ROBOT)/processed_image -->
<!-- subscribed topics: /$(env ROBOT)/sensors/head_right/image_raw -->
<!-- /$(env ROBOT)/sensors/head_right/camera_info -->
<!-- service clients: -->
<!-- service servers: -->
<!-- action clients: -->
<!-- action servers: -->
<!-- image crop -->
<node pkg ="nodelet"
type="nodelet"
name="image_proc_dec"
machine="visio"
args="standalone image_proc/crop_decimate">
<param name="decimation_x" value="2" />
<param name="decimation_y" value="2" />
<remap from="/$(env ROBOT)/camera/image_raw"
to="/$(env ROBOT)/sensors/head_right/image_raw"/>
<remap from="/$(env ROBOT)/camera/camera_info"
to="/$(env ROBOT)/sensors/head_right/camera_info"/>
</node>
<!-- image rectification -->
<node pkg ="image_proc"
type="image_proc"
name="image_proc_rect"
machine="visio">
<remap from="/$(env ROBOT)/image_raw"
to="/$(env ROBOT)/camera_out/image_raw" />
<remap from="/$(env ROBOT)/camera_info"
to="/$(env ROBOT)/camera_out/camera_info" />
<remap from="/$(env ROBOT)/image_rect_color"
to="/$(env ROBOT)/processed_image" />
</node>
</group>
</launch>
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