Skip to content

Latest commit

 

History

History
170 lines (113 loc) · 7.24 KB

Changelog.md

File metadata and controls

170 lines (113 loc) · 7.24 KB

Ignition Gazebo 1.x

Ignition Gazebo 1.X.X

  1. Add Wind Plugin (Ported from Gazebo classic)

  2. Port battery plugin from Gazebo classic

  3. Use ISO timestamp for default log path

  4. Logging tutorial

  5. Joystick SDF small typos

  6. Add Link: a convenience class for interfacing with link entities

  7. Added LiftDragPlugin (ported from Gazebo classic)

  8. Logging refactor unique path functions to ign-common

  9. Added test for log record and playback.

  10. Add ApplyJointForce system

  11. More ign-msgs <-> SDF conversions: Inertial, Geometry, Material

  12. Logging command line support

  13. Remove inactive performers instead of setting static

  14. Use state instead of pose in distributed simulation

  15. Distributed implies levels

  16. Add a basic JointController system

  17. Enforce component type uniqueness

  18. Clean CI: disable test known to fail on OSX

  19. Logical camera topic name check

  20. Added command line options to configure distributed simulation. These will replace the environment variables.

  21. Add systems to queue before actually adding them to runner

  22. Added a docker image that uses the ignition meta package

  23. Move some design docs to tutorials

  24. Disable GUI when using distributed simulation

  25. Bring component type names back

  26. A few tweaks to logging

  27. Handle friction coefficients

  28. Change private msgs namespace

  29. Set tutorial titles

  30. Example tunnel world

  31. Conversion from chrono to ign-msgs

  32. Prevent error message when using levels

Ignition Gazebo 1.1.0 (2019-03-15)

  1. Distributed performers running in lockstep

  2. Fix documentation tagfiles

  3. Convert gui library into a component

  4. include wherever special int types like uint64_t are used

  5. Move network internal

  6. Logging / playback

  7. ECM state streaming

  8. Unversioned system libraries

Ignition Gazebo 1.0.2 (2019-03-12)

  1. Use TARGET_SO_NAME to fix finding dartsim plugin

Ignition Gazebo 1.0.1 (2019-03-01)

  1. Update gazebo version number in sdf files

Ignition Gazebo 1.0.0 (2019-03-01)

  1. Initial release

Ignition Gazebo 0.x

Ignition Gazebo 0.1.0

  1. Add support for joints

  2. Use SimpleWrapper for more component types

  3. Create EventManager and delegate System instantiation to SimulationRunner

  4. Integrate ign-gui

  5. Remove some build dependencies.

  6. Added basic Entity class.

  7. Added a basic System class.