gazebosim / sdformat

Simulation Description Format (SDFormat) parser and description files.
http://sdformat.org
Apache License 2.0
169 stars 98 forks source link

Add //sensor/frame_id to SDF spec 1.12 #1454

Closed iche033 closed 4 months ago

iche033 commented 4 months ago

🎉 New feature

Related issue: https://github.com/gazebosim/gz-sensors/issues/306

Summary

There are many ways to specify the sensor frame id in gazebo, e.g.

This PR proposes a //sensor/frame_id sdf element to rule them all. Yes now it just adds one more way to do it but fear not, all others are being deprecated (ignition_frame_id is already gone)

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.