Skip to content

Latest commit

 

History

History
1530 lines (1076 loc) · 82.3 KB

Changelog.md

File metadata and controls

1530 lines (1076 loc) · 82.3 KB

libsdformat 10.X

libsdformat 10.7.0 (2021-12-27)

  1. Fix flattening logic for nested model names (merged forward from sdf6)

  2. Create CODEOWNERS with azeey and scpeters

  3. Fix xyz and rpy offsets in fixed joint reduction

  4. Check joint parent link names in Model::Load

  5. Make exception for plugins when checking for name uniqueness

  6. Added Force Torque Noise functions + Unit tests

  7. Add Joint DOM API to access joint sensors

  8. Add force torque sensor

  9. Remove outdated deprecation note from parser_urdf.hh

  10. Fix URDF fixed joint reduction of plugins

  11. Fix loading nested include with custom attributes

  12. Replace custom cmake code with ign-cmake2

  13. Fix test compilation with USE_INTERNAL_URDF

libsdformat 10.6.0 (2021-09-08)

  1. Parse URDF continuous joint effort/velocity limits

  2. Add enable_orientation SDF element to imu

  3. Add a codecheck make target

  4. Refactor sdf::readXml

  5. Upgrade cpplint and fix new errors

  6. BUG: add missing plugin element to include

  7. Added comment reminder to update functions

  8. Adds enable_metrics flag to Sensor.

  9. Add GPS / NavSat sensor to sdf9

  10. Support parsing elements that are not part of the schema

  11. Add lightmap to 1.7 spec and PBR material DOM

  12. Fix urdf link extension tags

  13. Updated material spec

  14. Minor fix to Migration guide

  15. Error: move << operator from .hh to .cc file

  16. Update build system to allow overriding CXX flags and using clang on Linux

  17. Add Element::FindElement as an alternative to Element::GetElement

  18. Add ValidateGraphs methods to Model/World (sdf9)

  19. Fix ABI break

  20. Parameter passing prototype

  21. Port particle scatter ratio param to sdf 1.6

  22. Making PrintValues() and ToString() able to not print default elements

  23. Add API for determining if an element was set by the user

libsdformat 10.5.0 (2021-05-17)

  1. Add scatter ratio parameter to Particle Emitter DOM.

  2. Methods for removing attributes from an element.

  3. Improve docs of collision bitmask.

libsdformat 10.4.0 (2021-04-06)

  1. Added particle emitter.

  2. Fixed application of tags in lumped linkes during URDF conversion.

  3. Add camera type aliases to docs.

libsdformat 10.3.0 (2021-02-18)

  1. Replace PROJECT_SOURCE_DIR in tests

  2. Add Windows installation

  3. Add laser_retro in Visual

  4. Fix temperature gradient default value in Atmosphere DOM

  5. Wrap description tags in CDATA

  6. Add L16 pixel format to Camera pixel format conversion function

libsdformat 10.2.0 (2021-01-12)

  1. Disable ign test on Windows

  2. Add Heightmap class

  3. Added render_order to material

libsdformat 10.1.0 (2020-12-15)

  1. Fix supported shader types (normal_map_X_space)

  2. Prefix nested model names when flattening

  3. Move list of debian dependencies to packages.apt

  4. Remove custom element warning/error.

  5. Add Sky DOM.

  6. Add <double_sided> to material spec.

  7. Decrease far clip lower bound.

  8. Enable/disable tests for issue #202, add macOS workflow.

  9. Make labeler work with PRs from forks.

  10. Test included model folder missing model.config

  11. Add lightmap to 1.7 spec and PBR material DOM

libsdformat 10.0.0 (2020-09-28)

  1. Return positive INF instead of -1 in DOM API for unbounded symmetric joint limits.

  2. Add cmake option to disable console logfile.

  3. CMake fixes: include CMakePackageConfigHelpers and use modern cmake target for ignition math.

  4. Cmake: add tinyxml2 to Config names.

  5. Define PATH_MAX for Debian Hurd system.

  6. Normalize joint axis xyz vector when parsing from SDFormat.

  7. Migrate to using TinyXML2.

  8. Enforce minimum/maximum values specified in SDFormat description files.

  9. Make parsing of values syntactically more strict with bad values generating an error.

  10. Don't install deprecated parser_urdf.hh header file, fix cmake warning about newline file, fix cmake warning about newlines.

  11. Remove deprecated Pose(), PoseFrame() functions from DOM objects.

  12. Remove deprecated UseParentModelFrame methods from JointAxis DOM.

  13. Changed the default radius of a Cylinder from 1.0 to 0.5 meters.

