VijeetBenni
VijeetBenni
In contstants.js file where to add the access token?
With out the mapbox, > First, you have to signup in https://www.mapbox.com/ > Then go https://account.mapbox.com/access-tokens/ and create a token. > Copy and add it in the constants.js file or...
> First, you have to signup in https://www.mapbox.com/ > Then go https://account.mapbox.com/access-tokens/ and create a token. > Copy and add it in the constants.js file or directly pass to LogViewer...
> WIthout map box token streetscape won't show map and lidar data. > You can find constants.js file in **/streetscape/examples/get-started/src/** Thanks. Does Kitti dataset providing the geo coordinates to mapbox?...
Tried providing token in constants.js, no luck yet.
> > First, you have to signup in https://www.mapbox.com/ > > Then go https://account.mapbox.com/access-tokens/ and create a token. > > Copy and add it in the constants.js file or directly...
Hello Eugin, I followed same the steps you mentioned. but when I run yarn start-live-local, The UI comes up but says Missing Data: How were you able to visualize .glb...
Anyways., I am able to visualize now. But the .glb files are generated in realtime, so for testing I kept 1 file in the data folder and later started copying...
Hello Engin, Thanks for the reply. I am able to display it continuously. But yes synchronization is the next task now which is difficult. I wanted to know how are...
Thanks Engin.