Skip to content

Latest commit

 

History

History
2012 lines (1345 loc) · 97.4 KB

Changelog.md

File metadata and controls

2012 lines (1345 loc) · 97.4 KB

Ignition Gazebo 5.x

Ignition Gazebo 5.X.X (20XX-XX-XX)

Ignition Gazebo 5.1.0 (2021-06-29)

  1. Depend on SDF 11.2.1, rendering 5.1 and GUI 5.1. Fix Windows.

  2. Set gui camera pose

  3. Refactor RenderUtil::Update with helper functions

  4. Enables confirmation dialog when closing Gazebo.

  5. Using math::SpeedLimiter on the diff_drive controller.

  6. New example: get an ECM snapshot from an external program

  7. Fix WindEffects Plugin bug, not configuring new links

  8. Set collision detector and solver from SDF

  9. Add Particle Emitter tutorial

  10. Fix potentially flaky integration component test case

  11. Added follow camera offset service

  12. Remove unneeded camera follow offset checks

  13. Using math::SpeedLimiter on the ackermann_steering controller.

  14. Cleanup and alphabetize plugin headers

  15. Fix race condition when rendering the UI

  16. Removed duplicated code with rendering::sceneFromFirstRenderEngine

  17. Remove unused headers in video_recoder plugin

  18. Use moveToHelper from ign-rendering

  19. Make halt motion act like a brake

  20. Update collision visualization to support nested models

  21. Adds support for ocean currents

  22. Add conversion for particle scatter ratio field

  23. Adding HaltMotion to physics plugin

  24. ColladaExporter, export submesh selected

  25. Remove tools/code_check and update codecov

  26. Trigger delay

  27. Map canonical links to their models

  28. Fix included nested model expansion in SDF generation

  29. Util: Use public API from libsdformat for detecting non-file source

  30. Contacts visualization

  31. Bump to ign-msgs 7.1 / sdformat 11.1, Windows fixes

  32. Add functionalities for optical tactile plugin

  33. Fix documentation for EntityComponentManager::EachNew

  34. Bump ign-physics version to 3.2

  35. Prevent crash on Plotting plugin with mutex

  36. 👩‍🌾 Fix Windows build and some warnings

  37. Fix ColladaExporter submesh index bug

  38. Fix macOS build: components::Name in benchmark

  39. Feature/hydrodynamics

  40. Don't store duplicate ComponentTypeId in ECM

  41. [TPE] Support setting individual link velocity

  42. 👩‍🌾 Enable Focal CI

  43. Patch particle emitter2 service

  44. Add odometry publisher system

  45. [DiffDrive] add enable/disable

  46. Update benchmark comparison instructions

  47. Fix 'invalid animation update data' msg for actors

  48. Fixed particle emitter forward playback

  49. ECM's ChangedState gets message with modified components

  50. Fixed collision visual bounding boxes

  51. Fix compute_rtfs arguments

  52. Validate step size and RTF parameters

  53. Fix component inspector shutdown crash

  54. Use Protobuf_IMPORT_DIRS instead of PROTOBUF_IMPORT_DIRS for compatibility with Protobuf CMake config

  55. Do not pass -Wno-unused-parameter to MSVC compiler

  56. Iterate through changed links only in UpdateSim

  57. Update PlaybackScrubber description

  58. Support configuring particle scatter ratio in particle emitter system

  59. Fix diffuse and ambient values for ackermann example

  60. Scenebroadcaster sensors

  61. Add test for thermal object temperatures below 0 kelvin

  62. [BULLET] Making GetContactsFromLastStepFeature optional in Collision Features

  63. Make it so joint state publisher is quieter