libsdformat 9.X

libsdformat 9.X.X (202X-XX-XX)

libsdformat 9.7.0 (2021-11-03)

  1. Make exception for plugins when checking for name uniqueness

  2. Backport test utilities from sdf10

  3. Added Force Torque Noise functions + Unit tests

  4. Add Joint DOM API to access joint sensors

  5. Add force torque sensor

libsdformat 9.6.1 (2021-09-07)

  1. Parse URDF continuous joint effort/velocity limits

  2. Add a codecheck make target

  3. Refactor sdf::readXml

  4. Upgrade cpplint and fix new errors

  5. BUG: add missing plugin element to include

  6. Added comment reminder to update functions

libsdformat 9.6.0 (2021-08-18)

  1. Adds enable_metrics flag to Sensor.

  2. Add GPS / NavSat sensor DOM to sdf9

  3. Support parsing elements that are not part of the schema

  4. Add lightmap to 1.7 spec and PBR material DOM

  5. Fix urdf link extension tags

  6. Updated material spec

  7. Minor fix to Migration guide

  8. Error: move << operator from .hh to .cc file

  9. Update build system to allow overriding CXX flags and using clang on Linux

  10. Add Element::FindElement as an alternative to Element::GetElement

  11. Add ValidateGraphs methods to Model/World (sdf9)

  12. Fix ABI break

  13. Making PrintValues() and ToString() able to not print default elements

  14. Add API for determining if an element was set by the user

  15. Methods for removing attributes from an element

  16. Improve docs of collision_bitmask.

  17. Add camera type aliases to docs.

  18. Add action-ignition-ci

libsdformat 9.5.0 (2021-02-11)

  1. Add Windows installation

  2. Add laser_retro in Visual

  3. Wrap description tags in CDATA

libsdformat 9.4.0 (2021-01-08)

  1. Define PATH_MAX for Debian Hurd system

  2. Fix supported shader types (normal_map_X_space)

  3. Move list of debian dependencies to packages.apt

  4. Enable/disable tests for issue #202, add macOS workflow

  5. Test included model folder missing model.config

  6. Prefix nested model names when flattening

  7. Add Sky DOM

  8. camera.sdf: decrease far clip lower bound

  9. material.sdf: add double_sided parameter

  10. Migration to GitHub: CI, links...

  11. Fix Actor copy operators and increase test coverage.

  12. Add Heightmap class

libsdformat 9.3.0 (2020-XX-XX)

  1. Store material file path information.

  2. Support nested models in DOM and frame semantics.

  3. Find python3 in cmake, fix cmake warning.

  4. Fix Actor copy operators and increase test coverage.

  5. GitHub Actions CI, pull request labels.

  6. Change bitbucket links to GitHub.

  7. Param_TEST: test parsing +Inf and -Inf.

  8. SearchForStuff: add logic to find urdfdom without pkg-config.

  9. Observe the CMake variable BUILD_TESTING if it is defined.

  10. Collision: don't load Surface without <surface>.

  11. Properly handle the requirement of C++17 at the CMake exported target level.

  12. Fix homebrew build with external urdfdom.

libsdformat 9.2.0 (2020-04-02)

  1. Remove URI scheme, if present, when finding files.

  2. Build Utils_TEST with Utils.cc explicitly passed since its symbols are not visible.

  3. Keep the URDF style of specifying kinematics when converting URDF to SDF by using frame semantics.

  4. Increase output precision of URDF to SDF conversion, output -0 as 0.

  5. Add test of URDF frame semantics.

  6. Support frame semantics for models nested with

  7. Add surface DOM

  8. Add Transparency to visual DOM

  9. Add camera visibility mask and visual visibility flags

  10. Include overrides for actor and light

  11. Add functionality to generate aggregated SDFormat descriptions via CMake.

  12. parser addNestedModel: check //axis/xyz/@expressed_in before rotating joint axis.

  13. Remove TinyXML symbols from public API: Deprecate URDF2SDF

  14. Remove TinyXML symbols from public API: Move uninstalled headers

  15. Install the Windows .dll shared libraries to bin folder.

  16. Fix cmake type for tinyxml_INCLUDE_DIRS.

  17. Rename SDF to SDFormat / libsdformat on documentation

