eduardogeike / ssl-vision

Automatically exported from code.google.com/p/ssl-vision
GNU General Public License v3.0
0 stars 0 forks source link

Why can I get the right position of the robot? #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.only operate as the rules 

What is the expected output? What do you see instead?
I expected an exact position of some robot.
But I get the  projected position of the robot.

What version of the product are you using? On what operating system?
r194 ubuntu 9.10

Please provide any additional information below.

If the position which I get  is exactly the projected position,why does the 
SSL-Vision need a robot Height?
Can The SSL-Vision tell me the var "z" of the struct of SSL_DetectionBall as 
below?

ps:
message SSL_DetectionBall {
  required float  confidence = 1;
  optional uint32 area       = 2;
  required float  x          = 3;
  required float  y          = 4;
  optional float  z          = 5;
  required float  pixel_x    = 6;
  required float  pixel_y    = 7;
}

Original issue reported on code.google.com by baiming...@gmail.com on 26 Jun 2010 at 6:48

GoogleCodeExporter commented 9 years ago
the word "can" in the title should be "can not"....

Original comment by baiming...@gmail.com on 26 Jun 2010 at 7:07

GoogleCodeExporter commented 9 years ago
well,I mistook the rules.
Now ,can you tell me how I can get the height of the ball when the ball is 
flying.
As usual,I get the number "Nan".

Thank you~

Original comment by baiming...@gmail.com on 29 Jun 2010 at 3:12

GoogleCodeExporter commented 9 years ago
ssl-vision does not (yet) provide the ball height for chip kicks. One possible 
approach to tracking chip kicks, which you could implement in your system's 
tracker is described in the following paper:
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=710797

Original comment by joydeep....@gmail.com on 23 Jul 2011 at 12:09