gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
719 stars 272 forks source link

TrackedVehicle: Added docs for body_link option #2652

Closed peci1 closed 1 month ago

peci1 commented 1 month ago

🦟 Bug fix

Fixes #2650

Summary

This PR adds forgotten documentation for the <body_link> tag in TrackedVehicle system.

The docs refer to source code at https://github.com/gazebosim/gz-sim/blob/gz-sim9/src/systems/tracked_vehicle/TrackedVehicle.cc#L238 and https://github.com/gazebosim/gz-sim/blob/gz-sim9/src/systems/tracked_vehicle/TrackedVehicle.cc#L475 .

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.

ahcorde commented 1 month ago

@osrf-jenkins run tests please!

iche033 commented 1 month ago

the Examples test failure should be fixed once https://github.com/gazebosim/gz-sim/pull/2649 is merged forward to main. The homebrew test failures are due to https://github.com/osrf/homebrew-simulation/issues/2834. This PR should be safe to merge since it just adds a comment.