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

How to use my own Gazebo environment in the docker? #26

Open
yinfeiw1998 opened this issue Feb 9, 2021 · 4 comments
Open

How to use my own Gazebo environment in the docker? #26

yinfeiw1998 opened this issue Feb 9, 2021 · 4 comments

Comments

@yinfeiw1998
Copy link

I am having trouble implementing my own Gazebo environment(we have HSR robot and several other items like tables, chairs, cups and so on) in the Gazebo of your docker. I have tried my environment in a Linux system and I usually use the command: “roslaunch gatest.launch” to open my environment. But in this docker, it just open the default Gazebo environment automatically after starting the docker. So I am wondering that is there any way I can open my environment in the Gazebo in this docker? Thanks!!

@chulme
Copy link

chulme commented Feb 15, 2021

Have you been able to figure this out? I am also wondering this.

@yinfeiw1998
Copy link
Author

Have you been able to figure this out? I am also wondering this.

No, I am still working on this.

@yosuke
Copy link
Member

yosuke commented Feb 19, 2021

Sorry for the delay.

The simulator is launched automatically as a different docker container and the current launch command is defined here:
https://github.com/hsr-project/tmc_wrs_binary/blob/master/supervisord.conf#L21

Maybe you have to fork this repository and build your own simulator docker image.
https://github.com/hsr-project/tmc_wrs_binary

@chulme
Copy link

chulme commented Mar 2, 2021

Sorry for the delay.

The simulator is launched automatically as a different docker container and the current launch command is defined here:
https://github.com/hsr-project/tmc_wrs_binary/blob/master/supervisord.conf#L21

Maybe you have to fork this repository and build your own simulator docker image.
https://github.com/hsr-project/tmc_wrs_binary

Thank you for this, I was able to load my own world automatically.

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