nasa / openmct-tutorial

A tutorial for OpenMCT that guides you through integrating historical and realtime telemetry.
Other
245 stars 104 forks source link

Misleading comment in part b step 1 #24

Closed ghost closed 5 years ago

ghost commented 7 years ago

In summary, an Open MCT plugin is very simple: it's an initialization function which receives the Open MCT API as the single argument.

However, in the sample code for the plugin (which only prints to the console), there is no Open MCT API received as argument.

Absolutely awesome tutorial btw, it's so much better than the one before it :+1:

akhenry commented 6 years ago

@BogdanAlexandru Ah, good point. I'll make sure we add some clarification here. Thanks for the feedback!

smithGit commented 5 years ago

Also in Part B Step 1: Suggest advising user where to store dictionary-plugin.js. In my case I stored in in example-server, in which case the script include needs to change to I agree: Great tutorial - Thanks!