Forked from
Florian Leander Singer / RobotAPI
7445 commits behind the upstream repository.
-
Markus Grotz authoredMarkus Grotz authored
CMakeLists.txt 572 B
# Add your components below as shown in the following example:
#
# set(SCENARIO_COMPONENTS
# ConditionHandler
# Observer
# PickAndPlaceComponent)
set(SCENARIO_COMPONENTS
XsensIMUApp
InertialMeasurementUnitObserverApp
)
# optional 3rd parameter: "path/to/global/config.cfg"
armarx_scenario("InertialMeasurementUnit" "${SCENARIO_COMPONENTS}")
#set(SCENARIO_CONFIGS
# config/ComponentName.optionalString.cfg
# )
# optional 3rd parameter: "path/to/global/config.cfg"
#armarx_scenario_from_configs("InertialMeasurementUnit" "${SCENARIO_CONFIGS}")