frc-characterization icon indicating copy to clipboard operation
frc-characterization copied to clipboard

Tools to help FRC teams measure the physical parameters of their robot

Results 29 frc-characterization issues
Sort by recently updated
recently updated
newest added

I'm getting an IndexError when hitting the Analyze button, which seems to be related to the graph plot - the recent log is below. ```py 2021-06-11 13:13:19.247 Python[38110:4191888] WARNING: running...

I tried using this with Python 3.6 and ran into an issue with importlib.resources not being found. I then updated to Python 3.8 and had problems installing robotpy-characterization. 3.7 seems...

**Version:** 2021.2.2 This did not happen with last year's version. **Description**: When running any 4 of the drive train characterization tests, at the end of the test when the robot...

Tool produces the following error when trying to generate a project: ``` Exception in Tkinter callback Traceback (most recent call last): File "c:\users\mlaze\appdata\local\programs\python\python38-32\lib\tkinter\__init__.py", line 1883, in __call__ return self.func(*args) File...

I'm trying to characterize our drivetrain. We're running falcon motors on mecanum. When trying to generate the project, the error "Unable to generate project, config might be bad. Details: IndexError("List...

Today my team was trying to take a characteristic of our robot using the FRC Characterization tool, but are having issues getting proper encoder readouts. When we got the project...

This will give better error messages for malformed project config JSON. We can split on newlines and strip the `#` comments before passing the result to `json.load()`.

If you open a project generated by frc-characterization in vs code, it prompts you for some java settings, and if you deploy, it asks if it should deploy java or...

``` Python(55883,0x111345e00) malloc: can't allocate region :*** mach_vm_map(size=18446744072038682624, flags: 100) failed (error code=3) Python(55883,0x111345e00) malloc: *** set a breakpoint in malloc_error_break to debug init_dgelsd failed init Traceback (most recent call...

Automatically generate projects in CI and see if they compile and run without crashing. Possibly add physics simulations to see if data collection and analysis is accurate. Possible test cases:...