Difference between revisions of "Emerald"
Jump to navigation
Jump to search
m (what's next update) |
m (what's next update) |
||
Line 41: | Line 41: | ||
# <strike>v0.3 Simple [[kNN]]/[[GF]] gun</strike> | # <strike>v0.3 Simple [[kNN]]/[[GF]] gun</strike> | ||
# <strike>v0.4 Simple [[kNN]]-based GoTo-style [[WaveSurfing]] (single wave)</strike> | # <strike>v0.4 Simple [[kNN]]-based GoTo-style [[WaveSurfing]] (single wave)</strike> | ||
− | # v0.5 [[Maximum_Escape_Angle/Precise|Precise MEA]] in gun | + | # <strike>v0.5 [[Maximum_Escape_Angle/Precise|Precise MEA]] in gun and movement</strike> |
− | # v0.6 | + | # v0.6 Intellectual fire power selection |
− | + | # v0.7 Accounting of distance in surfing danger calculation | |
− | # v0. | + | # v0.8 AntiSurfer gun in [[Virtual_Gun|Virtual Gun Array]] |
− | # v0. | + | # v0.9 [[Gun_Heat_Waves|Gun Heat Waves]] |
− | # v0. | + | # v0.10 [[PIF]] main gun |
− | # v0. | + | # v0.11 [[Flattener]] |
− | # v0. | + | # v0.12 [[Bullet_Shadow|Bullet shadows]] |
− | # v0. | + | # v0.13 [[Bullet_Shielding|Bullet Shielding]] |
− | # v0. | + | # v0.14 Second wave surfing |
==== Does it have any [[WhiteWhale]]s? ==== | ==== Does it have any [[WhiteWhale]]s? ==== |
Revision as of 07:03, 23 September 2014
Emerald | |
Author(s) | User:Jdev |
Extends | AdvancedRobot |
Released | December 23th, 2013 |
Current Version | 0.3 |
Code License | CC BY-ND 3.0 |
Download |
Contents
Most Recent Updates
Check out the /Version History
What's special about it?
Emerald is my third try to start from scratch and he is written in kotlin
How competitive is it?
N/A
How does it move?
N/A
How does it fire?
N/A
What does it save between rounds and matches?
N/A
Can I use your code?
See CC BY-ND 3.0 for license of code.
What's next for your robot?
I plan, that Emerald will be my long term pet project, which i will develop during RoboVirus exacerbation (acute?):) I do not plan to fine tune anything while versions 0.x and for this version i define following release plan:
v0.0 Basic robot framework setup and duel radarv0.1 Head On Targetingv0.2 Simple random orbital movementv0.3 Simple kNN/GF gunv0.4 Simple kNN-based GoTo-style WaveSurfing (single wave)v0.5 Precise MEA in gun and movement- v0.6 Intellectual fire power selection
- v0.7 Accounting of distance in surfing danger calculation
- v0.8 AntiSurfer gun in Virtual Gun Array
- v0.9 Gun Heat Waves
- v0.10 PIF main gun
- v0.11 Flattener
- v0.12 Bullet shadows
- v0.13 Bullet Shielding
- v0.14 Second wave surfing
Does it have any WhiteWhales?
N/A
What other robot(s) is it based on?
User:Rednaxela/FastTrig class, User:Rednaxela/kD-Tree class