Add a feature to display pose markers(axes or arrow)#1016
Merged
wjwwood merged 1 commit intoros-visualization:indigo-develfrom Oct 17, 2016
longjie:add-pose-marker-to-path-display
Merged
Add a feature to display pose markers(axes or arrow)#1016wjwwood merged 1 commit intoros-visualization:indigo-develfrom longjie:add-pose-marker-to-path-display
wjwwood merged 1 commit intoros-visualization:indigo-develfrom
longjie:add-pose-marker-to-path-display
Conversation
- it would be handy to see mobile robot's path and its orientation - using rviz::Axes and rviz::Arrow
Contributor
|
I didn't look at the patch, but just wanted to say that this addition would be very useful to us. If fact, we are using a visualization node together with the Marker Display to achieve something similar for Path messages. Having this ability directly in the Path Disaply would be much nicer. So thanks for the contribution! |
Member
|
I tried it out locally and it seems to work as advertised. Thanks for the contribution! |
Contributor
|
Great! Thanks @NikolausDemmel and @wjwwood for the quick feedback! |
130s
pushed a commit
to 130s/rviz
that referenced
this pull request
Aug 21, 2024
…/pr-996 Added DepthCloud default plugin (backport ros-visualization#996)
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.
Hi,
This PR is for adding pose markers (axes or arrow) to Path display.
I personally wanted this feature to visualize the planned path including the pose of each waypoint.
Please merge if anyone needs this and the patch is acceptable.
Thank you,