This repository contains tutorials to make ros gazebo plugins
This plugins are properly tested in ros melodic & gazebo9.
Most probably it will work without issue with ros noetic & gazebo11.
You may face problem with ros2 because it not yet tested for it.
cd <ros_workspace>/src
git clone <github_url>
cd ..
catkin_make
(To copy new updates to local machine)
cd <ros_workspace>/src/gazebo_plugin_tutorials
git status
git fetch