Discussion:
My Wall Smoothing
Mike Oliver
2015-07-04 21:58:43 UTC
Permalink
Hey Everyone,
I just wanted to show you the progress I've made on my wall smoothing.
Unlike the other iterative wall smoothing techniques this one calculates
your turning radius and speed in a single calculation. Essentially
allowing you to get within a single pixel of the walls. It works when
traveling both forward and backward and with left and right turns.
I simplified my test bots movements in the video below to showcase how it
works. Once I test this further Ill add the code to the robowiki.

Thoughts?

p.s. sorry for the lame music. When I redo the video Ill remove this.


--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Knersus
2015-11-10 04:42:55 UTC
Permalink
Very nice, I was working on something similar although mine does not
behave nearly as nicely as yours
Post by Mike Oliver
Hey Everyone,
I just wanted to show you the progress I've made on my wall smoothing.
Unlike the other iterative wall smoothing techniques this one calculates
your turning radius and speed in a single calculation. Essentially
allowing you to get within a single pixel of the walls. It works when
traveling both forward and backward and with left and right turns.
I simplified my test bots movements in the video below to showcase how it
works. Once I test this further Ill add the code to the robowiki.
Thoughts?
p.s. sorry for the lame music. When I redo the video Ill remove this.
http://youtu.be/RhM7TeZyMRw
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
e***@gmail.com
2016-02-01 15:02:55 UTC
Permalink
wow this looks really cool!
I'm very curious how this works, are you or would you mind sharing your
code? sorry for asking so directly : )
Post by Mike Oliver
Hey Everyone,
I just wanted to show you the progress I've made on my wall smoothing.
Unlike the other iterative wall smoothing techniques this one calculates
your turning radius and speed in a single calculation. Essentially
allowing you to get within a single pixel of the walls. It works when
traveling both forward and backward and with left and right turns.
I simplified my test bots movements in the video below to showcase how it
works. Once I test this further Ill add the code to the robowiki.
Thoughts?
p.s. sorry for the lame music. When I redo the video Ill remove this.
http://youtu.be/RhM7TeZyMRw
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...