Skip to content
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

Can someone explain how the mini robots understands its location #10

Open
helxsz opened this issue Nov 30, 2016 · 3 comments
Open

Can someone explain how the mini robots understands its location #10

helxsz opened this issue Nov 30, 2016 · 3 comments

Comments

@helxsz
Copy link

helxsz commented Nov 30, 2016

a sequence of gray-coded patterns are projected onto a flat surface. Then, the photodiodes on the robot independently decodes into a location within the projected area.

If I am right, the projector just sends out a gray-coded pattern message (a map), it doesn't know the coordinates of the robots and it doesn't communicate with other parts . And the mini bots will use the photodiodes to get the pattern and decode the pattern to know where it is in the projected area (map). When it is received the command from the receiver, it will compare with the goal and its current coordinate decoded from the projector to adjust its tracks.

How the gray-coded pattern is generated and how mini bots can use photodiode to sense its location, is there any speciality about the photodiode on the bots?

@newsoftxmc
Copy link

What I get like this(just for reference,error maybe):
1)DLP projects coded picture on the surface;
for every dot in the picture there is a (x,y),represent with different gray level(?I guess so.)
for any robot in the range of picture, there is a (x,y) for it, that is the position for this robot.
2)The diode on the top of robot decodes the gray-coded light and gets the (x,y);
Now, robot knows where it is.
And robot send this (x,y) to server by radio wave, server will know too.
3)Server send order to robot by radio wave, e.g. new position to go;
Robot moves to new position;
While moving, the diode will keep decoding the gray-coded light it received,
so,the server and robot will keeping be aware of where it is.
So, server will guide the robots until they get the target.

My understands.

@helxsz
Copy link
Author

helxsz commented Dec 27, 2016

@newsoftxmc Thanks.

@watershade
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants