posix: start the microRTPS client in sim every time the module is available

This commit is contained in:
TSC21
2021-05-02 15:13:44 +02:00
committed by Nuno Marques
parent 773d81f208
commit 145e7387fb
6 changed files with 8 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ function spawn_model() {
X=${X:=0.0}
Y=${Y:=$((3*${N}))}
SUPPORTED_MODELS=("iris" "iris_rtps" "plane" "standard_vtol" "rover" "r1_rover" "typhoon_h480")
SUPPORTED_MODELS=("iris" "plane" "standard_vtol" "rover" "r1_rover" "typhoon_h480")
if [[ " ${SUPPORTED_MODELS[*]} " != *"$MODEL"* ]];
then
echo "ERROR: Currently only vehicle model $MODEL is not supported!"