|
4 | 4 |
|
5 | 5 | ## Gazebo Sim 8.x
|
6 | 6 |
|
| 7 | +### Gazebo Sim 8.5.0 (2024-06-26) |
| 8 | + |
| 9 | +1. Backport: Adding cone primitives |
| 10 | + * [Pull request #2404](https://github.com/gazebosim/gz-sim/pull/2404) |
| 11 | + |
| 12 | +1. Permit to run gz sim -g on Windows |
| 13 | + * [Pull request #2382](https://github.com/gazebosim/gz-sim/pull/2382) |
| 14 | + |
| 15 | +1. Parse voxel resolution SDF param when decomposing meshes |
| 16 | + * [Pull request #2445](https://github.com/gazebosim/gz-sim/pull/2445) |
| 17 | + |
| 18 | +1. Fix model command api test |
| 19 | + * [Pull request #2444](https://github.com/gazebosim/gz-sim/pull/2444) |
| 20 | + |
| 21 | +1. Add tutorial for using the Pose component |
| 22 | + * [Pull request #2219](https://github.com/gazebosim/gz-sim/pull/2219) |
| 23 | + |
| 24 | +1. Do not update sensors if it a triggered sensor |
| 25 | + * [Pull request #2443](https://github.com/gazebosim/gz-sim/pull/2443) |
| 26 | + |
| 27 | +### Gazebo Sim 8.4.0 (2024-06-12) |
| 28 | + |
| 29 | +1. Add pause run tutorial |
| 30 | + * [Pull request #2383](https://github.com/gazebosim/gz-sim/pull/2383) |
| 31 | + |
| 32 | +1. Fix warning message to show precise jump back in time duration |
| 33 | + * [Pull request #2435](https://github.com/gazebosim/gz-sim/pull/2435) |
| 34 | + |
| 35 | +1. Optimize rendering sensor pose updates |
| 36 | + * [Pull request #2425](https://github.com/gazebosim/gz-sim/pull/2425) |
| 37 | + |
| 38 | +1. Remove a few extra zeros from some sdf files |
| 39 | + * [Pull request #2426](https://github.com/gazebosim/gz-sim/pull/2426) |
| 40 | + |
| 41 | +1. Use VERSION_GREATER_EQUAL in cmake logic |
| 42 | + * [Pull request #2418](https://github.com/gazebosim/gz-sim/pull/2418) |
| 43 | + |
| 44 | +1. Support mesh optimization when using AttachMeshShapeFeature |
| 45 | + * [Pull request #2417](https://github.com/gazebosim/gz-sim/pull/2417) |
| 46 | + |
| 47 | +1. Rephrase cmake comment about CMP0077 |
| 48 | + * [Pull request #2419](https://github.com/gazebosim/gz-sim/pull/2419) |
| 49 | + |
| 50 | +1. Fix CMake warnings in Noble |
| 51 | + * [Pull request #2397](https://github.com/gazebosim/gz-sim/pull/2397) |
| 52 | + |
| 53 | +1. Update sensors with pending trigger immediately in Sensors system |
| 54 | + * [Pull request #2408](https://github.com/gazebosim/gz-sim/pull/2408) |
| 55 | + |
| 56 | +1. Add missing algorithm include |
| 57 | + * [Pull request #2414](https://github.com/gazebosim/gz-sim/pull/2414) |
| 58 | + |
| 59 | +1. Add Track and Follow options in gui EntityContextMenu |
| 60 | + * [Pull request #2402](https://github.com/gazebosim/gz-sim/pull/2402) |
| 61 | + |
| 62 | +1. ForceTorque system: improve readability |
| 63 | + * [Pull request #2403](https://github.com/gazebosim/gz-sim/pull/2403) |
| 64 | + |
| 65 | +1. LTA Dynamics System |
| 66 | + * [Pull request #2241](https://github.com/gazebosim/gz-sim/pull/2241) |
| 67 | + |
| 68 | +1. Remove Empty Test File |
| 69 | + * [Pull request #2396](https://github.com/gazebosim/gz-sim/pull/2396) |
| 70 | + |
| 71 | +1. Fix GCC/CMake warnings for Noble |
| 72 | + * [Pull request #2375](https://github.com/gazebosim/gz-sim/pull/2375) |
| 73 | + |
| 74 | +1. Fix warn unused variable in test |
| 75 | + * [Pull request #2388](https://github.com/gazebosim/gz-sim/pull/2388) |
| 76 | + |
| 77 | +1. Fix name of gz-fuel_tools in package.xml |
| 78 | + * [Pull request #2386](https://github.com/gazebosim/gz-sim/pull/2386) |
| 79 | + |
| 80 | +1. Add package.xml |
| 81 | + * [Pull request #2337](https://github.com/gazebosim/gz-sim/pull/2337) |
| 82 | + |
| 83 | +1. Fix namespace and class links in documentation references that use namespace `gz` |
| 84 | + * [Pull request #2385](https://github.com/gazebosim/gz-sim/pull/2385) |
| 85 | + |
| 86 | +1. Fix ModelPhotoShootTest test failures |
| 87 | + * [Pull request #2294](https://github.com/gazebosim/gz-sim/pull/2294) |
| 88 | + |
| 89 | +1. Enable StoreResolvedURIs when loading SDF |
| 90 | + * [Pull request #2349](https://github.com/gazebosim/gz-sim/pull/2349) |
| 91 | + |
| 92 | +1. Drop python3-disttutils from apt packages files |
| 93 | + * [Pull request #2374](https://github.com/gazebosim/gz-sim/pull/2374) |
| 94 | + |
| 95 | +1. Added example world for `DopplerVelocityLogSystem` |
| 96 | + * [Pull request #2373](https://github.com/gazebosim/gz-sim/pull/2373) |
| 97 | + |
| 98 | +1. Fix Gazebo/White and refactored MaterialParser |
| 99 | + * [Pull request #2302](https://github.com/gazebosim/gz-sim/pull/2302) |
| 100 | + |
| 101 | +1. Support for Gazebo materials |
| 102 | + * [Pull request #2269](https://github.com/gazebosim/gz-sim/pull/2269) |
| 103 | + |
7 | 104 | ### Gazebo Sim 8.3.0 (2024-04-11)
|
8 | 105 |
|
9 | 106 | 1. Use relative install paths for plugin shared libraries and gz-tools data
|
|
0 commit comments