-
Notifications
You must be signed in to change notification settings - Fork 42
Description
In the Hello World(Tutorial 1) the command for running the subt docker container was :
./subt/docker/run.bash osrf/subt-virtual-testbed:latest \ cave_circuit.ign \ worldName:=simple_cave_01 \ robotName1:=X1 \ robotConfig1:=X1_SENSOR_CONFIG_1
When I ran this on my system received the following response :
where it says that :
circuit was not defined, exiting now
Failed to parse /home/developer/subt_ws/install/share/subt_ign/launch/cave_circuit.ign because of circuit was not defined, exiting now
Then I ran the following command :
./subt/docker/run.bash osrf/subt-virtual-testbed:latest \ circuit :=cave_circuit.ign \ worldName:=simple_cave_01 \ robotName1:=X1 \ robotConfig1:=X1_SENSOR_CONFIG_1
And there is no response the terminal just exits blankly and there is Ignition Simulator opening.
Please could anyone help out with what is the error that I am doing?