Hi everyone,
Could you please help me find a plugin for the RealSense D435 that is compatible with the Harmonic version of Gazebo Sim? I haven’t been able to find one for a personal project I’m working on.
Hi @MohamedAliZouari , it seems like Gazebo Harmonic has issues with its plugins. The only information I’ve found is this issue that points to a tutorial on how to use ros_gz_bridge
to bridge point cloud messages from Gazebo to ROS.
opened 01:24AM - 20 May 24 UTC
bug
<!-- If you're not sure whether your problem is a bug, please ask a question at
…
https://robotics.stackexchange.com instead.-->
## Environment
* OS Version: Ubuntu 22.04
* Binary build: ROS2 Humble 2.5.5-1jammy.20240404.154053| Gazebo Fortress 6.16.0
## Description
* Expected behavior: The depth image can be seen in image display
* Actual behavior: The image display cannot be dropped down and the plugin is not correctly loaded
## Steps to reproduce
1.Go to [ros_gz_point_cloud/examples](https://github.com/gazebosim/ros_gz/tree/a348c07527c54f387a576413a3e3d6d7431ff45b/ros_gz_point_cloud/examples)
2.Run `ign gazebo -r examples/depth_camera.sdf`
## Output
Error message:
`[Err] [SystemLoader.cc:94] Failed to load system plugin [RosGzPointCloud] : couldn't find shared library.
`
Screenshot:

# Copyright 2019 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os
from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
This file has been truncated. show original
Hope this helps
system
Closed
April 17, 2025, 11:24am
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.