Ignition Gazebo 5.0.0 (2021-03-30)

  1. Added Ellipsoid and Capsule geometries

  2. Support individual canonical links for nested models

  3. Mecanum wheels demo

  4. Fixed collision visual bounding boxes

  5. Fixed material colors for ackermann sdfs

  6. Setting the intiial velocity for a model or joint

  7. Remove static for maps from Factory.hh

  8. Depend on cli component of ignition-utils1

  9. Support SDFormat 1.8 Composition

  10. Deprecate TmpIface: it's leftover from prototyping

  11. Bump in edifice: ign-common4

  12. Plugin to spawn lights

  13. Added light intensity

  14. Examples and tutorial on using rendering API from plugins

  15. Prepare GuiRunner to be made private

  16. Deprecate some gazebo::gui events in favor of ign-gui events

  17. Heightmap (rendering only)

  18. Add image suffix to thermal camera topic name

  19. Fix build with latest sdformat11 branch

  20. Added run to time feature

  21. Depend on ignition-utils1

  22. Use double sided field in material msg

  23. Add lightmap demo

  24. Added renderOrder to convert functions

  25. Compilation fixes for Windows

  26. Documentation fixes

  27. Replace deprecated function FreeGroup::CanonicalLink with FreeGroup::RootLink

  28. Respect spotlight direction

  29. Add UserCommands plugin to fuel.sdf

  30. Change SelectedEntities to return a const ref

  31. Use common::setenv for portability to Windows

  32. Add missing IGNITION_GAZEBO_VISIBLE macros

  33. Fix deprecation warnings

  34. Fix visibility macro names when used by a different component (Windows)

  35. Bump edifice sdformat11 and ign-physics4

  36. Use ComponentState::PeriodicChange in UpdateState to avoid forcing full scene update

  37. Bump in edifice: ign-msgs7

  38. Add support for sky

  39. Infrastructure

  40. Bump in edifice: ign-rendering5

  41. Add 25percent darker view angle icons

Ignition Gazebo 4.x

Ignition Gazebo 4.x.x (202x-xx-xx)

Ignition Gazebo 4.9.1 (2021-05-24)

  1. Make halt motion act like a brake.

Ignition Gazebo 4.9.0 (2021-05-20)

  1. Enable Focal CI.

  2. [TPE] Support setting individual link velocity.

  3. Don't store duplicate ComponentTypeId in ECM.

  4. Fix macOS build: components::Name in benchmark.

  5. Fix documentation for EntityComponentManager::EachNew.

  6. Add functionalities for optical tactile plugin.

  7. Visualize ContactSensorData.

  8. Backport PR #763.

  9. Backport PR #536.

  10. Add an optional delay to the TriggeredPublisher system.

  11. Remove tools/code_check and update codecov.

  12. add conversion for particle scatter ratio field.

Ignition Gazebo 4.8.0 (2021-04-22)

  1. Add odometry publisher system.

  2. Patch particle emitter2 service.

Ignition Gazebo 4.7.0 (2021-04-09)

  1. Particle emitter based on SDF.

  2. Fix log playback for particle emitters.

  3. ECM's ChangedState gets message with modified components.

  4. Fixed collision visual bounding boxes.

  5. Fix compute_rtfs arguments.

  6. Validate step size and RTF parameters.

  7. Use Protobuf_IMPORT_DIRS instead of PROTOBUF_IMPORT_DIRS for compatibility with Protobuf CMake config.

  8. Do not pass -Wno-unused-parameter to MSVC compiler.

  9. Support configuring particle scatter ratio in particle emitter system.

  10. Fix diffuse and ambient values for ackermann example.

  11. Scenebroadcaster sensors.

  12. Add thermal camera test for object temperature below 0.

  13. [BULLET] Making GetContactsFromLastStepFeature optional in Collision Features

  14. Fix joint controller GUI test.

  15. Quiet warnings from Joint State Publisher.

  16. Ackermann Steering Plugin.

  17. Remove bounding box when model is deleted

  18. Cache link poses to improve performance.

  19. Check empty world name in Scene3d.

  20. All changes up to 3.8.0.

