|
1 | 1 | ## Ignition Gazebo 4.x |
2 | 2 |
|
| 3 | +### Ignition Gazebo 4.6.0 (2021-03-01) |
| 4 | + |
| 5 | +1. Use a custom data structure to manage entity feature maps. |
| 6 | + * [Pull Request 586](https://github.com/ignitionrobotics/ign-gazebo/pull/586) |
| 7 | + |
| 8 | +1. Limit scene broadcast publications when paused. |
| 9 | + * [Pull Request 497](https://github.com/ignitionrobotics/ign-gazebo/pull/497) |
| 10 | + |
| 11 | +1. Report performer count in PerformerDetector plugin. |
| 12 | + * [Pull Request 652](https://github.com/ignitionrobotics/ign-gazebo/pull/652) |
| 13 | + |
| 14 | +1. Cache top level and static to speed up physics system. |
| 15 | + * [Pull Request 656](https://github.com/ignitionrobotics/ign-gazebo/pull/656) |
| 16 | + |
| 17 | +1. Support particle emitter modification using partial message. |
| 18 | + * [Pull Request 651](https://github.com/ignitionrobotics/ign-gazebo/pull/651) |
| 19 | + |
| 20 | +1. Set LD_LIBRARY_PATH on Actions CI. |
| 21 | + * [Pull Request 650](https://github.com/ignitionrobotics/ign-gazebo/pull/650) |
| 22 | + |
| 23 | +1. Fix flaky SceneBroadcaster test. |
| 24 | + * [Pull Request 641](https://github.com/ignitionrobotics/ign-gazebo/pull/641) |
| 25 | + |
| 26 | +1. Add a convenience function for getting possibly non-existing components. |
| 27 | + * [Pull Request 629](https://github.com/ignitionrobotics/ign-gazebo/pull/629) |
| 28 | + |
| 29 | +1. Add msg to show the computed temperature range computed from temperature |
| 30 | + gradient. |
| 31 | + * [Pull Request 643](https://github.com/ignitionrobotics/ign-gazebo/pull/643) |
| 32 | + |
| 33 | +1. Add TF/Pose_V pub in DiffDrive. |
| 34 | + * [Pull Request 548](https://github.com/ignitionrobotics/ign-gazebo/pull/548) |
| 35 | + |
| 36 | +1. Relax flaky performance test. |
| 37 | + * [Pull Request 640](https://github.com/ignitionrobotics/ign-gazebo/pull/640) |
| 38 | + |
| 39 | +1. Improve velocity control test. |
| 40 | + * [Pull Request 642](https://github.com/ignitionrobotics/ign-gazebo/pull/642) |
| 41 | + |
| 42 | +1. Validity check for user defined topics in JointPositionController. |
| 43 | + * [Pull Request 639](https://github.com/ignitionrobotics/ign-gazebo/pull/639) |
| 44 | + |
| 45 | +1. Add laser_retro support. |
| 46 | + * [Pull Request 603](https://github.com/ignitionrobotics/ign-gazebo/pull/603) |
| 47 | + |
| 48 | +1. Fix pose of plane visual with non-default normal vector. |
| 49 | + * [Pull Request 574](https://github.com/ignitionrobotics/ign-gazebo/pull/574) |
| 50 | + |
3 | 51 | ### Ignition Gazebo 4.5.0 (2020-02-17) |
4 | 52 |
|
5 | 53 | 1. Added particle system. |
|
0 commit comments