mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
ebd4f68cba
* remove read_model * remove structs for c-capnp * remove duplicate #define from modeld * add function fill_path_points * fix Indentation * use MODEL_PATH_DISTANCE instead of 192 * fix type use validLen * rename left_path_points&right_path_points to xxx_lane_points old-commit-hash: f8ab6bd009410a9f7ab9c30ce7b72a82c6d2507b
8 lines
154 B
C
8 lines
154 B
C
#pragma once
|
|
|
|
#define MODEL_PATH_DISTANCE 192
|
|
#define POLYFIT_DEGREE 4
|
|
#define SPEED_PERCENTILES 10
|
|
#define DESIRE_PRED_SIZE 32
|
|
#define OTHER_META_SIZE 4
|