libsdformat 9.1.0 (2020-01-29)

  1. Remove URI scheme, if present, when finding files.

  2. Fix parsing of pose elements under <include>

  3. Parser: add readFileWithoutConversion and readStringWithoutConversion.

  4. Added accessors to ignition::math::[Boxd, Cylinderd, Planed, Sphered] in the matching sdf::[Box, Cylinder, Plane, Sphere] classes.

  5. Forward port of adjustments for memory leaks:

  6. SDFormat 1.7: remove //world/joint element since it has never been used.

  7. Add clipping for depth camera on rgbd camera sensor

  8. Add tests to confirm that world is not allowed as child link of a joint.

  9. Fix link pose multiplication for URDF.

  10. Enable linter for URDF parser and fix style.

  11. Converter: fix memory leak pointed out by ASan.

  12. Access the original parsed version of an SDF document with Element::OriginalVersion.

  13. Model::Load: fail fast if an SDFormat 1.7 file has name collisions.

  14. Keep DOM objects even if they were loaded with errors.

libsdformat 9.0.0 (2019-12-10)

  1. Move recursiveSameTypeUniqueNames from ign.cc to parser.cc and make public.

  2. Check that joints have valid parent and child names in ign sdf --check.

  3. Model DOM: error when trying to load nested models, which aren't yet supported.

  4. Use consistent namespaces in Filesystem.

  5. Enforce rules about reserved names and unique names among sibling elements.

  6. Relax name checking, so name collisions generate warnings and names are automatically changed.

  7. Unversioned library name for ign tool commands.

  8. Initial version of SDFormat 1.7 specification.

  9. Converter: add <map> element for converting fixed values.

  10. Converter: add descendant_name attribute to recursively search for elements to convert.

  11. SDFormat 1.7: replace use_parent_model_frame element with //axis/xyz/@expressed_in attribute.

  12. SDFormat 1.7: replace //pose/@frame attribute with //pose/@relative_to attribute.

  13. SDFormat 1.7: add //model/@canonical_link attribute and require models to have at least one link.

  14. Static models: allow them to have no links and skip building FrameAttachedToGraph.

  15. SDFormat 1.7: add //frame/attached_to, only allow frames in model and world, add Frame DOM.

  16. FrameSemantics API: add FrameAttachedToGraph and functions for building graph and resolving attached-to body.

  17. FrameSemantics API: add PoseRelativeToGraph and functions for building graph and resolving poses.

  18. Build and validate graphs during Model::Load and World::Load.

  19. Add SemanticPose class with implementation for Link.

  20. Add JointAxis::ResolveXyz and Joint::SemanticPose.

  21. Implement SemanticPose() for Collision, Frame, Light, Model, Sensor, Visual.

  22. Add Frame::ResolveAttachedToBody API for resolving the attached-to body of a frame.

  23. DOM API: deprecate (Set)?PoseFrame API and replace with (Set)?PoseRelativeTo

  24. DOM API: deprecate (Set)?Pose API and replace with (Set)?RawPose

  25. Hide FrameSemantics implementation.

libsdformat 8.0

libsdformat 8.X.X (202X-XX-XX)

libsdformat 8.9.0 (2020-09-04)

  1. Find python3 in cmake, fix warning

  2. Store material file path information

  3. Fix Actor copy operators and increase test coverage.

  4. Migration to GitHub: CI, links...

  5. Increase output precision of URDF to SDF conversion, output -0 as 0.

  6. Fix homebrew build with external urdfdom.

