rosmod / webgme-rosmod

This repository contains ROSMOD developed for WebGME. ROSMOD is a web-based, collaborative, modeling and execution environment for distributed embedded applications built using ROS
MIT License
15 stars 7 forks source link

Add support for c++ inheritance between components #259

Open finger563 opened 6 years ago

finger563 commented 6 years ago

Two options - either we re-use the webGME inheritance tracking (through the base pointer) or we make our own pointer that is separate from webGME's inheritance.

finger563 commented 6 years ago

update the svg to be a template that can indicate that the component is a derived class. Could also update to have other controls or indications on it - for library indication for instance.