CityScope / CS_Cooper-Hewitt

meta repo/sandbox repo for keeping everything related to the Cooper Hewitt exhibition
5 stars 2 forks source link

Unity connection to scanning (through UDP) #31

Closed agrignard closed 5 years ago

agrignard commented 5 years ago

Right now the Simulation part and the scanner are communicating together through UDP in order to know where the building are on the table.

One top priority will be to be able to update the unity display according to the information sent by the scanner

yasushisakai commented 5 years ago

@popabczhang can supplement info on this?

popabczhang commented 5 years ago

Unity repo is updated to be able to update the unity display according to the information sent by the scanner. To test, clone the latest commit of the unity repo and run the unity project in editor. Then run scanner to send json via UDP to unity via port 5006 (to avoid port conflict). Let me know if it doesn't work.

agrignard commented 5 years ago

@popabczhang if it's implementing and running on the table I let you close this issue

RELNO commented 5 years ago

Connection was working well today, future issues on this should go into https://github.com/CityScope/CS_Cooper-Hewitt/issues/83