Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_launch
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
ADC
ADC_2021
iri_adc_launch
Commits
ba4f98bb
Commit
ba4f98bb
authored
4 years ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added image_proc crop
parent
0d81c8cc
No related branches found
No related tags found
1 merge request
!3
Updated the configuration of the landmark global localization.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/adc_common/crop_front_image.yaml
+2
-0
2 additions, 0 deletions
config/adc_common/crop_front_image.yaml
launch/adc_global_localization.launch
+15
-4
15 additions, 4 deletions
launch/adc_global_localization.launch
with
17 additions
and
4 deletions
config/adc_common/crop_front_image.yaml
0 → 100644
+
2
−
0
View file @
ba4f98bb
y_offset
:
480
height
:
320
This diff is collapsed.
Click to expand it.
launch/adc_global_localization.launch
+
15
−
4
View file @
ba4f98bb
...
...
@@ -33,8 +33,8 @@
<param
name=
"max_track_error"
type=
"double"
value=
"0.2"
/>
<param
name=
"marker_margin"
type=
"double"
value=
"1.0"
/>
<param
name=
"output_frame"
type=
"string"
value=
"$(arg car_name)/front_camera_uvc_camera_optical"
/>
<remap
from=
"/$(arg car_name)/camera_image"
to=
"/$(arg car_name)/sensors/basler_camera/inverted_image_raw"
/>
<remap
from=
"/$(arg car_name)/camera_info"
to=
"/$(arg car_name)/sensors/basler_camera/camera_info"
/>
<remap
from=
"/$(arg car_name)/camera_image"
to=
"/$(arg car_name)/sensors/basler_camera
_cropped
/inverted_image_raw"
/>
<remap
from=
"/$(arg car_name)/camera_info"
to=
"/$(arg car_name)/sensors/basler_camera
_cropped
/camera_info"
/>
<remap
from=
"/$(arg car_name)/ar_pose_marker"
to=
"/$(arg car_name)/ar_pose_marker"
/>
</node>
...
...
@@ -51,10 +51,21 @@
<arg
name=
"node_name"
value=
"iri_image_inverter"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
<arg
name=
"launch_prefix"
value=
"$(arg launch_prefix)"
/>
<arg
name=
"image_in_topic"
value=
"/$(arg car_name)/sensors/basler_camera/image_raw"
/>
<arg
name=
"image_out_topic"
value=
"/$(arg car_name)/sensors/basler_camera/inverted_image_raw"
/>
<arg
name=
"image_in_topic"
value=
"/$(arg car_name)/sensors/basler_camera
_cropped
/image_raw"
/>
<arg
name=
"image_out_topic"
value=
"/$(arg car_name)/sensors/basler_camera
_cropped
/inverted_image_raw"
/>
</include>
<node
pkg=
"nodelet"
type=
"nodelet"
name=
"standalone_nodelet"
args=
"manager"
/>
<node
name=
"crop_image"
pkg=
"nodelet"
type=
"nodelet"
args=
"load image_proc/crop_decimate standalone_nodelet"
>
<remap
from=
"camera"
to=
"/$(arg car_name)/sensors/basler_camera"
/>
<remap
from=
"camera_out"
to=
"/$(arg car_name)/sensors/basler_camera_cropped"
/>
<rosparam
file=
"$(find iri_adc_launch)/config/adc_common/crop_front_image.yaml"
command=
"load"
/>
</node>
<include
file=
"$(find iri_adc_landmarks_slam_solver)/launch/node.launch"
>
<arg
name=
"node_name"
value=
"iri_adc_landmarks_slam_solver"
/>
<arg
name=
"output"
value=
"$(arg output)"
/>
...
...
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