Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 179 Bytes

tutorial-creating-module.md

File metadata and controls

17 lines (11 loc) · 179 Bytes

Creating new modules

Write me!

  • Template 1: MOOS+MRPT
  • Template 2: MOOS only
var hello = function () {
    // say hello
    alert('Hello world!');
}