libsdformat 8.8.0 (2020-03-18)

  1. Add Transparency to visual DOM

  2. Install the Windows .dll shared libraries to bin folder.

  3. Fix cmake type for tinyxml_INCLUDE_DIRS.

  4. Add functionality to generate aggregated SDFormat descriptions via CMake.

  5. Remove URI scheme, if present, when finding files.

  6. Rename SDF to SDFormat / libsdformat on documentation

libsdformat 8.7.1 (2020-01-13)

  1. Fix memory leaks in move assignment operator.

  2. Refactoring based on rule-of-five guidance to address memory leaks

libsdformat 8.7.0 (2019-12-13)

  1. Remove some URDF error messages

  2. Fix parsing URDF without inside

  3. Backport URDF multiplication and linter

  4. Add clipping for depth camera on rgbd camera sensor

libsdformat 8.6.1 (2019-12-05)

  1. Unversioned lib name for cmds

libsdformat 8.6.0 (2019-11-20)

  1. configure.bat: use ign-math6, not gz11

  2. Set sdformat8_PKGCONFIG_* variables in cmake config instead of SDFormat_PKGCONFIG*.

  3. Relax cmake check to allow compiling with gcc-7.

  4. Use custom callbacks when reading file (support Fuel URIs).

  5. Update visual DOM to parse cast_shadows property of a visual.

  6. Build Utils_TEST with Utils.cc explicitly passed since its symbols are not visible.

libsdformat 8.5.0 (2019-11-06)

  1. Add thermal_camera sensor type

  2. Use inline namespaces in Utils.cc

  3. Convert ign sdf file inputs to absolute paths before processing them

  4. Add emissive_map to material sdf

  5. Converter: fix bug when converting across multiple versions.

libsdformat 8.4.0 (2019-10-22)

  1. Accept relative path in <uri>.

  2. Element: don't print unset attributes.

  3. Lidar.hh: remove 'using namespace ignition'.

  4. Parse urdf files to sdf 1.5 instead of 1.4 to avoid use_parent_model_frame.

  5. Set camera intrinsics axis skew (s) default value to 0

  6. SDF Root DOM: add ActorCount, ActorByIndex, and ActorNameExists.

  7. Avoid hardcoding /machine:x64 flag on 64-bit on MSVC with CMake >= 3.5.

  8. Move private headers from include/sdf to src folder.

  9. Fix ign library path on macOS.

  10. Use ign sdf --check to check sibling elements of the same type for non-unique names.

  11. Converter: remove all matching elements specified by <remove> tag.

libsdformat 8.3.0 (2019-08-17)

  1. Added Actor DOM

  2. Print cmake build warnings and errors to std_err

libsdformat 8.2.0 (2019-06-18)

  1. Added RGBD Camera Sensor type.

libsdformat 8.1.0 (2019-05-20)

  1. Change installation path of SDF description files to allow side-by-side installation.

  2. Added Lidar Sensor DOM. Also added lidar and gpu_lidar as sensor types. These two types are equivalent to ray and gpu_ray.

  3. SDF Sensor DOM: copy update rate in copy constructor.

  4. Added IMU Sensor DOM.

  5. Added Camera Sensor DOM.

  6. Added wind to link dom.

  7. Added Sensor DOM == operator.

  8. Added AirPressure SDF DOM

  9. Update SDFormat noise elements

  10. Apply rule of five for various DOM classes

  11. Support setting sensor types from a string.

  12. Added Altimeter SDF DOM

  13. Added Magnetometer SDF DOM

  14. Add Scene SDF DOM

  15. Add PBR material SDF element

  16. Set geometry shapes

  17. Clarify names of libsdformat parser and SDF specification in Readme.

  18. Disable macOS tests failing due to issue 202.

libsdformat 8.0.0 (2019-03-01)

  1. Rename depth camera from 'depth' to 'depth_camera'

  2. Rename enum Ray to Lidar

  3. Add support for files that have light tags in the root

  4. Fix locale problems of std::stringstream and of Param::ValueFromString

  5. Add functions to set visual dom's geometry and material

  6. Change cmake project name to sdformat8, export cmake targets

  7. SDF DOM: Add copy constructor and assignment operator to Light. Add lights to Link

  8. Make <limit> a required element for <axis2>

  9. SDF DOM: Add DOM methods for setting axis and thread pitch in sdf::Joint

  10. SDF DOM: Add copy constructors and assignment operator to JointAxis

  11. Removed boost

  12. Versioned namespace

  13. Versioned library install

  14. Add SetGeom to Collision

  15. SDF DOM: Add copy/move constructors and assignment operator to Geometry

  16. SDF DOM: Add copy/move constructors and assignment operator to Material

  17. Add collision_detector to dart physics config

  18. Fix cpack now that project name has version number

  19. Animation tension

  20. Add "geometry" for sonar collision shape

  21. Fix Gui copy constructor

  22. Sensor DOM

