mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 11:13:53 +08:00
* 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
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
|