Skip to content

Commit c85a1b2

Browse files
committed
Merge branch 'sdf10' into merge_10_11
2 parents b25ecbc + aa9362b commit c85a1b2

1 file changed

Lines changed: 72 additions & 1 deletion

File tree

Changelog.md

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,77 @@
290290

291291
## libsdformat 10.X
292292

293+
### libsdformat 10.6.0 (2021-09-08)
294+
295+
1. Parse URDF continuous joint effort/velocity limits
296+
* [Pull request #684](https://github.com/ignitionrobotics/sdformat/pull/684)
297+
298+
1. Add enable_orientation SDF element to imu
299+
* [Pull request #651](https://github.com/ignitionrobotics/sdformat/pull/651)
300+
301+
1. Add a codecheck make target
302+
* [Pull request #682](https://github.com/ignitionrobotics/sdformat/pull/682)
303+
304+
1. Refactor sdf::readXml
305+
* [Pull request #681](https://github.com/ignitionrobotics/sdformat/pull/681)
306+
307+
1. Upgrade cpplint and fix new errors
308+
* [Pull request #680](https://github.com/ignitionrobotics/sdformat/pull/680)
309+
310+
1. BUG: add missing plugin element to include
311+
* [Pull request #675](https://github.com/ignitionrobotics/sdformat/pull/675)
312+
313+
1. Added comment reminder to update functions
314+
* [Pull request #677](https://github.com/ignitionrobotics/sdformat/pull/677)
315+
316+
1. Adds enable_metrics flag to Sensor.
317+
* [Pull request #665](https://github.com/ignitionrobotics/sdformat/pull/665)
318+
319+
1. Add GPS / NavSat sensor to sdf9
320+
* [Pull request #453](https://github.com/ignitionrobotics/sdformat/pull/453)
321+
322+
1. Support parsing elements that are not part of the schema
323+
* [Pull request #638](https://github.com/ignitionrobotics/sdformat/pull/638)
324+
325+
1. Add lightmap to 1.7 spec and PBR material DOM
326+
* [Pull request #429](https://github.com/ignitionrobotics/sdformat/pull/429)
327+
328+
1. Fix urdf link extension tags
329+
* [Pull request #628](https://github.com/ignitionrobotics/sdformat/pull/628)
330+
331+
1. Updated material spec
332+
* [Pull request #644](https://github.com/ignitionrobotics/sdformat/pull/644)
333+
334+
1. Minor fix to Migration guide
335+
* [Pull request #630](https://github.com/ignitionrobotics/sdformat/pull/630)
336+
337+
1. Error: move << operator from .hh to .cc file
338+
* [Pull request #625](https://github.com/ignitionrobotics/sdformat/pull/625)
339+
340+
1. Update build system to allow overriding CXX flags and using clang on Linux
341+
* [Pull request #621](https://github.com/ignitionrobotics/sdformat/pull/621)
342+
343+
1. Add Element::FindElement as an alternative to Element::GetElement
344+
* [Pull request #620](https://github.com/ignitionrobotics/sdformat/pull/620)
345+
346+
1. Add ValidateGraphs methods to Model/World (sdf9)
347+
* [Pull request #602](https://github.com/ignitionrobotics/sdformat/pull/602)
348+
349+
1. Fix ABI break
350+
* [Pull request #605](https://github.com/ignitionrobotics/sdformat/pull/605)
351+
352+
1. Parameter passing prototype
353+
* [Pull request #413](https://github.com/ignitionrobotics/sdformat/pull/413)
354+
355+
1. Port particle scatter ratio param to sdf 1.6
356+
* [Pull request #595](https://github.com/ignitionrobotics/sdformat/pull/595)
357+
358+
1. Making PrintValues() and ToString() able to not print default elements
359+
* [Pull request #575](https://github.com/ignitionrobotics/sdformat/pull/575)
360+
361+
1. Add API for determining if an element was set by the user
362+
* [Pull request #542](https://github.com/ignitionrobotics/sdformat/pull/542)
363+
293364
### libsdformat 10.5.0 (2021-05-17)
294365

295366
1. Add scatter ratio parameter to Particle Emitter DOM.
@@ -433,7 +504,7 @@
433504
1. Adds `enable_metrics` flag to Sensor.
434505
* [Pull request #665](https://github.com/ignitionrobotics/sdformat/pull/665)
435506

436-
1. Add GPS sensor DOM to sdf9
507+
1. Add GPS / NavSat sensor DOM to sdf9
437508
* [Pull request #453](https://github.com/ignitionrobotics/sdformat/pull/453)
438509

439510
1. Support parsing elements that are not part of the schema

0 commit comments

Comments
 (0)