libsdformat 7.0

libsdformat 7.0.0 (xxxx-xx-xx)

  1. Build Utils_TEST with Utils.cc explicitly passed since its symbols are not visible.

  2. Parse urdf files to SDFormat 1.5 instead of 1.4 to avoid use_parent_model_frame.

  3. Set camera intrinsics axis skew (s) default value to 0

  4. Avoid hardcoding /machine:x64 flag on 64-bit on MSVC with CMake >= 3.5.

  5. Prevent duplicate use_parent_model_frame tags during file conversion.

  6. Backport inline versioned namespace from version 8.

  7. Backport cmake and SDFormat spec changes from version 8.

  8. Fix ign library path on macOS.

  9. Preserve XML elements that are not part of the SDF specification.

  10. Embed SDF specification files directly in libsdformat.so.

  11. Removed support for SDF spec versions 1.0 and 1.2

  12. SDF DOM: Additions to the document object model.

  13. SDF DOM: Add Element() accessor to Gui, JointAxis and World classes.

  14. Adds the equalivent of gz sdf -d to libsdformat. The command line option will print the full description of the SDF spec.

  15. Adds the equalivent of gz sdf -p to libsdformat. The command line option will convert and print the specified SDFormat file.

  16. SDF DOM: Additions to the document object model.

libsdformat 6.0

libsdformat 6.3.1 (2021-07-06)

  1. Fix flattening logic for nested model names

  2. Translate poses of nested models inside other nested models

libsdformat 6.3.0 (2021-06-21)

  1. Move recursiveSameTypeUniqueNames from ign.cc to parser.cc and make public.

  2. Parse rpyOffset as radians

  3. Parse urdf files to SDFormat 1.5 instead of 1.4 to avoid use_parent_model_frame.

  4. Set camera intrinsics axis skew (s) default value to 0

  5. Avoid hardcoding /machine:x64 flag on 64-bit on MSVC with CMake >= 3.5.

  6. Fix ign library path on macOS.

  7. Use ign sdf --check to check sibling elements of the same type for non-unique names.

  8. Converter: remove all matching elements specified by <remove> tag.

libsdformat 6.2.0 (2019-01-17)

  1. Add geometry for sonar collision shape

  2. Add camera intrinsics (fx, fy, cx, cy, s)

  3. Add actor trajectory tension parameter

libsdformat 6.1.0 (2018-10-04)

  1. Add collision_detector to dart physics config

  2. Fix Windows support for libsdformat6

  3. root.sdf: default SDFormat version 1.6

  4. parser_urdf: print value of highstop instead of pointer address

  5. Tweak error output so jenkins doesn't think it's a compiler warning

libsdformat 6.0.0 (2018-01-25)

  1. SDF DOM: Added a document object model.

  2. Add simplified readFile function.

  3. Remove boost::lexical cast instances

  4. Remove boost regex and iostreams as dependencies

  5. Change certain error checks from asserts to throwing sdf::AssertionInternalError, which is more appropriate for a library.

  6. Updated the internal copy of urdfdom to 1.0, removing more of boost.

  7. urdfdom 1.0 is now required on all platforms.

  8. Remove boost filesystem as a dependency

  9. Deprecated sdf::Color, and switch to use ignition::math::Color

libsdformat 5.x

libsdformat 5.x.x (2017-xx-xx)

libsdformat 5.3.0 (2017-11-13)

  1. Added wrapper around root SDF for an SDF element

  2. Add ODE parallelization parameters: threaded islands and position correction

  3. surface.sdf: expand documentation of friction and slip coefficients

  4. Add preserveFixedJoint option to the URDF parser

  5. Add light as child of link

