17 KiB
SDFormat 4.0
SDFormat 4.x.x (2017-xx-xx)
SDFormat 4.4.0 (2017-10-26)
-
Add ODE parallelization parameters: threaded islands and position correction
-
surface.sdf: expand documentation of friction and slip coefficients
-
Add preserveFixedJoint option to the URDF parser
-
Add light as child of link
SDFormat 4.3.2 (2017-07-19)
-
Add documentation for
Element::GetFirstElement()
andElement::GetNextElement()
-
Fix parser to read plugin child elements within an
<include>
SDFormat 4.3.1 (2017-03-24)
- Fix segmentation Fault in
sdf::getBestSupportedModelVersion
SDFormat 4.3.0 (2017-03-20)
-
Choosing models with more recent sdf version with
<include>
tag -
Added
<category_bitmask>
to 1.6 surface contact parameters -
Support light insertion in state
-
Case insensitive boolean strings
-
Enable coverage testing
-
Add
friction_model
parameter to ode solver -
Added
sampling
parameter to<heightmap>
SDF element. -
Added Migration guide
-
Add cmake
@PKG_NAME@_LIBRARY_DIRS
variable to cmake config file
SDFormat 4.2.0 (2016-10-10)
-
Added tag to specify ODE friction model.
-
Fix URDF to SDF
self_collide
bug. -
Added IMU orientation specification to SDF.
SDFormat 4.1.1 (2016-07-08)
-
Added documentation and animation to
<actor>
element. -
Added tag to specify initial joint position
SDFormat 4.1.0 (2016-04-01)
-
Added SDF conversion functions to parser including sdf::convertFile and sdf::convertString.
-
Added an upload script
SDFormat 4.0.0 (2015-01-12)
- Boost pointers and boost::function in the public API have been replaced by their std::equivalents (C++11 standard)
- Move gravity and magnetic_field tags from physics to world
- Switch lump link prefix from lump:: to lump_
- New element. A contribution from Olivier Crave
- Add scale to model state
- Use stof functions to parse hex strings as floating point params. A contribution from Rich Mattes
- Fix memory leaks. A contribution from Silvio Traversaro
- Update SDF to version 1.6: new style for representing the noise properties
of an
imu
SDFormat 3.0
SDFormat 3.X.X (201X-XX-XX)
- Improve precision of floating point parameters
SDFormat 3.7.0 (2015-11-20)
-
Add spring pass through for sdf3
-
Support frame specification in SDF
-
Remove boost from SDFExtension
SDFormat 3.6.0 (2015-10-27)
- Add light state
- redo pull request #222 for sdf3 branch
- Fix links in API documentation
SDFormat 3.5.0 (2015-10-07)
- Camera lens description (Replaces #213)
- Fix shared pointer reference loop in Element and memory leak (#104)
SDFormat 3.4.0 (2015-10-05)
- Support nested model states
- Cleaner way to set SDF_PATH for tests
SDFormat 3.3.0 (2015-09-15)
- Windows Boost linking errors
- Nested SDF -> sdf3
- Pointer types
- Torsional friction default surface radius not infinity
SDFormat 3.2.2 (2015-08-24)
- Added battery element (contribution from Olivier Crave)
- Torsional friction backport
- Allow Visual Studio 2015
SDFormat 3.1.1 (2015-08-03)
- Fix tinyxml linking error
SDFormat 3.1.0 (2015-08-02)
- Added logical camera sensor to SDF
SDFormat 3.0.0 (2015-07-24)
- Added battery to SDF
- Added altimeter sensor to SDF
- Added magnetometer sensor to SDF
- Fix detection of XML parsing errors
- Support for fixed joints
- Adding iterations to state
- Convert to use ignition-math
- Add world origin to scene
- Fix collide bitmask
- Adding meta information to visuals
- Add projection type to gui camera
- Fix print description to include attribute description
- Add -std=c++11 flag to sdf_config.cmake.in and sdformat.pc.in, needed by downstream code
- Added boost::any accessor for Param and Element
- Remove tinyxml from dependency list
- Added self_collide element for model
- Added a collision bitmask field to sdf-1.5 and c++11 support
- Fix problems with latin locales and decimal numbers (issue #60)
SDFormat 2.x
- rename cfm_damping --> implicit_spring_damper
- add gear_ratio and reference_body for gearbox joint.
- Update joint stop stiffness and dissipation
- Support for GNUInstallDirs
<use_true_size>
element used by DEM heightmaps- Do not export urdf symbols in sdformat 1.4
- adding deformable properties per issue #32
- Support to use external URDF
- Add lighting element to visual
- SDF 1.5: add flag to fix joint axis frame #43 (gazebo issue 494)
- Implement SDF_PROTOCOL_VERSION (issue #51)
- Port sdformat to compile on Windows (MSVC)
- Separate material properties in material.sdf
- Add road textures (repeat pull request #104 for sdf_2.0)
- Add Extruded Polylines as a model
- Added polyline for sdf_2.0
- Add spring_reference and spring_stiffness tags to joint axis dynamics
- Fix actor static
- New element
- Add camera distortion element
- Inclusion of magnetic field strength sensor
- Properly add URDF gazebo extensions blobs to SDF joint elements
- Allow gui plugins to be specified in SDF
- Backport magnetometer
- Add flag for MOI rescaling to sdf 1.4
- Parse urdf joint friction parameters, add corresponding test
- Allow reading of boolean values from plugin elements.
- Implement generation of XML Schema files (issue #2)
- Fix build for OS X 10.10
- Improve performance in loading SDF elements
- Added urdf gazebo extension option to disable fixed joint lumping
- Support urdfdom 0.3 (alternative to pull request #122)
- Update list of supported joint types
- Ignore unknown elements
- Physics preset attributes
- Backport fix for latin locales (pull request #147)
SDFormat 1.4
SDFormat 1.4.8 (2013-09-06)
- Fix inertia transformations when reducing fixed joints in URDF
- Add <use_terrain_paging> element to support terrain paging in gazebo
- Further reduce console output when using URDF models
SDFormat 1.4.7 (2013-08-22)
- Direct console messages to std_err
SDFormat 1.4.6 (2013-08-20)
- Add tags for GPS sensor and sensor noise
- Add tags for wireless transmitter/receiver models
- Add tags for playback of audio files in Gazebo
- Add tags for simbody physics parameters
- Log messages to a file, reduce console output
- Generalize ode's <provide_feedback> element
- Various bug, style and test fixes
SDFormat 1.4.5 (2013-07-23)
- Deprecated Gazebo's internal SDF code
- Use templatized Get functions for retrieving values from SDF files
- Removed dependency on ROS