Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Array Plots #31

Open
beetleskin opened this issue Apr 18, 2019 · 0 comments
Open

Support Array Plots #31

beetleskin opened this issue Apr 18, 2019 · 0 comments

Comments

@beetleskin
Copy link

beetleskin commented Apr 18, 2019

Thanks for the great plugin, it makes my everyday ROS life much easier :)

However, I'm often faced with plotting arrays as such, not over time, and there is no single plotter out there capable of this. So this might be a nice feature to add here.

I'd fancy a plotter, that can handle array types, e.g. float32[] data-fields. The x-axis would be the index of the element, y-axis the value of the element. The whole plot would refresh with every new message.

Additionally nice to have:

  • keep a history of past plots and fade them over time
  • support arrays of custom data types by selecting the element to be plotted
    • e.g. think an array of PoseWithCovariance[] pose_list
    • then the user could select pose.pose.position.x
  • support multiple data-series per plot
    • by selecting multiple elements
  • custom x-axis
    • in the pose example, plot e.g. pose.pose.position.y over pose.pose.position.x for each pose in the array
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

No branches or pull requests

1 participant