No project description provided
Project description
Cougar Log
Cougar Log is a CLI for rapidly converting and visualizing .wpilog files!
See the following page for a guide on creating these files inside of an FRC robotics project:
https://docs.wpilib.org/en/stable/docs/software/telemetry/datalog.html
Quickstart
Installation
Run the following to install cougar-log
using pip:
pip install cougar-log
Basic Usage Examples
See the documentation below this section for more specific capabilities of this CLI.
In this example, we have a file in our current directory called my_data_log.wpilog
.
Converting to CSV
cougar-log convert -i my_data_log.wpilog
or, to convert any file in the given folder:
cougar-log convert -i .
Displaying as a Table
cougar-log table -i my_data_log.wpilog
Graphing Data
cougar-log graph -i my_data_log.wpilog
Filtering
Any of these commands can be used with a filter flag (-f/--filter
) in order to select only the entries that have that name.
Use the table option to see the names of all of the log entries.
cougar-log graph -i my_data_log.wpilog -f /temps/drive
Downloading Files from a Robot
Replace XX.XX with your team number in that format.
Note: this command has a multitude of options available.
cougar-log download --host "10.XX.XX.2"
Documentation
Click the link below to visit the documentation:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cougar_log-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fb38fe8f4f0e01a1073f154539e126fafd1d0f7eb2034c094e43b655396de2d |
|
MD5 | 2ce4465e9f3d3670e35fbfee3258a2e7 |
|
BLAKE2b-256 | 737716d404c69f21355be3030c10d80c0df008e29afa73ddf2a31eb5fc5eeaf5 |