Connecting Gazebo + Simulink using libGazeboCoSimPlugin.so plugin

3 vues (au cours des 30 derniers jours)
Ganesh Sundaram
Ganesh Sundaram le 29 Août 2022
Commenté : VIGNESH BALAJI le 14 Fév 2024
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!

Réponses (1)

Gaurav Bhosale
Gaurav Bhosale le 12 Oct 2022
Modifié(e) : Gaurav Bhosale le 12 Oct 2022
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 commentaire
VIGNESH BALAJI
VIGNESH BALAJI le 14 Fév 2024
@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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Operators and Elementary Operations dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by