Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_depth_camera_gazebo
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
depth_cameras
iri_depth_camera_gazebo
Commits
d6c5e7ff
Commit
d6c5e7ff
authored
1 year ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Topics prefixed with camera_name
parent
c51cdda2
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
config/realsense_d435_depth_sim_config.yaml
+9
-8
9 additions, 8 deletions
config/realsense_d435_depth_sim_config.yaml
launch/realsense_d435_depth_sim.launch
+1
-1
1 addition, 1 deletion
launch/realsense_d435_depth_sim.launch
urdf/realsense.gazebo
+5
-5
5 additions, 5 deletions
urdf/realsense.gazebo
with
15 additions
and
14 deletions
config/realsense_d435_depth_sim_config.yaml
+
9
−
8
View file @
d6c5e7ff
rate
:
6
0.0
rate
:
1
0.0
horizontal_fov
:
1.047
image_width
:
64
0
image_height
:
48
0
image_width
:
128
0
image_height
:
72
0
image_format
:
'
R8G8B8'
clip_near
:
0.2
clip_far
:
100.0
noise_type
:
'
gaussian'
noise_mean
:
0.0
noise_stddev
:
0.007
image_topic_name
:
'
/camera/color/image_raw'
camera_info_topic_name
:
'
/camera/color/camera_info'
depth_image_topic_name
:
'
/camera/depth/image_rect_raw'
point_cloud_topic_name
:
'
/camera/depth_registered/points'
depth_image_camera_info_topic_name
:
'
/camera/depth/camera_info'
#camera_name passed in xacro is added as prefix to the following topics
image_topic_name
:
'
color/image_raw'
camera_info_topic_name
:
'
color/camera_info'
depth_image_topic_name
:
'
aligned_depth_to_color/image_raw'
point_cloud_topic_name
:
'
aligned_depth_to_color/points'
depth_image_camera_info_topic_name
:
'
aligned_depth_to_color/camera_info'
point_cloud_cut_off
:
0.4
hack_baseline
:
0.007
cx_prime
:
0.0
...
...
This diff is collapsed.
Click to expand it.
launch/realsense_d435_depth_sim.launch
+
1
−
1
View file @
d6c5e7ff
...
...
@@ -21,7 +21,7 @@
</include>
<param
name=
"robot_description"
command=
"$(find xacro)/xacro --inorder '$(find iri_realsense_
camera
_description)/urdf/realsense_example.xacro' name:=$(arg node_name)"
/>
command=
"$(find xacro)/xacro --inorder '$(find iri_realsense_
depth
_description)/urdf/realsense_example.xacro' name:=$(arg node_name)"
/>
<node
pkg=
"robot_state_publisher"
type=
"robot_state_publisher"
name=
"realsense_tf_broadcaster"
>
<param
name=
"tf_prefix"
type=
"string"
value=
"$(arg node_name)"
/>
...
...
This diff is collapsed.
Click to expand it.
urdf/realsense.gazebo
+
5
−
5
View file @
d6c5e7ff
...
...
@@ -33,11 +33,11 @@
<updateRate>
${properties['rate']}
</updateRate>
<cameraName>
${name}
</cameraName>
<frameName>
${name}_color_optical_frame
</frameName>
<imageTopicName>
${properties['image_topic_name']}
</imageTopicName>
<cameraInfoTopicName>
${properties['camera_info_topic_name']}
</cameraInfoTopicName>
<depthImageTopicName>
${properties['depth_image_topic_name']}
</depthImageTopicName>
<pointCloudTopicName>
${properties['point_cloud_topic_name']}
</pointCloudTopicName>
<depthImageCameraInfoTopicName>
${properties['depth_image_camera_info_topic_name']}
</depthImageCameraInfoTopicName>
<imageTopicName>
/${name}/
${properties['image_topic_name']}
</imageTopicName>
<cameraInfoTopicName>
/${name}/
${properties['camera_info_topic_name']}
</cameraInfoTopicName>
<depthImageTopicName>
/${name}/
${properties['depth_image_topic_name']}
</depthImageTopicName>
<pointCloudTopicName>
/${name}/
${properties['point_cloud_topic_name']}
</pointCloudTopicName>
<depthImageCameraInfoTopicName>
/${name}/
${properties['depth_image_camera_info_topic_name']}
</depthImageCameraInfoTopicName>
<pointCloudCutoff>
${properties['point_cloud_cut_off']}
</pointCloudCutoff>
<hackBaseline>
${properties['hack_baseline']}
</hackBaseline>
<CxPrime>
${properties['cx_prime']}
</CxPrime>
...
...
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