Is there a way to programmatically implement a data graph to the Shuffleboard?
2 Likes
I need to write code in order to display the graph on shuffleboard. How can I do that?
You could use Oblog, which would make it pretty much as simple as:
@Log.Graph
private double someFieldYouWantToGraph;
Example code to put a value is here. Just send the value you want to graph and change it to a graph
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.