Ignition Gazebo 4.6.0 (2021-03-01)

  1. Use a custom data structure to manage entity feature maps.

  2. Limit scene broadcast publications when paused.

  3. Report performer count in PerformerDetector plugin.

  4. Cache top level and static to speed up physics system.

  5. Support particle emitter modification using partial message.

  6. Set LD_LIBRARY_PATH on Actions CI.

  7. Fix flaky SceneBroadcaster test.

  8. Add a convenience function for getting possibly non-existing components.

  9. Add msg to show the computed temperature range computed from temperature gradient.

  10. Add TF/Pose_V pub in DiffDrive.

  11. Relax flaky performance test.

  12. Improve velocity control test.

  13. Validity check for user defined topics in JointPositionController.

  14. Add laser_retro support.

  15. Fix pose of plane visual with non-default normal vector.

Ignition Gazebo 4.5.0 (2020-02-17)

  1. Added particle system.

  2. Add Light Usercommand and include Light parameters in the componentInspector

  3. Added link to HW-accelerated video recording.

  4. Fix EntityComponentManager race condition.

  5. Add SDF topic validity check.

  6. Add JointTrajectoryController system plugin.

Ignition Gazebo 4.4.0 (2020-02-10)

  1. Added issue and PR templates

  2. Fix segfault in SetRemovedComponentsMsgs method

  3. Make topics configurable for joint controllers

  4. Add about dialog

  5. Add thermal sensor system for configuring thermal camera properties

Ignition Gazebo 4.3.0 (2020-02-02)

  1. Non-blocking paths request.

  2. Parallelize State call in ECM.

  3. Allow to create light with the create service.

  4. Added size to ground_plane in examples.

  5. Fix finding PBR materials.

  6. Publish all periodic change components in Scene Broadcaster.

  7. Backport state update changes from pull request #486.

  8. Fix code_check errors.

  9. Visualize collisions.

  10. Remove playback SDF param in Dome.

  11. Tutorial on migrating SDF files from Gazebo classic.

  12. World Exporter.

  13. Model Creation tutorial using services.

  14. Fix topLevelModel Method.

  15. Add heat signature option to thermal system.

  16. Add service and GUI to configure physics parameters (step size and RTF).

  17. Refactor UNIT_Server_TEST.

  18. Use Ignition GUI render event.

Ignition Gazebo 4.2.0 (2020-01-13)

  1. Automatically load a subset of world plugins.

  2. Fix to handle multiple logical cameras.

  3. Improve ign tool support on macOS.

  4. Add support for topic statistics on breadcrumb deployments.

  5. Fix slot in Plotting plugin.

  6. Fix shadow artifacts by disabling double sided rendering.

  7. Kinetic energy monitor plugin.

  8. Change nullptr to a int ptr for qt 5.15.2.

  9. Generate valid topics everywhere (support names with spaces).

  10. All changes up to version 3.7.0.

Ignition Gazebo 4.1.0 (2020-12-11)

  1. Update Dockerfiles to use focal images

  2. Updated source build instructions for ign-gazebo4

  3. Add tests for the AnimationTime component

  4. Fix pose msg conversion when msg is missing orientation

  5. Resolved updated codecheck issues

  6. Use new backpack version in tests

  7. Fix segfault in the Breadcrumb system when associated model is unloaded

  8. Added user commands to example thermal camera world

  9. Helper function to set component data

  10. Remove unneeded if statement

  11. Fix flaky RecordAndPlayback test in INTEGRATION_log_system

  12. Make PeerTracker test more robust

  13. Use a std::promise/std::future mechanism to avoid waiting in a looop until all stepAck messages are received

  14. Optical Tactile Sensor Plugin

  15. All changes up to and including those in version 3.5.0 and version 2.25.0

Ignition Gazebo 4.0.0 (2020-09-30)

  1. Names with spaces: add string serializer

  2. Filter mesh collision based on collide_bitmask property

  3. Add force focus when mouse enters render window

  4. Fixed docblock showGrid

  5. More actor components and follow plugin

  6. Filter the record menu and write the format to the file according to which button the user pushed (mp4 or ogv)

  7. Fix scene manager losing header file

  8. Fixed left menu events

  9. Fix yaw units typo in Component Inspector plugin

  10. Enable alpha based transparency on PBR materials by default

  11. Qt auto scale factor for HiDPI displays

  12. Sync components removal

  13. Add error handling for JointAxis::SetXyz and remove use of use_parent_model_frame

  14. Make some tests more robust

  15. Fix Qt5 warnings for using anchors

  16. Plotting Components Plugin

  17. Visualize Lidar Plugin

  18. Replaced common::Time for std::chrono

  19. Tutorial, examples and documentation updates

  20. Migration from BitBucket to GitHub

  21. Use interpolate_x sdf parameter for actor animations

  22. Actor skeleton animation (auto update mode)

  23. Added support for removing sensors at runtime

  24. Add support for visual visibility flags and camera visibility mask

  25. Support and

  26. Depend on ign-rendering4, ign-gui4, ign-sensors4

  27. Axis-Aligned Bounding Boxes

  28. Add window focus upon mouse entering the render window

Ignition Gazebo 3.x

Ignition Gazebo 3.X.X (202X-XX-XX)

Ignition Gazebo 3.8.0 (2021-03-17)

  1. Add joint position controller GUI, also enable tests for GUI plugins

  2. Remove visibility from headers that are not installed

  3. Added screenshot to toolbar

  4. Improve ign tool support on macOS

  5. change nullptr to a int ptr for qt 5.15.2 bug

  6. Kinetic energy monitor plugin

  7. Use a std::promise/std::future to avoid busy waiting the step ack messages in NetworkManagerPrimary

  8. clarified performer example

  9. Add tutorial tweaks

  10. Fix Qt5 warnings for using anchors

  11. Update codeowners

  12. Qt auto scale factor for HiDPI displays

  13. Fix yaw units

  14. Fixed docblock showGrid

  15. Fix entity tree for large worlds

  16. Master branch updates

  17. Backport #561: Use common::setenv

  18. Use a custom data structure to manage entity feature maps

  19. Limit scene broadcast publications when paused

  20. Fix flaky SceneBoradcaster test

  21. Add TF/Pose_V publisher in DiffDrive

  22. 👩‍🌾 Relax performance test

  23. 👩‍🌾 Improve velocity control test

  24. Add laser_retro support

  25. Fix pose of plane visual with non-default normal vector

  26. Add About dialog

  27. Make topics configurable for joint controllers

  28. Also use Ignition GUI render event

  29. Tutorial on migrating SDF files from Gazebo classic

  30. Visualize collisions

  31. Backport state update changes from pull request #486

  32. Publish all periodic change components in Scene Broadcaster

  33. added size to ground_plane in examples

  34. Parallelize State call in ECM

  35. Non-blocking paths request

Ignition Gazebo 3.7.0 (2021-01-13)

  1. Fix examples in migration plugins tutorial.

  2. Added missing namespace in detail/EntityComponentManager.hh.

  3. Automatically load a subset of world plugins.

  4. Update gtest to 1.10.0 for Windows compilation.

  5. Updates to ardupilot migration tutorial.

  6. Don't make docs on macOS.

Ignition Gazebo 3.6.0 (2020-12-30)

  1. Fix pose msg conversion when msg is missing orientation

  2. Address code checker warnings

  3. Test fixes

  4. Documentation updates

  5. Fix segfault in the Breadcrumb system when associated model is unloaded

  6. Added user commands to example thermal camera world

  7. Helper function to set component data

  8. Remove unneeded if statement in EntityComponentManager

  9. Clarify how time is represented in each phase of a System step

  10. Switch to async state service request

  11. Update key event handling

  12. Tape Measure Plugin

  13. Move deselect and preview termination to render thread

  14. Logical audio sensor plugin

  15. add frame_id and child_frame_id attribute support for DiffDrive

  16. Add ability to record video based on sim time

  17. Add lockstep mode to video recording

  18. Disable right click menu when using measuring tool