libsdformat 5.2.0 (2017-08-03)

  1. Added a block for DART-specific physics properties.

  2. Fix parser to read plugin child elements within an <include>

  3. Choosing models with more recent SDFormat version with <include> tag

  4. Added <category_bitmask> to 1.6 surface contact parameters

  5. Support light insertion in state

  6. Case insensitive boolean strings

  7. Enable coverage testing

  8. Add friction_model parameter to ode solver

  9. Add cmake @PKG_NAME@_LIBRARY_DIRS variable to cmake config file

libsdformat 5.1.0 (2017-02-22)

  1. Fixed sdf::convertFile and sdf::convertString always converting to latest version
  2. Added back the ability to set SDFormat version at runtime

libsdformat 5.0.0 (2017-01-25)

  1. Removed libsdformat 4 deprecations

  2. Added an example

  3. Move functions that use TinyXML classes in private headers A contribution from Silvio Traversaro

  4. Fix issues found by the Coverity tool A contribution from Olivier Crave

  5. Add tag to allow for specification of initial joint position

  6. Require ignition-math3 as dependency

  7. Simplifier way of retrieving a value from SDF using Get

libsdformat 4.0

libsdformat 4.x.x (2017-xx-xx)

libsdformat 4.4.0 (2017-10-26)

  1. Add ODE parallelization parameters: threaded islands and position correction

  2. surface.sdf: expand documentation of friction and slip coefficients

  3. Add preserveFixedJoint option to the URDF parser

  4. Add light as child of link

libsdformat 4.3.2 (2017-07-19)

  1. Add documentation for Element::GetFirstElement() and Element::GetNextElement()

  2. Fix parser to read plugin child elements within an <include>

libsdformat 4.3.1 (2017-03-24)

  1. Fix segmentation Fault in sdf::getBestSupportedModelVersion

libsdformat 4.3.0 (2017-03-20)

  1. Choosing models with more recent SDFormat version with <include> tag

  2. Added <category_bitmask> to 1.6 surface contact parameters

  3. Support light insertion in state

  4. Case insensitive boolean strings

  5. Enable coverage testing

  6. Add friction_model parameter to ode solver

  7. Added sampling parameter to <heightmap> SDF element.

  8. Added Migration guide

  9. Add cmake @PKG_NAME@_LIBRARY_DIRS variable to cmake config file

libsdformat 4.2.0 (2016-10-10)

  1. Added tag to specify ODE friction model.

  2. Fix URDF to SDF self_collide bug.

  3. Added IMU orientation specification to SDF.

libsdformat 4.1.1 (2016-07-08)

  1. Added documentation and animation to <actor> element.

  2. Added tag to specify initial joint position

libsdformat 4.1.0 (2016-04-01)

  1. Added SDF conversion functions to parser including sdf::convertFile and sdf::convertString.

  2. Added an upload script

libsdformat 4.0.0 (2015-01-12)

  1. Boost pointers and boost::function in the public API have been replaced by their std::equivalents (C++11 standard)
  2. Move gravity and magnetic_field tags from physics to world
  3. Switch lump link prefix from lump:: to lump_
  4. New element. A contribution from Olivier Crave
  5. Add scale to model state
  6. Use stof functions to parse hex strings as floating point params. A contribution from Rich Mattes
  7. Fix memory leaks. A contribution from Silvio Traversaro
  8. Update SDF to version 1.6: new style for representing the noise properties of an imu

libsdformat 3.0

libsdformat 3.X.X (201X-XX-XX)

  1. Improve precision of floating point parameters

libsdformat 3.7.0 (2015-11-20)

  1. Add spring pass through for sdf3

  2. Support frame specification in SDF

  3. Remove boost from SDFExtension

libsdformat 3.6.0 (2015-10-27)

  1. Add light state
  2. redo pull request #222 for sdf3 branch
  3. Fix links in API documentation

