Gazebo Classic is the original, monolithic robot simulator created in 2002 at the University of Southern California (USC) by Andrew Howard and Nathan Koenig, later developed by Willow Garage and the Open Source Robotics Foundation (OSRF / Open Robotics). For almost two decades it was the de facto standard for simulation in the ROS 1 ecosystem — with ready-made worlds, plugins, and robot models (TurtleBot, PR2, Husky, Quadrotor, DARPA Atlas).
Gazebo Classic uses the ODE physics engine (by default), Bullet, Simbody, and DART, OGRE 1.9 rendering, and a client-server architecture with transport based on ZeroMQ and the ignition-transport library. Support for all popular sensors: RGB/depth cameras, IMU, GPS, 2D/3D LiDAR, force-torque. Integration with ROS 1 via the gazebo_ros_pkgs package and with ROS 2 via gazebo_ros2_control (up to and including the Foxy distribution).
In September 2025, OSRF officially ended support for Gazebo 11 Classic — discontinuing the line. All new projects should use Gazebo Harmonic (gz-sim) of the new generation. Gazebo Classic remains in use in tens of thousands of existing academic and educational repositories.