[Documentation] [TitleIndex] [WordIndex

Package Summary

A meta-Package containing the CHRIS ROS Modeling tool suite.

Overview

The CHRIS ROS Modeling tool suite consists of Python-based ROS modeling tools that can be used to capture software models of an existing ROS Workspace and running ROS Deployment.

The captured models can be loaded, manipulated, and exported for the purpose of documentation (e.g. Interface Control Documents (ICDs), Snapshots in time) or for use in Model-Integrated Computing (MIC) or Model-Driven Engineering (MDE). Future work will expand upon integrating this tool suite into a larger MIC environment.

The extracted models include the ROS Computation Graph in DOT format,

alt text

and YAML-based text files documenting various ROS entities such as Nodes, Services, Topics, and Actions. An example Action Node YAML for the RRBot demo is shown below. alt text

The CHRIS ROS Modeling tool suite consists of the following Packages:

Currently, the CHRIS ROS Modeling tool suite is being developed using Python 2.7 for compatibility with ROS 1.0.

Future work will convert to Python 3 and then focus on expanding the tool suite to support ROS 2.0.

William R. Drumheller and David C. Conner. Online system modeling and documentation using ROS Snapshot. Journal of Computing Sciences in Colleges. 36, 3 (October 2020), 128–141.

Installation

The CHRIS ROS Modeling tool suite is available on GitHub and can be cloned into your existing ROS workspace by running the following commands:

roscd
git clone https://github.com/CNURobotics/chris_ros_modeling.git

For further installation and usage instructions, please follow the instructions available for the CHRIS ROS Modeling tool suite on GitHub.

Tutorials

The chris_rrbot_modeling Package will help the user to explore the functionality of the CHRIS ROS Modeling tool suite by providing a demonstration of the JointTrajectoryAction interface to the RRBot from Gazebo ROS Demos.

See the GitHub page for more details.

Report a Bug

Use GitHub to report bugs or submit feature requests. [View active issues]


2024-04-13 12:31