Ignition Gazebo 3.5.0 (2020-11-03)

  1. Updated source build instructions

  2. More world APIs, helper function ComponentData

  3. Improve fork experience

  4. Fix a crash in the grid config plugin, set grid material

  5. Document deprecation of log playback <path> SDF param

  6. Enable mouse highlighting selection on resource spawner

  7. Add support for custom render engines

  8. Component Vector -> Map ECM Optimization

Ignition Gazebo 3.4.0 (2020-10-14)

  1. Fix gui sendEvent memory leaks

  2. Support nested models

  3. Generalize actor count and pose in actor population erb SDF

  4. Add more link APIs, with tutorial

  5. Add screenshots to GUI config tutorial

  6. Fix adding performers to entity tree

  7. Remove sidebar and put world control in bottom left for joint controller examples

  8. Allow executing a blocking single Server run in both paused and unpaused states

  9. Add camera video recorder system

  10. Decrease time step for quadcopter world

  11. Add support for moving the GUI camera to a pose

  12. Remove lib+.so from plugin's name

  13. EntityComponentManager::EachRemoved documentation fix.

  14. Add more model APIs.

  15. Update dimensions of the grid config.

  16. Fix top-left toolbar layout so magnet shows.

  17. Add instructions to bitmask world.

  18. Add search and sort for resource spawner.

  19. Fix source build instructions for ign-gazebo3.

  20. Added playback scrubber GUI

  21. Added wheel slip system plugin.

  22. Enhanced log playback performance.

  23. Tests & Warnings: Qt 5.14, breadcrumbs, Gui, ign_TEST

  24. Added support for specifying topics to record.

  25. Make sure OpenGL core profile context is used by GzScene3D.

  26. Support relative paths for PBR materials

  27. Add file extension automatically for record plugin.

  28. Support spawning during log playback.

  29. Add Render Engine Cmd Line option

Ignition Gazebo 3.3.0 (2020-08-31)

  1. Added marker array service.

  2. Introduced a new parameter in the scene3D plugin to launch in fullscreen.

  3. Fix issue #285 by adding checks for a marker's parent.

  4. Fix non-specified material error.

  5. Added simulation world with large number of entities.

  6. Fixed parsing of the touch plugin' enabled flag.

  7. Added buoyancy system plugin.

  8. Implemented shift + drag = rotate in the GUI.

  9. Backport collision bitmask changes

  10. Added velocity command to TPE.

  11. This version includes all features in Gazebo 2.23.0

Ignition Gazebo 3.2.0 (2020-05-20)

  1. Merge ign-gazebo2 to ign-gazebo3

Ignition Gazebo 3.1.0 (2020-05-19)

  1. Port support for computing model bounding box in physics system

  2. Add DetachableJoint: A system that initially attaches two models via a fixed joint and allows for the models to get detached during simulation via a topic.

  3. Update physics state even when paused (not stepping)

  4. Fix entity tree context menu position

  5. Fix moving static model with link offset

  6. Added Link::AddWorldWrench function that adds a wrench to a link.

  7. Fix duplicate marker services and crash due to unset marker field

  8. Support s from Fuel

  9. Add support for thermal camera

  10. Add window focus upon mouse entering the render window

Ignition Gazebo 3.0.0 (2019-12-10)

  1. Add example world for collide bitmask feature

  2. Remove sdf element from visuals that do not emit light in the example worlds

  3. Support for sdformat frame semantics

  4. Support for relative path URIs for actors

  5. Add rechargeable battery model

  6. Add Marker Manager

  7. Parse material emissive map, bump to msgs5 and transport8

  8. Move function definitions to their correct locations in EntityComponentManager

  9. Depend on ign-rendering3, ign-gui3, ign-sensors3

  10. Rendering and Animating Actors

Ignition Gazebo 2.x

Ignition Gazebo 2.25.0 (2020-09-17)

  1. Added wheel slip system plugin.

  2. Enhanced log playback performance.

  3. Tests & Warnings: Qt 5.14, breadcrumbs, Gui, ign_TEST

  4. Added support for specifying topics to record.

  5. Make sure OpenGL core profile context is used by GzScene3D.

  6. Support relative paths for PBR materials

  7. Add file extension automatically for record plugin.

  8. Support spawning during log playback.

Ignition Gazebo 2.24.0 (2020-09-03)

  1. Resource env var, with transport interface.

  2. Save http URIs (fix tests)

  3. Insert Local Models.

  4. Modernize actions CI.

  5. Sensor topics available through components and GUI.

  6. Customizable layouts - fully functional.

  7. Add Fuel World Support.

  8. Insert Fuel Models.

  9. Disable rendering tests on macOS that are known to fail.

  10. Fix tests on Blueprint.

  11. Publish remaining breadcrumb deployments.

Ignition Gazebo 2.23.0 (2020-07-28)

  1. Deactivate PerformerDetector if its parent model gets removed.

  2. Backport support for s from Fuel #255

Ignition Gazebo 2.22.0 (2020-07-22)

  1. Allow zero or more key/value pairs to be added to detection header information.

Ignition Gazebo 2.21.0 (2020-07-16)

  1. Added support for controlling which joints are published by the JointStatePublisher.

  2. Added an additional pose offset for the performer detector plugin.

  3. Fixed battery issues and updated tutorial.

Ignition Gazebo 2.20.1 (2020-06-18)

  1. Properly add new models into the scenegraph. With this fix, when a model is spawned it will be added into the graph and resulting calls to the scene/info service will return a correct msgs::Scene.

Ignition Gazebo 2.20.0 (2020-06-09)

  1. Updated battery model to stop battery drain when there is no joint velocity/force command, and added a recharging trigger.

  2. Fix segfault in the Breadcrumbs system

  3. Added an <odom_topic> element to the DiffDrive system so that a custom odometry topic can be used.

Ignition Gazebo 2.19.0 (2020-06-02)

  1. Use updated model names for spawned models when generating SDFormat

  2. Allow joint force commands (JointForceCmd) to dscharge a battery.

  3. Allow renaming breadcrumb models if there is a name conflict

  4. Add TriggeredPublisher system

  5. Add PerformerDetector, a system for detecting when performers enter a specified region

Ignition Gazebo 2.18.0 (2020-05-20)

  1. Added a /world/<world_name>/create_multiple service that parallels the current /world/<world_name>/create service. The create_multiple service can handle an ignition::msgs::EntityFactory_V message that may contain one or more entities to spawn.

  2. DetachableJoint system: Add option to suppress warning about missing child model

Ignition Gazebo 2.17.0 (2020-05-13)

  1. Allow battery plugin to work with joint force systems.

  2. Make breadcrumb static after specified time

  3. Disable breadcrumbs if the max_deployments == 0.

  4. Add static pose publisher and support pose_v msg type in pose publisher system

  5. Refactor Gui.hh so that the Gazebo GUI can be ran from other packages

  6. Add ability to save worlds to SDFormat

  7. Add window focus upon mouse entering the render window

Ignition Gazebo 2.16.0 (2020-03-24)

  1. Add support for computing model bounding box in physics system

  2. Add DetachableJoint: A system that initially attaches two models via a fixed joint and allows for the models to get detached during simulation via a topic.

  3. Update physics state even when paused (not stepping)

  4. Fix entity tree context menu position

  5. Fix moving static model with link offset

  6. Add support for setting visual transparency through SDF

  7. Add JointPositionReset and JointVelocityReset components to reset the joint state.

  8. Logging meshes and materials

  9. List plugin env vars

  10. Fix protobuf / clang warnings

  11. Component inspector

  12. Log compress

  13. Set process titles

  14. Add custom user snapping

  15. Add GUI to configure grid

  16. Add multiple entity selection to view angle

  17. Highlight selected entities

  18. Log record overwrite

  19. Add copyright to QML files

  20. Fix shift translation bug

