theAgingApprentice / HexaFloorRide

Arduino based six legged robot project
MIT License
0 stars 0 forks source link

fix "start of flow row" trace's row numbering #233

Closed nerdoug closed 3 months ago

nerdoug commented 3 months ago

The row numbering is incorrect in the trace output when each flow row is started. Issue was introduced with implementation of macros, and is likely related to the case now where first command in sequence may not be a FLOW command that positions the legs. (i.e. a BOM command instead.) Code has to skip ahead until it finds leg movement to get the frame building process working, and this confuses the row numbers in traces.

nerdoug commented 3 months ago

This was fixed as a side effect of implementing macros.