1.0.13 • Published 3 years ago

@xviz/server v1.0.13

Weekly downloads
91
License
Apache-2.0
Repository
github
Last release
3 years ago

@xviz/server Overview

A server to handle hosting XVIZ data from multiple data sources.

The server operates by defining a middleware stack and options will control how that stack is structured and how requests and data are processed through the stack.

The server tries to preserve a no-touch data flow, but does allow conversions and mutation of data.

Examples

For a list of all options type ./bin/babel-xvizserver --help.

KITTI data

This example shows how to server the KITTI data once converted.

$ cd modules/server
$ ./bin/babel-xvizserver -d ../../data/generated/kitti/2011_09_26/2011_09_26_drive_0005_sync

Test Scenarios

The default server supports test XVIZ scenarios that can be accessed at the following URL's:

  • /scenario-circle
  • /scenario-straight

Try this example with a local server running.

The scenarios support a few query parameters you can play with:

common options

  • hz (Number) - number of frames per second
  • duration (Number) - length of the scenario generated in seconds
  • speed (Number) - meters per second of the vehicle
  • live (Boolean) - Treat the data stream as 'live' which means no start/end time in the metadata

scenario-circle

  • radius (Number) - size of the circle the vehicle traverse in meters
1.0.11

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.7-alpha.0

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-beta.22

6 years ago

1.0.0-beta.20

6 years ago

1.0.0-beta.19

6 years ago

1.0.0-beta.18

6 years ago

1.0.0-beta.17

6 years ago

1.0.0-beta.16

6 years ago

1.0.0-beta.15

6 years ago

1.0.0-beta.14

6 years ago