Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello World Setup #13

Open
kjyothiswaroop opened this issue Aug 17, 2021 · 2 comments
Open

Hello World Setup #13

kjyothiswaroop opened this issue Aug 17, 2021 · 2 comments

Comments

@kjyothiswaroop
Copy link

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 :
Screenshot from 2021-08-17 22-56-41
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.

Screenshot from 2021-08-17 22-53-24

Please could anyone help out with what is the error that I am doing?

@bkgoh
Copy link

bkgoh commented Aug 28, 2021

Try this, works for me.

./subt/docker/run.bash osrf/subt-virtual-testbed:latest \ cave_circuit.ign \ circuit:=cave \ worldName:=simple_cave_01 \ robotName1:=X1 \ robotConfig1:=X1_SENSOR_CONFIG_1

@juansuerorobotics
Copy link

from this link
https://github.com/osrf/subt/wiki/Docker%20System%20Setup

i saw that they had added

circuit:=tunnel

but now i have another problem where my keyboard doesnt move anything

the whole command...

./subt/docker/run.bash osrf/subt-virtual-testbed:latest cave_circuit.ign worldName:=simple_cave_01 robotName1:=X1 robotConfig1:=X1_SENSOR_CONFIG_1 circuit:=tunnel

angelacmaio added a commit to angelacmaio/subt_hello_world that referenced this issue Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants