-
Notifications
You must be signed in to change notification settings - Fork 279
initial commit for updated docker process. #165
base: master
Are you sure you want to change the base?
Conversation
Thanks for this @AustinDeric! |
2a9a4a0
to
560bd4a
Compare
UPDATE: I am not considering this a WIP anymore. i have everything working and running out of a docker container. However, the simulation isn't running. In order to reproduce:
Then, in the container, run the following command to start gzweb and the gym-gazebo turtlebot example:
Lastly, open your browser and navigate to It appears that the gym-gazebo/examples/turtlebot/circuit2_turtlebot_lidar_qlearn.py script does not progress past the observation = env.reset() line:
|
- visualizations using gzweb - add dockerfiles for melodic and kinetic - seperate gym-gazebo from applications
560bd4a
to
ee25ed7
Compare
I spent a little bit of time on this issue. It seems the point cloud is not generated. After so research i found this gem:
|
@AustinDeric I have the same problem, basically turtlebot doesn't move at all. Did you solve this issue? |
no :( |
@AustinDeric actually I was able to make it work uninstalling the project and reinstalling everything (dependencies included) using python2 and pip2.7 . I may think it's due to a communication error between Py3 and Ros Kinetic (py2-based). |
Work in Progress. This is the initial peak at the docker solution to #96. The next commit will be the example images. I setup automatic builds on dockerhub at:
https://hub.docker.com/r/austinderic/gym-gazebo/
I recommend the same thing for erlerobitcs when we get this merged in. If you add me to the admins then i can help out with that.