Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@madratman
Copy link
Contributor

@madratman madratman commented Nov 8, 2019

Adds a few APIs to plot visualization markers, inspired by RViz markers

simPlotPoints(points=list[Vector3r], color_rgba=[1.0, 0.0, 0.0, 1.0], size = 10.0, duration = -1.0, is_persistent = False):

simPlotLineStrip(points=list[Vector3r], color_rgba=[1.0, 0.0, 0.0, 1.0], thickness = 5.0, duration = -1.0, is_persistent = False):

simPlotLineList(points=list[Vector3r], color_rgba=[1.0, 0.0, 0.0, 1.0], thickness = 5.0, duration = -1.0, is_persistent = False):

simPlotArrows(points_start=list[Vector3r], points_end=list[Vector3r], color_rgba=[1.0, 0.0, 0.0, 1.0], thickness = 5.0, arrow_size = 2.0, duration = -1.0, is_persistent = False):

simPlotStrings(strings=list[string], positions=list[Vector3r], scale = 5, color_rgba=[1.0, 0.0, 0.0, 1.0], duration = -1.0):

simPlotTransforms(poses=list[Pose], scale = 5.0, thickness = 5.0, duration = -1.0, is_persistent = False):

simPlotTransformsWithNames(poses=list[Pose], names=list[string], tf_scale = 5.0, tf_thickness = 5.0, text_scale = 10.0, text_color_rgba = [1.0, 0.0, 0.0, 1.0], duration = -1.0):

Some usage examples in plot_markers.py

@madratman madratman force-pushed the PR/plot_APIs branch 2 times, most recently from 275106d to f660720 Compare March 26, 2020 05:55
@madratman madratman merged commit 708b190 into microsoft:master Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant