https://github.com/thegreenmachine/loggingdemo
demonstrates use of badlog
https://github.com/thegreenmachine/loggingdemo
Last synced: 3 months ago
JSON representation
demonstrates use of badlog
- Host: GitHub
- URL: https://github.com/thegreenmachine/loggingdemo
- Owner: TheGreenMachine
- Created: 2020-12-14T17:50:25.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T19:44:22.000Z (about 1 year ago)
- Last Synced: 2025-05-03T20:28:36.048Z (about 1 year ago)
- Language: HTML
- Size: 312 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example FRC program to demo advanced logging
============================================
Project uses for logging in java and to
generate the html.
To run this program you will need a pigeon from cross the road electronics and one TalonSRX to run unmodified.
There is a powershell script to automate pulling files from the robot and process them. So you need Windows with Powershell 7 or newer,
and it uses ssh to access robo rio.
* To get started download html generator from
and put in a local folder.
* Update code to use your can ids or comment out code will rotate one motor based on gyro so elevate
* Deploy code to your robot
* Enable teleop
* When running robot pressing button 1 will reboot pigeon to simulate fault
* When you are done testing, disable the robot.
* Update the powershell script with your config see script for comments
* Run script it will copy files, delete from rio, process, and then open latest file in your default browser.