Ignition Gazebo 2.15.0 (2020-02-07)

  1. Fix seeking back in time in log playback

  2. Fix the deprecated ign-gazebo command line

  3. Always use the latest render texture in scene3d

  4. Remove redundent messages when levels get unloaded

  5. View angle plugin

  6. Support breadcrumb performers

  7. Drag and drop Fuel object into mouse position

  8. Add hotkey keybindings

Ignition Gazebo 2.14.0 (2020-01-10)

  1. Use Actuator component to communicate between MulticopterVelocityControl and MulticopterMotorModel systems

  2. Backport fix to insert multiple lights with same name

  3. Get all component types attached to an entity

  4. Fix tooltips on entity tree

Ignition Gazebo 2.13.0 (2019-12-17)

  1. Add Multicopter velocity controller

  2. Fix crash when removing an entity being followed

  3. Add option to right click and remove nodes

  4. Fix jumpy log playback

  5. Remove Scene3d Text anchors

  6. Show grid using SDF file

Ignition Gazebo 2.12.0 (2019-11-25)

  1. Parse visual cast shadows and add CastShadows component

  2. Update SceneBroadcaster to publish state msg for world with only static models

  3. Add log video recorder

  4. Rechargeable battery model

  5. Add Breadcrumbs system

  6. Drag models from Fuel

  7. Improvements to GUI configuration

  8. Prevent crash when attempting to load more than one render engine per process

Ignition Gazebo 2.11.0 (2019-10-23)

  1. Handle Relative URIs

  2. Avoid using invalid/unsupported joints

  3. Add mutex to protect views from potential concurrent access

  4. Add Link::WorldKineticEnergy for computing total kinetic energy of a link with respect to the world frame.

  5. Improve steering behavior of example tracked vehicle

  6. Rewind / reset and seek

  7. Add Follow mode to GUI

Ignition Gazebo 2.10.0 (2019-09-08)

  1. Custom odom frequency in sim time

  2. Add Move To gui plugin

Ignition Gazebo 2.9.0

  1. Use the JointSetVelocityCommand feature to set joint velocities

Ignition Gazebo 2.8.0 (2019-08-23)

  1. Add video recorder gui plugin

  2. Vertical rays for lidar demo

  3. Print world path when using cli

Ignition Gazebo 2.7.1

  1. Fix order of adding and removing rendering entities, and clean up mesh materials in the SceneManager.

Ignition Gazebo 2.7.0

  1. Move creation of default log path to ServerConfig. This lets both console logs and state logs to be stored in the same directory. The console messages are always logged. Allow state log files to be overwritten.

  2. Baseline for stereo cameras

  3. Fix log playback with levels. This drops support for logs created before v2.0.0.

  4. Add worker threads for System PostUpdate phase

  5. Added a test runner for executing an SDF and recording simulation rates. See the test/performance/READEM.md file for more info.

Ignition Gazebo 2.6.1 (2019-07-26)

  1. Clear stepMsg before populating it

Ignition Gazebo 2.6.0 (2019-07-24)

  1. Improve performance of Pose Publisher

  2. Fix distributed sim

Ignition Gazebo 2.5.0 (2019-07-19)

  1. The LinearBatteryPlugin system publishes battery state

Ignition Gazebo 2.4.0 (2019-07-17)

  1. Bundle scene updates in sensor system

