oresat / CANopen-monitor

An NCurses-based TUI application for tracking activity over the CAN bus and decoding messages with provided EDS/OD files.
https://canopen-monitor.readthedocs.io/
GNU General Public License v3.0
26 stars 6 forks source link

EDS Parser Error #27

Closed dmitri-mcguckin closed 3 years ago

dmitri-mcguckin commented 3 years ago

When testing with star_tracker_OD.eds file I'm seeing some errors that looks like it has to do with handling hex indicies.

To recreate: Load file, error on line 91 when converting A to int if you remove the int conversion, the subindicies with A in the name appear outside of the sub_indices array.