|
556 | 556 |
|
557 | 557 | ## Ignition Gazebo 5.x |
558 | 558 |
|
559 | | -### Ignition Gazebo 5.X.X (202X-XX-XX) |
| 559 | +### Ignition Gazebo 5.4.0 (2022-03-31) |
| 560 | + |
| 561 | +1. Add the Model Photo Shoot system, port of Modelpropshop plugin from Gazebo classic |
| 562 | + * [Pull request #1331](https://github.com/ignitionrobotics/ign-gazebo/pull/1331) |
| 563 | + |
| 564 | +1. Add wheel slip user command |
| 565 | + * [Pull request #1241](https://github.com/ignitionrobotics/ign-gazebo/pull/1241) |
| 566 | + |
| 567 | +1. Added user command to set multiple entity poses |
| 568 | + * [Pull request #1394](https://github.com/ignitionrobotics/ign-gazebo/pull/1394) |
| 569 | + |
| 570 | +1. Component inspector: refactor Pose3d C++ code into a separate class |
| 571 | + * [Pull request #1400](https://github.com/ignitionrobotics/ign-gazebo/pull/1400) |
| 572 | + |
| 573 | +1. Toggle Light visuals |
| 574 | + * [Pull request #1387](https://github.com/ignitionrobotics/ign-gazebo/pull/1387) |
| 575 | + |
| 576 | +1. Allow to turn on/off lights |
| 577 | + * [Pull request #1343](https://github.com/ignitionrobotics/ign-gazebo/pull/1343) |
| 578 | + |
| 579 | +1. Added more sensor properties to scene/info topic |
| 580 | + * [Pull request #1344](https://github.com/ignitionrobotics/ign-gazebo/pull/1344) |
| 581 | + |
| 582 | +1. JointStatePublisher publish parent, child and axis data |
| 583 | + * [Pull request #1345](https://github.com/ignitionrobotics/ign-gazebo/pull/1345) |
| 584 | + |
| 585 | +1. Fixed light GUI component inspector |
| 586 | + * [Pull request #1337](https://github.com/ignitionrobotics/ign-gazebo/pull/1337) |
| 587 | + |
| 588 | +1. Fix `UNIT_SdfGenerator_TEST` |
| 589 | + * [Pull request #1319](https://github.com/ignitionrobotics/ign-gazebo/pull/1319) |
| 590 | + |
| 591 | +1. Add elevator system |
| 592 | + * [Pull request #535](https://github.com/ignitionrobotics/ign-gazebo/pull/535) |
| 593 | + |
| 594 | +1. Removed unused variables in shapes plugin |
| 595 | + * [Pull request #1321](https://github.com/ignitionrobotics/ign-gazebo/pull/1321) |
| 596 | + |
| 597 | +1. Log an error if JointPositionController cannot find the joint. (citadel retarget) |
| 598 | + * [Pull request #1314](https://github.com/ignitionrobotics/ign-gazebo/pull/1314) |
| 599 | + |
| 600 | +1. Buoyancy: fix center of volume's reference frame |
| 601 | + * [Pull request #1302](https://github.com/ignitionrobotics/ign-gazebo/pull/1302) |
| 602 | + |
| 603 | +1. Remove EachNew calls from sensor PreUpdates |
| 604 | + * [Pull request #1281](https://github.com/ignitionrobotics/ign-gazebo/pull/1281) |
| 605 | + |
| 606 | +1. Prevent GzScene3D 💥 if another scene is already loaded |
| 607 | + * [Pull request #1294](https://github.com/ignitionrobotics/ign-gazebo/pull/1294) |
| 608 | + |
| 609 | +1. Cleanup update call for non-rendering sensors |
| 610 | + * [Pull request #1282](https://github.com/ignitionrobotics/ign-gazebo/pull/1282) |
| 611 | + |
| 612 | +1. Documentation Error |
| 613 | + * [Pull request #1285](https://github.com/ignitionrobotics/ign-gazebo/pull/1285) |
| 614 | + |
| 615 | +1. Min and max parameters for velocity, acceleration, and jerk apply to linear and angular separately. |
| 616 | + * [Pull request #1229](https://github.com/ignitionrobotics/ign-gazebo/pull/1229) |
| 617 | + |
| 618 | +1. Add project() call to examples |
| 619 | + * [Pull request #1274](https://github.com/ignitionrobotics/ign-gazebo/pull/1274) |
| 620 | + |
| 621 | +1. Implement `/server_control::stop` |
| 622 | + * [Pull request #1240](https://github.com/ignitionrobotics/ign-gazebo/pull/1240) |
| 623 | + |
| 624 | +1. 👩🌾 Make depth camera tests more robust (#897) |
| 625 | + * [Pull request #897) (#1257](https://github.com/ignitionrobotics/ign-gazebo/pull/897) (#1257) |
| 626 | + |
| 627 | +1. Support battery draining start via topics |
| 628 | + * [Pull request #1255](https://github.com/ignitionrobotics/ign-gazebo/pull/1255) |
| 629 | + |
| 630 | +1. Make tests run as fast as possible |
| 631 | + * [Pull request #1194](https://github.com/ignitionrobotics/ign-gazebo/pull/1194) |
| 632 | + * [Pull request #1250](https://github.com/ignitionrobotics/ign-gazebo/pull/1250) |
| 633 | + |
| 634 | +1. Fix visualize lidar |
| 635 | + * [Pull request #1224](https://github.com/ignitionrobotics/ign-gazebo/pull/1224) |
| 636 | + |
| 637 | +1. Skip failing Windows tests |
| 638 | + * [Pull request #1205](https://github.com/ignitionrobotics/ign-gazebo/pull/1205) |
| 639 | + * [Pull request #1204](https://github.com/ignitionrobotics/ign-gazebo/pull/1204) |
| 640 | + * [Pull request #1259](https://github.com/ignitionrobotics/ign-gazebo/pull/1259) |
| 641 | + * [Pull request #1408](https://github.com/ignitionrobotics/ign-gazebo/pull/1408) |
| 642 | + |
| 643 | +1. Configurable joint state publisher's topic |
| 644 | + * [Pull request #1076](https://github.com/ignitionrobotics/ign-gazebo/pull/1076) |
| 645 | + |
| 646 | +1. Thruster plugin: add tests and velocity control |
| 647 | + * [Pull request #1190](https://github.com/ignitionrobotics/ign-gazebo/pull/1190) |
| 648 | + |
| 649 | +1. Limit thruster system's input thrust cmd |
| 650 | + * [Pull request #1318](https://github.com/ignitionrobotics/ign-gazebo/pull/1318) |
560 | 651 |
|
561 | 652 | ### Ignition Gazebo 5.3.0 (2021-11-12) |
562 | 653 |
|
|
0 commit comments