nasa-jpl / fastcat

C++ EtherCAT Device Command & Control Library
Other
42 stars 11 forks source link

Fixes initialization bug in Elmo Platinum's offline driver #133

Closed d-loret closed 7 months ago

d-loret commented 7 months ago

Explicitly initializes the fault_code member of the internal JSD driver's state.

Test Plan: Tested by @Bouty92 on local Fastcat deployment.

arthur-bouton commented 7 months ago

It's working, now! Cheers!