Ignition Gazebo 2.3.0 (2019-07-13)

  1. Improve physics system peformance by skipping static model updates. Components state information has been incorporated, which is used to indicate if a component change is periodic (such as through a physics update) or a one-time change (such as through a user command).

  2. Add sdf parameter to battery to start draining only when robot has started moving

  3. Improve SceneBroadcaster peformance by 1) Limit message generation if subscribers to pose topics are not present, 2) Set world stats message instead of copying the message, 3) Suppress scenegraph updates when there are no new entities, 4) Make better use of const functions, 5) Prevent creation of msgs::SerializedStep every PostUpdate, 6) Only serialized and transmit components that have changed.

Ignition Gazebo 2.2.0

  1. The DiffDrive system publishes odometry information.

  2. Allow attaching plugins to sensors from a server config.

  3. Remove world name from frame_ids

  4. Fix deadlock when spawning robots

  5. Set default topics for rendering sensors

  6. Support custom random seed from the command line.

Ignition Gazebo 2.1.0

  1. RenderUtil fix bad merge: check for existing entities in GzScene3D on initialization.

  2. Allow sensors to load plugins.

  3. Parse and load submesh geometry in visuals.

  4. Allow setting the update frequency of pose publisher.

  5. Added RGBD camera sensor.

  6. Fix Docker scripts.

  7. Support log playback from a different path

Ignition Gazebo 2.0.0

  1. RenderUtil: check for existing entities in GzScene3D on initialization.

  2. SceneBroadcaster: only send pose state periodically.

  3. PeerTracker: increase distributed simulation peer tracking timeout.

  4. MultiCopterMotorModel: add mutex to protect motor velocity command.

  5. Tweaks to example worlds

  6. DiffDrive system: add topic as system parameter.

  7. Log entity creation and deletion

  8. Multicopter motor model

  9. Fix removing selected entity

  10. Collision serialization

  11. Add support for moving and rotating models

  12. Pose commands

  13. Level performers can be added at runtime using a service call. See the levels tutorial for more information.

  14. Update worlds to GzScene3D

  15. Reduce logging file size

  16. Update PosePublisher system to publish sensor poses and to use scoped names for frame ids

  17. Fix gui plugin linking issue

  18. Toolbar colors

  19. Rename Scene3D gui plugin to GzScene3D

  20. Fix distributed sim documentation

  21. Port Scene3D gui plugin from ign-gui. Renamed to GzScene3D.

  22. Entity tree UI

  23. Add rendering component

  24. Update Camera and DepthCamera components to use sdf::Sensor object instead of an sdf::ElementPtr.

  25. Added system for ignition::sensors::AirPressureSensor.

  26. Support conversion and serialization of Imu components. IMU sensors are loaded from an SDF DOM object.

  27. Throttle sensors update rate

  28. Fix changing themes

  29. Battery tweaks

  30. Support conversion and serialization of PBR parameters in a material component

  31. Joint state pub

  32. Update Altimeter component to use sdf::Sensor object instead of an sdf::ElementPtr.

  33. Update docker nightly dependencies

  34. Ign tool

  35. State broadcast

  36. Use world statistics message on network

  37. Update Magnetometer component to use sdf::Sensor object instead of an sdf::ElementPtr.

  38. Fix Scene3D loading empty world

  39. Support conversion and serialization of scene and light components

  40. Operators instead of De/Serialize

  41. Remove PIMPL from Component

  42. Delay scene broadcaster transport setup

  43. Report link poses from secondaries during distributed simulation, using a cache

  44. Restore log playback

  45. ECM changed state

  46. Joint serialization

  47. Use scene ambient and background color information in sensor configuration.

  48. Performance benchmarking

  49. Remove emissive component from visual materials

  50. Serialization for more components

  51. Added an SDF message to the start of log files.

  52. Unify network and sync managers

  53. Add PerformerLevels component

  54. Distributed sim deprecate envs

  55. Use ign-sensors magnetometer sensor plugin

  56. Use ign-sensors altimeter sensor plugin

  57. Use ign-sensors imu sensor plugin

  58. Depend on ign-sensors rendering component

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.