cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Web Browser: new API implementation #233

Closed catevita closed 5 years ago

catevita commented 5 years ago

This implementation of backend and client allows to switch and serve different pointclouds stored in octrees. The program syntax is also backward compatible to the previous browser implementation

catevita commented 5 years ago

fyi @SirVer ptal! @feuerste @negin-z

feuerste commented 5 years ago

How about replacing all occurrences of uuid with octree_id, so it is more generic and consistent with the grpc version?

catevita commented 5 years ago

update: a lot of work on the client was done offline with/from negin. the server part should have all the requested changes. frontend has some todos, that can be formulated in tickets and handled from some more experienced frontend programmer.

feuerste commented 5 years ago

.DS_Store shouldn't be checked in...

catevita commented 5 years ago

PTAL! @dudv

catevita commented 5 years ago

@feuerste as discussed offline, the input args implementation is stripped off of this pr

catevita commented 5 years ago

@wally-the-cartographer merge