Closed wzin closed 9 years ago
This issue is missing any reference to actual requirements, while working with Jacob he mentioned that we need to support zoom. This is incompatible with the GSVPano approach because it loads a single texture limited to about 4096 width which is 1/4 actual Street View panorama detail and very blurry when zooming.
I dug up the old krPano Street View node server and we ported the application to hook into /streetview/ topics via ROSLIB. Presently pan and tilt are working, navigation is doing things but there seems to be some heading discrepancy. Performance and presentation are pretty good.
Known issues, things to do:
To run it:
npm install
node index.js
rostopic pub -1 /streetview/panoid std_msgs/String ZphZajKeR_lJjBJftY0SYw
Deployment notes for krpano based SV:
Jacob and I worked on the THREE.js version, it has been pushed to https://github.com/EndPointCorp/lg_sv_nonfree with instructions for running the PoC.
The krPano stack has been updated today with cleanup, more thorough setup doccage, and cbkproxy compatibility with the THREE.js client.
We need to demo it before 21st (ideally 20th) of October.
Moving dev discussion to https://github.com/EndPointCorp/lg_sv_nonfree/issues/1
Development notes: