Closed RaghavPrabhakar66 closed 1 year ago
What branch is this ?
Master, premium both. I have faced this issue since April. I have tried changing gcc version. I have even tried adding initializer_list
header files manually but still no luck.
What you need is sudo apt install libstdc++-12-dev
To run flowpilot on ubuntu 22.04+, #include <iterator>
should be added to opendbc/can/dbc.cc
. We should probably update opendbc
to latest commit.
Closing this issue for now.
Describe the bug
To Reproduce Run
scons
in root directory.Expected behavior Scons build succesfull.
Platform Details Desktop:
Additional context flowpilot currently works on ubuntu20.04, we should upgrade the requirements to make it compatible with more devices.