|
131 | 131 |
|
132 | 132 | ## Gazebo Sim 7.x
|
133 | 133 |
|
| 134 | +### Gazebo Sim 7.7.0 (2024-01-17) |
| 135 | + |
| 136 | +1. Allow using plugin file names and environment variables compatible with Garden and later |
| 137 | + * [Pull request #2275](https://github.com/gazebosim/gz-sim/pull/2275) |
| 138 | + |
| 139 | +1. Added tutorial for Gazebo joint controller plugin |
| 140 | + * [Pull request #2263](https://github.com/gazebosim/gz-sim/pull/2263) |
| 141 | + |
| 142 | +1. Fix incorrect light direction in tunnel.sdf example |
| 143 | + * [Pull request #2264](https://github.com/gazebosim/gz-sim/pull/2264) |
| 144 | + |
| 145 | +1. Fix DLL linkage/visibility issues |
| 146 | + * [Pull request #2254](https://github.com/gazebosim/gz-sim/pull/2254) |
| 147 | + |
| 148 | +1. mecanum_drive: use mesh wheels in example world |
| 149 | + * [Pull request #2250](https://github.com/gazebosim/gz-sim/pull/2250) |
| 150 | + |
| 151 | +1. environment_preload: fix windows compiler warnings |
| 152 | + * [Pull request #2246](https://github.com/gazebosim/gz-sim/pull/2246) |
| 153 | + |
| 154 | +1. EnvironmentPreload: ignerr -> gzerr |
| 155 | + * [Pull request #2245](https://github.com/gazebosim/gz-sim/pull/2245) |
| 156 | + |
| 157 | +1. Update friction parameters for skid steer example |
| 158 | + * [Pull request #2235](https://github.com/gazebosim/gz-sim/pull/2235) |
| 159 | + |
| 160 | +1. Use sdf FindElement API to avoid const_cast |
| 161 | + * [Pull request #2236](https://github.com/gazebosim/gz-sim/pull/2236) |
| 162 | + |
| 163 | +1. Use `GZ_PI` instead of `M_PI` to fix windows builds |
| 164 | + * [Pull request #2230](https://github.com/gazebosim/gz-sim/pull/2230) |
| 165 | + |
| 166 | +1. Add note about elevator example |
| 167 | + * [Pull request #2227](https://github.com/gazebosim/gz-sim/pull/2227) |
| 168 | + |
| 169 | +1. Porting Advanced Lift Drag Plugin to Gazebo |
| 170 | + * [Pull request #2185](https://github.com/gazebosim/gz-sim/pull/2185) |
| 171 | + * [Pull request #2226](https://github.com/gazebosim/gz-sim/pull/2226) |
| 172 | + |
| 173 | +1. Fix macOS test failures by registering components in the core library |
| 174 | + * [Pull request #2220](https://github.com/gazebosim/gz-sim/pull/2220) |
| 175 | + |
| 176 | +1. Fix for sensor pointer null when navsat plugin in included in sdf |
| 177 | + * [Pull request #2176](https://github.com/gazebosim/gz-sim/pull/2176) |
| 178 | + |
| 179 | +1. Fix another deadlock in sensors system |
| 180 | + * [Pull request #2200](https://github.com/gazebosim/gz-sim/pull/2200) |
| 181 | + |
| 182 | +1. Fix sensors system parallel updates |
| 183 | + * [Pull request #2201](https://github.com/gazebosim/gz-sim/pull/2201) |
| 184 | + |
| 185 | +1. Relax pose check in actor no mesh test |
| 186 | + * [Pull request #2196](https://github.com/gazebosim/gz-sim/pull/2196) |
| 187 | + |
| 188 | +1. backport component inspector Vector3d width fix |
| 189 | + * [Pull request #2195](https://github.com/gazebosim/gz-sim/pull/2195) |
| 190 | + |
| 191 | +1. fix INTEGRATION_save_world's SdfGeneratorFixture.ModelWithNestedIncludes test |
| 192 | + * [Pull request #2197](https://github.com/gazebosim/gz-sim/pull/2197) |
| 193 | + |
| 194 | +1. Lift Drag Bug Fix |
| 195 | + * [Pull request #2189](https://github.com/gazebosim/gz-sim/pull/2189) |
| 196 | + * [Pull request #2272](https://github.com/gazebosim/gz-sim/pull/2272) |
| 197 | + * [Pull request #2273](https://github.com/gazebosim/gz-sim/pull/2273) |
| 198 | + * [Issue #2188](https://github.com/gazebosim/gz-sim/issues/2188) |
| 199 | + |
| 200 | +1. Bump Fuel model version in test |
| 201 | + * [Pull request #2190](https://github.com/gazebosim/gz-sim/pull/2190) |
| 202 | + |
| 203 | +1. Fix enviroment system loading mechanism |
| 204 | + * [Pull request #1842](https://github.com/gazebosim/gz-sim/pull/1842) |
| 205 | + |
| 206 | +1. Infrastructure |
| 207 | + * [Pull request #2237](https://github.com/gazebosim/gz-sim/pull/2237) |
| 208 | + * [Pull request #2222](https://github.com/gazebosim/gz-sim/pull/2222) |
| 209 | + |
| 210 | + |
134 | 211 | ### Gazebo Sim 7.6.0 (2023-09-26)
|
135 | 212 |
|
136 | 213 | 1. Documentation updates
|
|
1018 | 1095 |
|
1019 | 1096 | ## Gazebo Sim 6.x
|
1020 | 1097 |
|
| 1098 | +### Gazebo Sim 6.16.0 (2024-01-12) |
| 1099 | + |
| 1100 | +1. Allow using plugin file names and environment variables compatible with Garden and later |
| 1101 | + * [Pull request #2275](https://github.com/gazebosim/gz-sim/pull/2275) |
| 1102 | + |
| 1103 | +1. Update friction parameters for skid steer example |
| 1104 | + * [Pull request #2235](https://github.com/gazebosim/gz-sim/pull/2235) |
| 1105 | + |
| 1106 | +1. Relax pose check in actor no mesh test |
| 1107 | + * [Pull request #2196](https://github.com/gazebosim/gz-sim/pull/2196) |
| 1108 | + |
| 1109 | +1. Fix macOS test failures by registering components in the core library |
| 1110 | + * [Pull request #2220](https://github.com/gazebosim/gz-sim/pull/2220) |
| 1111 | + |
| 1112 | +1. Fix for sensor pointer null when navsat plugin in included in sdf |
| 1113 | + * [Pull request #2176](https://github.com/gazebosim/gz-sim/pull/2176) |
| 1114 | + |
| 1115 | +1. Fix another deadlock in sensors system |
| 1116 | + * [Pull request #2200](https://github.com/gazebosim/gz-sim/pull/2200) |
| 1117 | + |
| 1118 | +1. Backport component inspector Vector3d width fix |
| 1119 | + * [Pull request #2195](https://github.com/gazebosim/gz-sim/pull/2195) |
| 1120 | + |
| 1121 | +1. Bump Fuel model version in test |
| 1122 | + * [Pull request #2190](https://github.com/gazebosim/gz-sim/pull/2190) |
| 1123 | + |
| 1124 | +1. Infrastructure |
| 1125 | + * [Pull request #2237](https://github.com/gazebosim/gz-sim/pull/2237) |
| 1126 | + * [Pull request #2222](https://github.com/gazebosim/gz-sim/pull/2222) |
1021 | 1127 |
|
1022 | 1128 | ### Gazebo Sim 6.15.0 (2023-08-16)
|
1023 | 1129 |
|
|
0 commit comments