CameraTrack message for advanced tracking and following.#440
Merged
caguero merged 6 commits intogazebosim:gz-msgs10from May 17, 2024
Merged
CameraTrack message for advanced tracking and following.#440caguero merged 6 commits intogazebosim:gz-msgs10from
caguero merged 6 commits intogazebosim:gz-msgs10from
Conversation
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
This was referenced May 10, 2024
ahcorde
reviewed
May 10, 2024
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
jennuine
reviewed
May 13, 2024
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
ahcorde
approved these changes
May 15, 2024
caguero
approved these changes
May 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎉 New feature
Summary
I would like to thank NXP for their support in enabling this work.
Depends on:
This adds a new
/gui/tracktopic 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_trackedThis also adds an 3 unique follow modes and a tracking mode all able to be set from either the
/gui/tracktopic 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.

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

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.

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.These all respect using the escape key to stop any form of tracking.
Test it
Use these changes for collection-harmonic.yaml:
Checklist
codecheckpassed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-bymessages.