ChoreoLib
Choreo support library.
Loading...
Searching...
No Matches
TrajSchemaVersion.h
1// Copyright (c) Choreo contributors
2
3// Auto-generated by update_traj_schema.py
4
5#pragma once
6
7#include <stdint.h>
8
9namespace choreo {
10
11inline constexpr uint32_t kTrajSchemaVersion = 2;
12
13} // namespace choreo