libsdformat 3.5.0 (2015-10-07)

  1. Camera lens description (Replaces #213)
  2. Fix shared pointer reference loop in Element and memory leak (#104)

libsdformat 3.4.0 (2015-10-05)

  1. Support nested model states
  2. Cleaner way to set SDF_PATH for tests

libsdformat 3.3.0 (2015-09-15)

  1. Windows Boost linking errors
  2. Nested SDF -> sdf3
  3. Pointer types
  4. Torsional friction default surface radius not infinity

libsdformat 3.2.2 (2015-08-24)

  1. Added battery element (contribution from Olivier Crave)
  2. Torsional friction backport
  3. Allow Visual Studio 2015

libsdformat 3.1.1 (2015-08-03)

  1. Fix tinyxml linking error

libsdformat 3.1.0 (2015-08-02)

  1. Added logical camera sensor to SDF

libsdformat 3.0.0 (2015-07-24)

  1. Added battery to SDF
  2. Added altimeter sensor to SDF
  3. Added magnetometer sensor to SDF
  4. Fix detection of XML parsing errors
  5. Support for fixed joints
  6. Adding iterations to state
  7. Convert to use ignition-math
  8. Add world origin to scene
  9. Fix collide bitmask
  10. Adding meta information to visuals
  11. Add projection type to gui camera
  12. Fix print description to include attribute description
  13. Add -std=c++11 flag to sdf_config.cmake.in and sdformat.pc.in, needed by downstream code
  14. Added boost::any accessor for Param and Element
  15. Remove tinyxml from dependency list
  16. Added self_collide element for model
  17. Added a collision bitmask field to sdf-1.5 and c++11 support
  18. Fix problems with latin locales and decimal numbers (issue #60)

libsdformat 2.x

  1. rename cfm_damping --> implicit_spring_damper
  2. add gear_ratio and reference_body for gearbox joint.
  3. Update joint stop stiffness and dissipation
  4. Support for GNUInstallDirs
  5. <use_true_size> element used by DEM heightmaps
  6. Do not export urdf symbols in SDFormat 1.4
  7. adding deformable properties per issue #32
  8. Support to use external URDF
  9. Add lighting element to visual
  10. SDF 1.5: add flag to fix joint axis frame #43 (gazebo issue 494)
  11. Implement SDF_PROTOCOL_VERSION (issue #51)
  12. Port libsdformat to compile on Windows (MSVC)
  13. Separate material properties in material.sdf
  14. Add road textures (repeat pull request #104 for sdf_2.0)
  15. Add Extruded Polylines as a model
  16. Added polyline for sdf_2.0
  17. Add spring_reference and spring_stiffness tags to joint axis dynamics
  18. Fix actor static
  19. New element
  20. Add camera distortion element
  21. Inclusion of magnetic field strength sensor
  22. Properly add URDF gazebo extensions blobs to SDF joint elements
  23. Allow gui plugins to be specified in SDF
  24. Backport magnetometer
  25. Add flag for MOI rescaling to SDFormat 1.4
  26. Parse urdf joint friction parameters, add corresponding test
  27. Allow reading of boolean values from plugin elements.
  28. Implement generation of XML Schema files (issue #2)
  29. Fix build for OS X 10.10
  30. Improve performance in loading SDF elements
  31. Added urdf gazebo extension option to disable fixed joint lumping
  32. Support urdfdom 0.3 (alternative to pull request #122)
  33. Update list of supported joint types
  34. Ignore unknown elements
  35. Physics preset attributes
  36. Backport fix for latin locales (pull request #147)

libsdformat 1.4

libsdformat 1.4.8 (2013-09-06)

  1. Fix inertia transformations when reducing fixed joints in URDF
  2. Add <use_terrain_paging> element to support terrain paging in gazebo
  3. Further reduce console output when using URDF models

libsdformat 1.4.7 (2013-08-22)

  1. Direct console messages to std_err

libsdformat 1.4.6 (2013-08-20)

  1. Add tags for GPS sensor and sensor noise
  2. Add tags for wireless transmitter/receiver models
  3. Add tags for playback of audio files in Gazebo
  4. Add tags for simbody physics parameters
  5. Log messages to a file, reduce console output
  6. Generalize ode's <provide_feedback> element
  7. Various bug, style and test fixes

libsdformat 1.4.5 (2013-07-23)

  1. Deprecated Gazebo's internal SDF code
  2. Use templatized Get functions for retrieving values from SDF files
  3. Removed dependency on ROS