This is a fork of RotorS which retains just the wind Gazebo plugin.
Only build-tested on Kinetic and Melodic.
To build in a Catkin workspace:
# check missing dependencies
rosdep update
rosdep check --from-paths /path/to/your/catkin_ws/src -i
# if something is missing:
rosdep install --from-paths /path/to/your/catkin_ws/src -i
# now build
cd /path/to/your/catkin_ws
catkin build
# activate
source /path/to/your/catkin_ws/devel/setup.bash