Connecting Gazebo + Simulink using libGazeboCoSimPlugin.so plugin

5 次查看(过去 30 天)
libGazeboCoSimPlugin.so is generated inside export/lib along with libGazeboCoSimCustom.so, libGazeboCoSimServer.so, libGazeboCoSimTransport.so, and libmsgproto.so.
But couldn't get the world file connect/link to libGazeboCoSimPlugin.so!
[Err] [Plugin.hh:178] Failed to load plugin libGazeboCoSimPlugin.so: libGazeboCoSimPlugin.so: cannot open shared object file: No such file or directory
CMake file and world file is attached!

回答(1 个)

Gaurav Bhosale
Gaurav Bhosale 2022-10-12
编辑:Gaurav Bhosale 2022-10-12
Hi Ganesh,
Look like, your world file is not able to find plugin.
You can refer Gazebo Co-Sim tutorial. Also, I will recommend checking following steps are executed correctly or not.
1] Your world file should be contained following,
<plugin name="GazeboPlugin" filename="lib/libGazeboCoSimPlugin.so"><portNumber>14581</portNumber></plugin>
2] To Launch Gazebo Simulation Environment
Open a terminal in the VM or your own Linux operating system, run the following commands to launch the Gazebo simulator.
cd /home/user/src/GazeboPlugin/export
export SVGA_VGPU10=0
gazebo ../world/multiSensorPluginTest.world --verbose
Thnaks
With Regards,
Gaurav Bhosale
  1 个评论
VIGNESH BALAJI
VIGNESH BALAJI 2024-2-14
@Gaurav Bhosale I followed the tutorial and I was unable to understand where to run this command packageGazeboPlugin
and where to download this file to unzip and put it inside a path like the statements mentione below -
"Copy the GazeboPlugin.zip to your Linux machine that meets the following requirement:
Unzip the package on your Linux platform, for this example we unpack to /home/user/src/GazeboPlugin."
Please let me know

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Operators and Elementary Operations 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by