Vector3
A vector in 3D space that represents a direction only
Schema
field | type | description |
---|---|---|
x | float64 | x coordinate length |
y | float64 | y coordinate length |
z | float64 | z coordinate length |
Reference implementations
Foxglove schemas are framework-agnostic, and can be implemented using any supported message encoding:
encoding | schema name |
---|---|
JSON | foxglove.Vector3 |
Protobuf | foxglove.Vector3 |
You must use the schema names specified above for Foxglove Studio to recognize the schema.