gz-msgs icon indicating copy to clipboard operation
gz-msgs copied to clipboard

CameraTrack message for advanced tracking and following.

Open bperseghetti opened this issue 1 month ago • 0 comments

🎉 New feature

Summary

I would like to thank NXP for their support in enabling this work.

Depends on: gz-gui PR #619 gz-sim PR #2402

This adds a new /gui/track topic using the CameraTrack message to control multiple types of tracking and associated pgain(s), target(s) and offset(s). Furthermore it publishes a tracking camera status CameraTrack message on /gui/currently_tracked

This also adds an 3 unique follow modes and a tracking mode all able to be set from either the /gui/track topic or more ideally from the user gui.

The 3 follow modes are in a submenu under the right click top level menu Follow Options > and are:

  • Follow - Traditional follow mode where camera follows and tracks the same target. follow

  • Free Look - Enables a user to follow a target while still using an input device (IE mouse) to look around. follow_free_look

  • Look At - Only enabled after already selecting a primary object to follow, this allows a user to track a unique secondary target while following the primary target. follow_look_at

The other right click top level menu item added is Track, where the gui camera can be moved anywhere in the simulator but will always track the selected object. track

These all respect using the escape key to stop any form of tracking.

Test it

Use these changes for collection-harmonic.yaml:

repositories:
  gz-gui:
    type: git
    url: https://github.com/rudislabs/gz-gui.git
    version: pr-track-follow
  gz-msgs:
    type: git
    url: https://github.com/rudislabs/gz-msgs.git
    version: pr-track-follow
  gz-sim:
    type: git
    url: https://github.com/rudislabs/gz-sim.git
    version: pr-track-follow

Checklist

  • [x] Signed all commits for DCO
  • [x] Added tests
  • [x] Added example and/or tutorial
  • [x] Updated documentation (as needed)
  • [x] Updated migration guide (as needed)
  • [x] Consider updating Python bindings (if the library has them)
  • [x] codecheck passed (See contributing)
  • [x] All tests passed (See test coverage)
  • [x] While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

bperseghetti avatar May 10 '24 06:05 bperseghetti