Skip to content

Aragon-Robotics-Team/smartdashboard-recording-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartDashboard Grapher

Graphs data smart dashboard logs, used for tuning one series against another (for example, when tuning a PID controller)

Install

pip install -r requirements.txt

Use

python grapher.py filename.csv arg0 arg1

The script will look for any column that contains the substrings arg0, and arg1. For example if the full title of arg0 is SmartDashboard/Swerve/Angle/Module_0, using Angle/Module_0 in the argument would be sufficient.

The script will graph both arguments on one plot, using the time data provided by smart dashboard as the x-axis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages