OpenMotorDrive / framework

GNU General Public License v3.0
16 stars 14 forks source link

Initialization order should be checked #61

Open jschall opened 6 years ago

jschall commented 6 years ago

It is easy to accidentally set a constructor function to run on the incorrect phase of initialization - e.g. attempting to initialize a pubsub topic prior to pubsub being initialized.