-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DepthCamera in ign-sensors6
does not reflect <ignition_frame_id>
#454
Comments
ign-sensors6
branch, and <ignition_frame_id>
works for me. Do you have a minimal example that shows <ignition_frame_id>
is not working?ign-sensors6
does not reflect <ignition_frame_id>
In detail, this is my gazebo-related xacro file. <!-- Sensor: Depth -->
<gazebo reference="head_camera_depth_optical_frame">
<sensor name="head_camera_depth" type="depth">
<ignition_frame_id>head_camera_depth_optical_frame</ignition_frame_id>
<always_on>1</always_on>
<update_rate>10</update_rate>
<visualize>0</visualize>
<topic>/head_camera/depth</topic>
<pose>0 0 ${0.0175/2} ${M_PI/2} -${M_PI/2} 0 </pose>
<camera name="d435">
<horizontal_fov>1.48702</horizontal_fov>
<image>
<width>1280</width>
<height>720</height>
</image>
<clip>
<near>0.1</near>
<far>10</far>
</clip>
<noise>
<type>gaussian</type>
<mean>0</mean>
<stddev>0.1</stddev>
</noise>
</camera>
</sensor>
</gazebo>
<!-- Ignition Sensors -->
<gazebo>
<plugin filename="libignition-gazebo-sensors-system.so" name="ignition::gazebo::systems::Sensors">
</plugin>
</gazebo> This are the results for the
And for the
|
ok I was able to reproduce this with ignition-sensors installed from the debs, version 6.8.0, which was released in Jan 2024. I don't see the issue when building from source. I think the depth camera point cloud frame id fix is in: #417. We should make a new sensors release for fortress |
Great. |
@iche033 Do you have an approximate estimate of when the new release can be expected? |
we're currently focused on getting the upcoming Gazebo Ionic release out the door. Once that's out (end of Sept). I can make another ign-sensors6 release |
6.8.1 release is out (#475) |
@iche033 |
Summary
Related pull request: #452
Related issue: #239
Originally posted by @iche033 in #452 (comment)
Thank you for your prompt feedback.
This is the environment I am currently using:
I have tested your given sample code, achieving the following result:
But no problem with the
/depth
topicThis occurs in the same way with the robot that I am trying to simulate using xacro and linking it with gazebo using
reference
andignition_frame_id
tags.The text was updated successfully, but these errors were encountered: