Team-OKC-Robotics / FRC-2022-CPP

a c++ port of our FRC-2022 code as training in C++
Other
0 stars 2 forks source link

Updates project to 2023 beta #1

Closed jkleiber closed 1 year ago

jkleiber commented 1 year ago

Changes

Verification

danielbrownmsm commented 1 year ago

The README still says that there’s a known issue of not having the CTRE library but it looks like you added it. Aside from that, looks good.

also, why remove desktop support? I’m assuming it had to be that way for the code to build correctly? For CI?

jkleiber commented 1 year ago

@danielbrownmsm I just fixed the readme. the import to 2023 project turned desktop support off. If I turn it on, the code fails to compile. I think we can leave it off for now and investigate the beta repo / docs for answers. If all else fails we can open a ticket in the beta repo