Python package for parsing LCM log files.
Install this package to your system with pip.
pip install lcm-log2smat
Example usage.
from pylcm import parse_lcm
lcm_data = parse_lcm(lcm_path)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python package for parsing LCM log files.
Install this package to your system with pip.
pip install lcm-log2smat
Example usage.
from pylcm import parse_lcm
lcm_data = parse_lcm(lcm_path)