Closed ankithm28 closed 1 year ago
Header file appears to be there on my side. I pulled Motion Magic Example to quick test and it builds (sim and rio).
My guess is the Phoenix.json is wrong in your project.
If its easy you can send us your project and we can take a quick look.
We're referencing the
Talon FX
motor controller. This raises an error on compilation that there is a reference toPlatform.hpp
.#include "ctre/phoenix/platform/Platform.hpp"
The documentation at
https://api.ctr-electronics.com/phoenix/release/cpp/_platform___c_c_i_8h_source.html
also references this file but doesn't exist.Thanks for the help!