Select Git revision
settings.gradle
-
René Schöne authored
- rename nonterminal (M)Ros2Rag to (M)RagConnect, and attribute ros2rag to ragconnect - rename starter to safety - make receiverstub, receiverstub not depend on safety - make tests not depend on common (copied proto files)
René Schöne authored- rename nonterminal (M)Ros2Rag to (M)RagConnect, and attribute ros2rag to ragconnect - rename starter to safety - make receiverstub, receiverstub not depend on safety - make tests not depend on common (copied proto files)
settings.gradle 246 B
rootProject.name = 'ros2rag'
include 'relast.preprocessor'
include 'ragconnect.base'
include 'ragconnect.tests'
include 'ros2rag.safety'
include 'ros2rag.senderstub'
include 'ros2rag.receiverstub'
include 'ros2rag.goal'
include 'ros2rag.common'