UNPKG

webgme-rosmod

Version:

This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS http://rosmod.rcps.isis.vanderbilt.edu

5 lines (4 loc) 218 B
The `Guard` allows you to specify a _condition_ for which the `Action` will execute only if the `Guard` evaluates to **true**. The `Guard` must be any valid c/c++ statement that evaluates to either `true` or `false`.