mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-23 15:23:46 +08:00
compare carspeed float to epsilon instead of zero (#20714)
* compare carspeed float to epsilon instead of zero * update ref * add ref commit again Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
||||
MatrixXdr calib_from_device;
|
||||
bool calibrated = false;
|
||||
|
||||
int car_speed = 0;
|
||||
double car_speed = 0.0;
|
||||
std::deque<double> posenet_stds;
|
||||
|
||||
std::unique_ptr<LocalCoord> converter;
|
||||
|
||||
Reference in New Issue
Block a user