Skip to content

Instantly share code, notes, and snippets.

@garaemon
Created January 9, 2016 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garaemon/15f562e976b92a64058f to your computer and use it in GitHub Desktop.
Save garaemon/15f562e976b92a64058f to your computer and use it in GitHub Desktop.
global:
layout: vertical
legend_font_size: 12
plots:
- title: geometry_msgs/TwistStamped
type: line
topic: [/particle_filter_tracker/output/velocity, /particle_filter_tracker/output/velocity, /particle_filter_tracker/output/velocity]
field: [twist/linear/x, twist/linear/y, twist/linear/z]
label: ["$v_x$", "$v_y$", "$v_z$"]
- title: std_msgs/Float32
type: line
topic: [/particle_filter_tracker/output/average_time, /particle_filter_tracker/output/latest_time]
field: [data, data]
label: ["Average Time (sec)", "Raw Time (sec)"]
time_offset: -2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment