Videos

Visible to the public 

WebGME HFSM Walkthrough

This video walks through the use of WebGME-HFSM ( http://github.com/finger563/webgme-hfsm) which is publicly hosted at hfsm.rcps.isis.vanderbilt.edu to create and edit Hierarchical Finite State Machines (HFSMs) using WebGME (http://webgme.org). The HFSMs folow the UML specification and support in-browser simulation as well as generation of c++ executable code. The HFSM modeling language can be used as a library within other WebGME projects, and is currently being used by WebGME-ROSMOD (http://github.com/rosmod/webgme-rosmod and hosted at rosmod.rcps.isis.vanderbilt.edu).

Creating a HFSM from scratch and Simulating it

This video walks through creating a HFSM from scratch using the HFSM Visualizer and then shows how to simulate it within the browser.

Short ROSMOD Walkthrough

Brief tour through ROSMOD's publicly available server at rosmod.rcps.isis.vanderbilt.edu, using the "Introduction to ROSMOD" sample.

Creating a ROSMOD Project from Scratch

This video covers the creation of a ROSMOD model (software, systems, deployment, experiment) and executing the resultant code on the system. This uses https://github.com/rosmod/webgme-rosmod - see that site and its README/Wiki for more information!