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

25 lines (24 loc) 743 B
{ "id": "InstallRuntime", "name": "Install Runtime", "version": "0.1.0", "description": "", "icon": { "class": "glyphicon glyphicon-cog", "src": "" }, "disableServerSideExecution": false, "disableBrowserSideExecution": true, "writeAccessRequired": true, "configWidget": "plugin/RunExperiment/InstallRuntime/configWidget", "configStructure": [ { "name": "forceIsolation", "displayName": "Force Isolation.", "description": "If true, enforces that the compilation must run on hosts which are not currently running other ROSMOD/ROSCore/catkin processes.", "value": true, "valueType": "boolean", "readOnly": false } ] }