An open API service indexing awesome lists of open source software.

https://github.com/stuypulse/swervesysid

Custom robot code to feed data to SysId's data analysis
https://github.com/stuypulse/swervesysid

Last synced: 3 months ago
JSON representation

Custom robot code to feed data to SysId's data analysis

Awesome Lists containing this project

README

          

# SwerveSysId

## Running

1. Run 4 autonomous commands and disable each after accumulating enough data
2. Run client/client.py (give correct ip in config)
3. Input data.json into SysID

## Links
- [SysId Data Collection SmartDasboard Interface](https://github.com/wpilibsuite/sysid/blob/main/docs/data-collection.md)
- Robot code for general mechanism in SysId [MechanismRobot.h](https://github.com/wpilibsuite/sysid/blob/main/sysid-projects/mechanism/src/main/include/MechanismRobot.h) [MechanismRobot.cpp](https://github.com/wpilibsuite/sysid/blob/main/sysid-projects/mechanism/src/main/cpp/MechanismRobot.cpp)
- Base logging class in SysId [SysIdLogger.h](https://github.com/wpilibsuite/sysid/blob/main/sysid-library/src/main/include/sysid/logging/SysIdLogger.h) [SysIdLogger.cpp](https://github.com/wpilibsuite/sysid/blob/main/sysid-library/src/main/cpp/logging/SysIdLogger.cpp)
- Mechanism logging class in SysId [SysIdGeneralMechanismLogger.h](https://github.com/wpilibsuite/sysid/blob/main/sysid-library/src/main/include/sysid/logging/SysIdGeneralMechanismLogger.h) [SysIdGeneralMechanismLogger.cpp](https://github.com/wpilibsuite/sysid/blob/main/sysid-library/src/main/cpp/logging/SysIdGeneralMechanismLogger.cpp)