strym icon indicating copy to clipboard operation
strym copied to clipboard

A real time CAN data logging and visualization tool to work with USB-CAN Interface

Results 8 strym issues
Sort by recently updated
recently updated
newest added

System: Ubuntu 20.04 Tensorflow Version: 2.12.0 Strym version: 0.4.22 Calling `state_space()` function of an `strymread` object when called with the data `2021-03-08-22-35-14_2T3MWRFVXLW056972_CAN_Messages.csv` is causing the following error: ``` 2023-05-17 16:09:09.997727:...

bug

-------------------------------------------------------------------------- PermissionError Traceback (most recent call last) in ----> 1 g_toyota = strymmap(toyota_gps_file) 2 g_honda = strymmap(honda_gps_file) /opt/conda/lib/python3.8/site-packages/strym/strymmap.py in __init__(self, csvfile, **kwargs) 344 )) 345 fig.update_traces(marker=dict(size=6)) --> 346 fig.write_image(self.csvfile[0:-4] +...

hi, This is Junqing Zhang here is another problem: ``` import strym from strym import strymread file= "2021-02-01-03-34-22_2T3W1RFVXLW102405_CAN_Messages.csv" r =strymread(csvfile=file) r.relative_leadervel() ``` when i use relative_leadervel() it return warning: dataframe...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2. Release notes Sourced from pillow's releases. 8.3.2 https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html Security CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere] Fix 6-byte OOB read...

dependencies

Given a CAN_Messages and a GPS_Messages tuple, re-export the CAN_Messages as aligned with GPS time (rather than system time). Care should be taken to avoid out-of-order realignment, or jumps in...

This should possibly be its own story arc. However, we still need a way to search for things that happened, and could potential benefit from searches done by other elements...

No tutorial notebook is being generated as HTML on https://jmscslgroup.github.io/strym The issue might with one of the updated dependent packages.

documentation

Goal: to provide a central location for people to look for message names instead of searching in various python notebooks and the like. Centralize current general locations for certain messages...

documentation