Skip to content

Latest commit

 

History

History
48 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

48 lines (22 loc) · 1.04 KB

sts_virtual_interfaces

Overview

This is a ROS metapackage containing all virtual interface implementations extending our base node functionalitys and a package containing all important ROS message, service and action types.

  • sts_health_monitoring_interface

  • sts_behavior_tree_interface

  • sts_virtual_interface_msgs ​

Installation

Dependencies

Building

To build from source, clone the latest version from this repository into your catkin workspace and compile the package using

cd catkin_ws/src
git clone --recurse-submodules -j8 [email protected]:al_SW_Team/sts_virtual_interfaces.git
cd ../
catkin build

Documentation

System Desciption

All interfaces are an extension of our base node functionalitys. These create a classical diamond shaped class hierarchy. Interfaces are specified for a generalized and consistent usage of specific sts use cases.