Gazebo co-simulation plugin forGazebo 11.x version
33 views (last 30 days)
Show older comments
I get this error during CMake. There is a way to solve? I would to use ROS Noetic and Gazebo to communicate with Simulink.
Make Error at CMakeLists.txt:53 (message):
The installed version of Gazebo is not supported for Gazebo Co-Simulation
Plugin generation.
The Gazebo Co-Simulation Plugin supports,
minimum Gazebo version: gazebo 9.x series
maximum Gazebo version: gazebo 10.x series
-- Configuring incomplete, errors occurred!
0 Comments
Answers (3)
Gaurav Bhosale
on 11 Feb 2022
Hi Giulio,
The Gazebo Co-Sim Plugin support earlier to R2022a is limited to Gazebo 9 and 10 version.
We have added Gazebo 11 version support from MATLAB R2022a.
So, if you have pre-release of MATLAB R2022a then you can use Gazebo Co-Sim Plugin with Gazebo 11 version.
Thanks.
2 Comments
Emre CAN
on 16 Aug 2022
Hi @Jacob Jordan Catania, I had the same issue. As it turned out, the problem was writing the port number as "11311". If you check the last lines of "multiSensorPluginTest.world" file, you should see the correct port number, which is probably "14581".
<plugin name="GazeboPlugin" filename="lib/libGazeboCoSimPlugin.so"><portNumber>14581</portNumber></plugin>
Gaurav Bhosale
on 3 Mar 2022
Hi Giulio,
As per error description, you need to re-install Gazebo Plugin.
Basically, we have done changes in plugin for R2022a. So, the older plugin will not work. You need to perform manual Gazebo plugin installation steps as,

You can find same details in example
Thanks.
With Regards,
Gaurav Bhosale
8 Comments
Mingliang Liu
on 26 Apr 2022
Hi,
I have run into exactly the same problem with Matlab R2022a for linux.
I have gone through every step in Perform Co-Simulation between Simulink and Gazebo, but I still got the error saying the plugin is for R2021b.
Also I went through some files in the GazeboPlugin folder, and I found that line 10 in file /GazeboPlugin/msgproto/mw.internal.robotics.gazebotransport.CoSimMsgs.proto says: "required string version = 1 [default = "R2021b"];".
I am not sure whether this is related to the error, but I tried to change "R2021b" to "R2022a" and it still didn't solve the problem.
Mingliang Liu
on 30 Apr 2022
Hi there,
I have solve the issue. You can first download the plugin by running command packageGazeboPlugin in R2022a. The plugin downloaded by this command is for R2021b but it's compatible with Gazebo 11.xx. Then you can use R2021b to run Gazebo pacer and run the plugin in Gazebo.
Hope it helps you.
0 Comments
See Also
Categories
Find more on Robot Modeling and Simulation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!