Fix: jazzy/realsense435camera #60
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
robotnik_sensorspackage to add improved simulation support for Intel RealSense depth cameras, particularly by introducing new plugins for infrared and depth sensors in the D435 model's URDF. It also bumps the package version and cleans up legacy plugin code for the D435i model.Simulation plugin enhancements:
<xacro:irred_camera_plugin>instances for theinfra1andinfra2infrared sensors, and a<xacro:depth_camera_plugin>for the depth sensor inintel_realsense_d435.urdf.xacro, improving the simulation fidelity for these sensors.Codebase maintenance:
librealsense_gazebo_plugininintel_realsense_d435i.urdf.xacro, cleaning up the URDF and reducing confusion over simulation methods.Versioning:
2.1.0to2.1.1inpackage.xmlto reflect these changes.