|
1 | 1 | ## Gazebo Sim 8.x |
2 | 2 |
|
| 3 | +### Gazebo Sim 8.10.0 (2025-10-23) |
| 4 | + |
| 5 | +1. Clean up temporary home directory to make tests more robust |
| 6 | + * [Pull request #3146](https://github.com/gazebosim/gz-sim/pull/3146) |
| 7 | + |
| 8 | +1. Fix UserCommands services so that they return the actual status the executed command |
| 9 | + * [Pull request #2999](https://github.com/gazebosim/gz-sim/pull/2999) |
| 10 | + |
| 11 | +1. Add EntitySemantics system that enables setting categories and tags |
| 12 | + * [Pull request #3005](https://github.com/gazebosim/gz-sim/pull/3005) |
| 13 | + |
| 14 | +1. Refactor Transport service handlers `UserCommands` |
| 15 | + * [Pull request #2996](https://github.com/gazebosim/gz-sim/pull/2996) |
| 16 | + |
| 17 | +1. Expose APIs for clearing the ECMs internal state tracking addition and removal |
| 18 | + * [Pull request #3002](https://github.com/gazebosim/gz-sim/pull/3002) |
| 19 | + |
| 20 | +1. Disable failing test on macOS in EntityComponentManager_TEST |
| 21 | + * [Pull request #3113](https://github.com/gazebosim/gz-sim/pull/3113) |
| 22 | + |
| 23 | +1. Fix crash when setting debug visualization mode while GI is disabled |
| 24 | + * [Pull request #3059](https://github.com/gazebosim/gz-sim/pull/3059) |
| 25 | + |
| 26 | +1. Fix crash and synchronize gui when disabling GI with active debug visualization mode |
| 27 | + * [Pull request #3062](https://github.com/gazebosim/gz-sim/pull/3062) |
| 28 | + |
| 29 | +1. Add Null check for scene initialization in `onRefreshCamerasImpl` to prevent crash |
| 30 | + * [Pull request #3051](https://github.com/gazebosim/gz-sim/pull/3051) |
| 31 | + |
| 32 | +1. Update logic for setting initial state |
| 33 | + * [Pull request #3044](https://github.com/gazebosim/gz-sim/pull/3044) |
| 34 | + |
| 35 | +1. Fix compatibility with protobuf v30 |
| 36 | + * [Pull request #3034](https://github.com/gazebosim/gz-sim/pull/3034) |
| 37 | + |
| 38 | +1. Adds a regression test for logplayback fix in #2611 |
| 39 | + * [Pull request #2619](https://github.com/gazebosim/gz-sim/pull/2619) |
| 40 | + |
| 41 | +1. Add missing algorithm include |
| 42 | + * [Pull request #3022](https://github.com/gazebosim/gz-sim/pull/3022) |
| 43 | + |
| 44 | +1. Update our usage of workerpools |
| 45 | + * [Pull request #2995](https://github.com/gazebosim/gz-sim/pull/2995) |
| 46 | + |
| 47 | +1. Fix log playback GUI display |
| 48 | + * [Pull request #2611](https://github.com/gazebosim/gz-sim/pull/2611) |
| 49 | + |
| 50 | +1. Assign new gz-sim maintainer |
| 51 | + * [Pull request #3008](https://github.com/gazebosim/gz-sim/pull/3008) |
| 52 | + |
| 53 | +1. Physics System populates link bounding boxes |
| 54 | + * [Pull request #2821](https://github.com/gazebosim/gz-sim/pull/2821) |
| 55 | + |
| 56 | +1. Add support to get link AABB from its collisions |
| 57 | + * [Pull request #2787](https://github.com/gazebosim/gz-sim/pull/2787) |
| 58 | + |
| 59 | +1. Set IGN_IP=127.0.0.1 in cmd tests |
| 60 | + * [Pull request #2959](https://github.com/gazebosim/gz-sim/pull/2959) |
| 61 | + * [Pull request #2887](https://github.com/gazebosim/gz-sim/pull/2887) |
| 62 | + |
| 63 | +1. Fix publishing only top level model pose in pose publisher |
| 64 | + * [Pull request #2697](https://github.com/gazebosim/gz-sim/pull/2697) |
| 65 | + |
| 66 | +1. Fix crash when adding the `AdvancedLiftDrag` plugin without designating specific entity |
| 67 | + * [Pull request #2923](https://github.com/gazebosim/gz-sim/pull/2923) |
| 68 | + |
| 69 | +1. Fix crash when adding the `LiftDrag` plugin without designating specific entity |
| 70 | + * [Pull request #2907](https://github.com/gazebosim/gz-sim/pull/2907) |
| 71 | + |
| 72 | +1. Do not create light visuals on server side |
| 73 | + * [Pull request #2888](https://github.com/gazebosim/gz-sim/pull/2888) |
| 74 | + |
| 75 | +1. [Documentation] Address #2850: Mention `GZ_SIM_SYSTEM_PLUGIN_PATH` |
| 76 | + * [Pull request #2863](https://github.com/gazebosim/gz-sim/pull/2863) |
| 77 | + |
| 78 | +1. Bring back feature for plotting pose attributes from Component Inspector |
| 79 | + * [Pull request #2835](https://github.com/gazebosim/gz-sim/pull/2835) |
| 80 | + |
| 81 | +1. Add more documentation to environmental_sensor.sdf example world |
| 82 | + * [Pull request #2836](https://github.com/gazebosim/gz-sim/pull/2836) |
| 83 | + |
| 84 | +1. Add MecanumDrive plugin with Odom and Tf, with Tests. |
| 85 | + * [Pull request #2297](https://github.com/gazebosim/gz-sim/pull/2297) |
| 86 | + |
| 87 | +1. Also handle SIGTERM gracefully |
| 88 | + * [Pull request #2747](https://github.com/gazebosim/gz-sim/pull/2747) |
| 89 | + |
| 90 | +1. Gui.cc: return "" instead of nullptr |
| 91 | + * [Pull request #2819](https://github.com/gazebosim/gz-sim/pull/2819) |
| 92 | + |
| 93 | +1. Attempts to print a stacktrace on segfault in our integration tests |
| 94 | + * [Pull request #2776](https://github.com/gazebosim/gz-sim/pull/2776) |
| 95 | + |
| 96 | +1. Fix initialization of world components when enabling velocity checks |
| 97 | + * [Pull request #2777](https://github.com/gazebosim/gz-sim/pull/2777) |
| 98 | + |
| 99 | +1. Attempt to correct mass matrix in mesh inertia calculator |
| 100 | + * [Pull request #2775](https://github.com/gazebosim/gz-sim/pull/2775) |
| 101 | + |
| 102 | +1. Update LogicalCamera plugin to detect nested models |
| 103 | + * [Pull request #2788](https://github.com/gazebosim/gz-sim/pull/2788) |
| 104 | + |
| 105 | +1. Support mesh optimization params in mesh inertial calculator |
| 106 | + * [Pull request #2770](https://github.com/gazebosim/gz-sim/pull/2770) |
| 107 | + |
| 108 | +1. Reduce/Eliminate `sdf::Model` and `sdf::World` serialization warnings |
| 109 | + * [Pull request #2742](https://github.com/gazebosim/gz-sim/pull/2742) |
| 110 | + |
| 111 | +1. Fix mesh import filters not displaying correctly on KDE |
| 112 | + * [Pull request #2732](https://github.com/gazebosim/gz-sim/pull/2732) |
| 113 | + |
| 114 | +1. Add parameter for adjust current sign in battery plugin |
| 115 | + * [Pull request #2696](https://github.com/gazebosim/gz-sim/pull/2696) |
| 116 | + |
| 117 | +1. Fix uncontrolled cast of size_t to uint |
| 118 | + * [Pull request #2687](https://github.com/gazebosim/gz-sim/pull/2687) |
| 119 | + |
| 120 | +1. Improve load times by skipping serialization of entities when unnecessary |
| 121 | + * [Pull request #2596](https://github.com/gazebosim/gz-sim/pull/2596) |
| 122 | + |
| 123 | +1. Check valid pointer |
| 124 | + * [Pull request #2674](https://github.com/gazebosim/gz-sim/pull/2674) |
| 125 | + |
| 126 | +1. Disable detachable_joint integration test case on Windows |
| 127 | + * [Pull request #2523](https://github.com/gazebosim/gz-sim/pull/2523) |
| 128 | + |
| 129 | +1. Initialize threadsNeedCleanUp |
| 130 | + * [Pull request #2503](https://github.com/gazebosim/gz-sim/pull/2503) |
| 131 | + |
| 132 | +1. Remove systems if their parent entity is removed |
| 133 | + * [Pull request #2232](https://github.com/gazebosim/gz-sim/pull/2232) |
| 134 | + |
| 135 | +1. Disable failing testFixture_TEST for MacOS |
| 136 | + * [Pull request #2499](https://github.com/gazebosim/gz-sim/pull/2499) |
| 137 | + |
| 138 | +1. Fix DLL linkage/visibility issues |
| 139 | + * [Pull request #2254](https://github.com/gazebosim/gz-sim/pull/2254) |
| 140 | + |
| 141 | +1. Address a few Windows CI Issues |
| 142 | + * [Pull request #1911](https://github.com/gazebosim/gz-sim/pull/1911) |
| 143 | + |
| 144 | +1. Fix bug where iterator was used after the underlying item was erased from the container |
| 145 | + * [Pull request #2412](https://github.com/gazebosim/gz-sim/pull/2412) |
| 146 | + |
| 147 | +1. Setup rendering environment before cmake runs |
| 148 | + * [Pull request #1965](https://github.com/gazebosim/gz-sim/pull/1965) |
| 149 | + |
3 | 150 | ### Gazebo Sim 8.9.0 (2025-02-10) |
4 | 151 |
|
5 | 152 | 1. Physics: Add components to request and receive Ray intersections |
|
0 commit comments