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

12 lines (7 loc) 258 B
# Subscriber A `subscriber` is a recepient of a `message` and contains c++ code that is executed on receipt of an associated message. ## Accessing Received Message Data ```c++ type classVariable = received_data->messageField; ``` ## Deadline Violations