-
Notifications
You must be signed in to change notification settings - Fork 22
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
Comments
Have you been able to figure this out? I am also wondering this. |
No, I am still working on this. |
Sorry for the delay. The simulator is launched automatically as a different docker container and the current launch command is defined here: Maybe you have to fork this repository and build your own simulator docker image. |
Thank you for this, I was able to load my own world automatically. |
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!!
The text was updated successfully, but these errors were encountered: