-
Notifications
You must be signed in to change notification settings - Fork 24
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
Autonomous Exploration Maps #2
Comments
Hi, I added the save figure part. Please uncomment it and try it out. |
Thank you so much for your prompt reply. |
Sorry, it is currently not available to save the explored maps after
running the trained model. However, you can save it by yourself by calling
"
img = sim.get_state()
cv2.imwrite("map.png", img)
"
…On Tue, May 5, 2020 at 11:04 PM RemaDaher ***@***.***> wrote:
Thank you so much for your prompt reply.
However, I meant saving the explored maps after running the trained
environment "robot_exploration_v0.py".
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG2Q6FY4NA73JNSFLBWN7UTRQATGJANCNFSM4MZMCFXA>
.
--
*LI, TingguangPh.D. candidate in EE,
CUHK(852)56034944http://www.ee.cuhk.edu.hk/~tgli/
<http://www.ee.cuhk.edu.hk/~tgli/>Ho Sin-Hang Engineering Bldg 424, the
Chinese University of Hong Kong, Shatin, New Territories, Hong Kong*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
In the autonomous exploration, the simulated robot autonomously explores environments and generates a noisy map. How can I save the generated noisy global maps as images?
Thank you in advance.
The text was updated successfully, but these errors were encountered: