Highlights
Fortress
: Conversion between SDFormat and USD (Universal Scene Description)
-
Fortress
: Visibility mask for Lidar sensors, so some visuals can be ignored: -
Citadel
/Fortress
: CLI to print an SDF model’s inertial stats$ ign sdf --inertial-stats cleanerbot1/2/model.sdf Inertial statistics for model: CleanerBot1 --- Total mass of the model: 25 --- Centre of mass in model frame: X: 0.216 Y: 0 Z: 0.291765 --- Moment of inertia matrix: 4.47941 0 -0.762353 0 3.89701 0 -0.762353 0 3.9186 ---
-
Citadel
/Fortress
: Capsule and Ellipsoid Python interfacesfrom ignition.math import Capsuled, MassMatrix3d capsule = Capsuled(1.0, 0.001) volume = capsule.volume() density = capsule.density_from_mass(10)) massMat = capsule.mass_matrix()
Releases
These are the minor and patch releases that came out since the previous post.
Gazebo Math 6.11.0 (Citadel, Fortress)
Changelog
MassMatrix3
: fix bug inPrincipalAxesOffset
tolerances- Fix return policies for some member functions
- Added
Ellipsoid
Python interface - Added
Capsule
Python interface - Fixes for tests on i386: relax
SphericalCoordinates
and workaround for negative zero - Added helper function to check if a string represents a time
- Reduce
pybind11
compilation memory
Contributors
Addisu Z. Taddese
Alejandro Hernández Cordero
Jose Luis Rivero
Louise Poubel
Nate Koenig
Steve Peters
SDFormat 12.5.0 (Fortress)
Changelog
- Add visibility mask to Lidar / Ray sensor
- Camera: fix default trigger topic
- Polyline geometry DOM
- Added
<shininess>
to<material>
inertial.sdf
: fix ambiguities in documentation- Added equality operators to
Plugin
- Added convenience constructor to plugin
- Use
ign-utils
instead ofign-cmake
utilities - Added
Friction
andODE
classes - Add
L16
pixel format to Camera pixel format conversion function - Added
--inertial-stats
option toign sdf
- Added
anti_aliasing
element to camera’s SDF - DOC 1.9: clarify behavior of //model/model/static
- SDF to USD
- USD to SDF
Contributors
Aditya Pande
Alejandro Hernández Cordero
Ian Chen
Louise Poubel
Nate Koenig
Steve Peters
William Lew
Gazebo Rendering 6.4.0 (Fortress)
Changelog
- Add support for
GpuRays
(lidar) visibility mask - Use
gz-utils
test macros - Cleanup depth camera resources on destroy
- Fixed
Readme.md
typo - Destroy root node and clean up sensor resources on exit
- Add repo specific issue templates
Contributors
Addisu Z. Taddese
Guillaume Jacquenot
Ian Chen
Louise Poubel
Gazebo Sensors 6.4.0 (Fortress)
Changelog
- Set lidar visibility mask
- Fix triggered camera test
- Add support for l8 format
- Fix
<ignition_frame_id>
not working forGpuLidarSensor
Contributors
Aditya Pande
G.Doisy
Ian Chen
Steve Peters
SDFormat 9.8.0 (Citadel)
Changelog
Polyline
geometryDOM
- Added
<shininess>
to<material>
- Backport
ign sdf --inertial-stats
- Add
L16
pixel format to Camera pixel format conversion function - Anti-aliasing element for
<camera><image>
- Fix loading nested include with custom attributes
- add
enable_orientation
to 1.6 spec - Fix
xyz
andrpy
offsets in fixed joint reduction - Translate poses of nested models inside other nested models (sdf6)
- Fix flattening logic for nested model names (sdf6)
- Parse
rpyOffset
as radians - Infrastructure
Contributors
Addisu Z. Taddese
Aditya Pande
Ian Chen
Jenn Nguyen
Jose Luis Rivero
Louise Poubel
Nate Koenig
Steve Peters
William Lew