SelectCommand not implemented
Closed this issue ยท 5 comments
virtuald commented
Should look at either a pure python implementation or wrap it. It was a template if I remember correctly.
megarubber commented
Is it necessary to add the SelectCommand class first in WPILib C++?
auscompgeek commented
megarubber commented
For now, is it necessary the .cpp file or only the header?
Because the WPILibC++ has the SelectCommand example, but not in complete form, as compared to Java (I guess)
auscompgeek commented
I'm not sure I understand. The C++ SelectCommand example looks to be as complete as the corresponding Java example to me.
megarubber commented
woops, my mistake... I got confused here. Sorry for this @auscompgeek ๐
I wanna convert the SelectCommand example to python, this is why I questioned.